- 63f559d mtd: rawnand: mxc: Convert comma to semicolon by Zheng Yongjun · 4 years, 3 months ago
- 5e214b2 mtd: rawnand: mxc: Use a single line for of_device_id by Fabio Estevam · 4 years, 3 months ago
- 5876f2d mtd: rawnand: mxc: Use device_get_match_data() by Fabio Estevam · 4 years, 3 months ago
- 0f6b7919 mtd: rawnand: mxc: Remove platform data support by Fabio Estevam · 4 years, 4 months ago
- 1b8d107 mtd: rawnand: mxc: Move the ECC engine initialization to the right place by Fabio Estevam · 4 years, 5 months ago
- bace41f mtd: rawnand: Use the new ECC engine type enumeration by Miquel Raynal · 4 years, 7 months ago
- e0a564a mtd: rawnand: Rename the ECC algorithm enumeration items by Miquel Raynal · 4 years, 7 months ago
- 735bf22 mtd: rawnand: trivial spelling by Kieran Bingham · 4 years, 9 months ago
- 4c46667 mtd: rawnand: s/data_interface/interface_config/ by Miquel Raynal · 4 years, 10 months ago
- c6dc082 mtd: rawnand: mxc: Stop using nand_release() by Miquel Raynal · 4 years, 10 months ago
- 7b6a9b2 mtd: rawnand: Deprecate the dummy_controller field by Boris Brezillon · 6 years ago
- 7a08dba mtd: rawnand: Move ->setup_data_interface() to nand_controller_ops by Boris Brezillon · 6 years ago
- 7d6c37e mtd: rawnand: Deprecate the ->select_chip() hook by Boris Brezillon · 6 years ago
- 3cece3a mtd: rawnand: Deprecate ->chip_delay by Boris Brezillon · 7 years ago
- 4524036 mtd: rawnand: Deprecate ->{set,get}_features() hooks by Boris Brezillon · 7 years ago
- 8395b75 mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc() by Boris Brezillon · 7 years ago
- bf6065c mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc() by Boris Brezillon · 7 years ago
- 716bbba mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks by Boris Brezillon · 7 years ago
- 858838b mtd: rawnand: Pass a nand_chip object to chip->setup_data_interface() by Boris Brezillon · 7 years ago
- aa36ff2 mtd: rawnand: Pass a nand_chip object to chip->{get, set}_features() by Boris Brezillon · 7 years ago
- 5295cf2 mtd: rawnand: Pass a nand_chip object to chip->cmdfunc() by Boris Brezillon · 7 years ago
- 50a487e mtd: rawnand: Pass a nand_chip object to chip->dev_ready() by Boris Brezillon · 7 years ago
- 758b56f mtd: rawnand: Pass a nand_chip object to chip->select_chip() by Boris Brezillon · 7 years ago
- c0739d8 mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks by Boris Brezillon · 7 years ago
- 7e53432 mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks by Boris Brezillon · 7 years ago
- 767eb6f mtd: rawnand: Pass a nand_chip object to ecc->write_xxx() hooks by Boris Brezillon · 7 years ago
- b976168 mtd: rawnand: Pass a nand_chip object to ecc->read_xxx() hooks by Boris Brezillon · 7 years ago
- 59ac276 mtd: rawnand: Pass a nand_chip object to nand_release() by Boris Brezillon · 7 years ago
- 00ad378 mtd: rawnand: Pass a nand_chip object to nand_scan() by Boris Brezillon · 7 years ago
- 7525c95 mtd: rawnand: Get rid of the ->read_word() hook by Boris Brezillon · 7 years ago
- 96fa8e6 mtd: rawnand: mxc: convert driver to nand_scan() by Miquel Raynal · 7 years ago
- c786bbc mtd: rawnand: mxc: Switch to SPDX identifier by Fabio Estevam · 7 years ago
- c03f3cf mtd: rawnand: mxc: Avoid inclusion of asm/mach headers by Boris Brezillon · 7 years ago
- 24f0ae9 mtd: rawnand: mxc: remove __init qualifier from mxcnd_probe_dt by Martin Kaiser · 7 years ago
- 3f77f24 mtd: rawnand: mxc: set spare area size register explicitly by Martin Kaiser · 7 years ago
- be051bf mtd: rawnand: mxc: fix probe function error path by Miquel Raynal · 7 years ago
- 939da44 mtd: rawnand: mxc: remove useless checks in GET/SET_FEATURES functions by Miquel Raynal · 7 years ago
- b958758 mtd: rawnand: rename SET/GET FEATURES related functions by Miquel Raynal · 7 years ago
- 93db446 mtd: nand: move raw NAND related code to the raw/ subdir by Boris Brezillon · 7 years ago[Renamed from drivers/mtd/nand/mxc_nand.c]
- 68dc8e4 mtd: nand: mxc: remove now unused code by Sascha Hauer · 7 years ago
- cd8b465 mtd: nand: mxc: Drop now unnecessary functions by Sascha Hauer · 7 years ago
- 6811c46 mtd: nand: mxc: Add own write_page by Sascha Hauer · 7 years ago
- 5039fc9 mtd: nand: mxc: Fix failed/corrected values for v1 controllers by Sascha Hauer · 7 years ago
- 67b87f6 mtd: nand: mxc: Fix failed/corrected values for v2/v3 controllers by Sascha Hauer · 7 years ago
- 1af0b31 mtd: nand: mxc: Add buffer argument to copy_spare by Sascha Hauer · 7 years ago
- 040bd3f mtd: nand: mxc: Add function to control hardware ECC by Sascha Hauer · 7 years ago
- 1549333 mtd: nand: mxc: reorder functions to avoid forward declarations by Sascha Hauer · 7 years ago
- 1f3df4d mtd: nand: mxc: use dev_dbg to print debug messages by Sascha Hauer · 7 years ago
- 414864d mtd: nand: mxc: lower ECC failed message priority to debug level by Sascha Hauer · 7 years ago
- 14157f8 mtd: nand: introduce NAND_ROW_ADDR_3 flag by Masahiro Yamada · 8 years ago
- a75d6a4 Merge branch 'nand/rename-header-file' of git://git.infradead.org/l2-mtd into nand/next by Boris Brezillon · 8 years ago
- 3bff08d mtd: nand: mxc: Fix mxc_v1 ooblayout by Boris Brezillon · 8 years ago
- d4092d7 mtd: nand: Rename nand.h into rawnand.h by Boris Brezillon · 8 years ago
- 104e442 mtd: nand: Pass the CS line to ->setup_data_interface() by Boris Brezillon · 8 years ago
- bc83c78 mtd: nand: mxc: return error code of nand_scan_ident/tail() on error by Masahiro Yamada · 8 years ago
- 35ff96d Merge tag 'for-linus-20161008' of git://git.infradead.org/linux-mtd by Linus Torvalds · 8 years ago
- ba52b4d mtd: nand: mxc: Test CONFIG_OF instead of CONFIG_OF_MTD by Boris Brezillon · 8 years ago
- 8283079 mtd: nand: mxc: Add timing setup for v2 controllers by Sascha Hauer · 8 years ago
- 4123ea3 mtd: nand: mxc: implement onfi get/set features by Sascha Hauer · 8 years ago
- 38178e7 mtd: nand: mxc: fix obiwan error in mxc_nand_v[12]_ooblayout_free() functions by Lothar Waßmann · 8 years ago
- e4225ae mtd: mtd: drop NAND_ECC_SOFT_BCH enum value by Rafał Miłecki · 9 years ago
- 609468f mtd: nand: mxc: rely on generic DT parsing done in nand_scan_ident() by Boris Brezillon · 9 years ago
- a894cf6c mtd: nand: mxc: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
- c1c7040 mtd: nand: mxc: set ECC algorithm explicitly by Rafał Miłecki · 9 years ago
- d699ed2 mtd: nand: make use of nand_set/get_controller_data() helpers by Boris BREZILLON · 9 years ago
- 6e94119 mtd: nand: return consistent error codes in ecc.correct() implementations by Boris BREZILLON · 9 years ago
- 37f5a54 mtd: nand: remove useless mtd->priv = chip assignments by Boris BREZILLON · 9 years ago
- a008deb mtd: nand: mxc: use the mtd instance embedded in struct nand_chip by Boris BREZILLON · 9 years ago
- 4bd4ebc mtd: nand: make use of mtd_to_nand() in NAND drivers by Boris BREZILLON · 9 years ago
- 1b15b1f mtd: mxc_nand: Remove bit-or operation with zero by Fabio Estevam · 9 years ago
- a61ae81 mtd: nand: drop unnecessary partition parser data by Brian Norris · 9 years ago
- 5c5594c mtd: nand: mxc_nand: drop owner assignment by Frans Klaver · 10 years ago
- 0c00a36 Merge MTD 4.3-rc updates into -next by Brian Norris · 9 years ago
- b33c35b mtd: mxc_nand: Fix module autoload for OF platform driver by Luis de Bethencourt · 9 years ago
- e5a5d92 mxc_nand: fix copy_spare by Eric Benard · 9 years ago
- 8eeb4c5 mtd: mxc_nand: generate nand_ecclayout for 8 bit ECC by Baruch Siach · 10 years ago
- 0d17fc3 mtd: mxc_nand: fix truncate of unaligned oob copying by Baruch Siach · 10 years ago
- 7e7e473 mtd: mxc_nand: limit the size of used oob by Baruch Siach · 10 years ago
- 35d5d20 mtd: mxc_nand: cleanup copy_spare function by Uwe Kleine-König · 10 years ago
- 8d1e568 mtd: mxc-nand: Constify platform_device_id by Krzysztof Kozlowski · 10 years ago
- 98ebb52 mtd: mxc-nand: Warn on unimplemented commands by Uwe Kleine-König · 10 years ago
- 3d6e81c mtd: mxc-nand: Implement support for PARAM command by Uwe Kleine-König · 10 years ago
- c4ca399 mtd: mxc-nand: Allow to use column addresses different from 0 by Uwe Kleine-König · 10 years ago
- 3f41069 mtd: mxc-nand: Do the word to byte mangling in the read_byte callback by Uwe Kleine-König · 10 years ago
- 1f42adc mtd: mxc-nand: Only enable hardware checksumming for fully detected flashes by Uwe Kleine-König · 10 years ago
- e35d1d8 mtd: mxc-nand: Add a timeout when waiting for interrupt by Uwe Kleine-König · 10 years ago
- d6666be Merge tag 'for-linus-20141215' of git://git.infradead.org/linux-mtd by Linus Torvalds · 10 years ago
- 33a87a1 mtd: mxc_nand: use __iowrite32_copy for 32 bit copy by Koul, Vinod · 10 years ago
- 5cfb36e mtd: nand: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
- 26fbf48 mtd: mxc_nand: Propagate the error if platform_get_irq() fails by Fabio Estevam · 11 years ago
- a590055 mtd: mxc-nand: kill the NAND_MAX_PAGESIZE/NAND_MAX_OOBSIZE by Huang Shijie · 11 years ago
- 8bfd4f7 mtd: mxc_nand: add missing clk_disable_unprepare() in mxcnd_remove() by Wei Yongjun · 11 years ago
- dcedf62 mtd: nand: mxc_nand: Check the return value from clk_prepare_enable() by Fabio Estevam · 11 years ago
- 0566477 mtd: mxc_nand: remove duplicated ecc_stats counting by Michael Grzeschik · 11 years ago
- 16735d0 tree-wide: use reinit_completion instead of INIT_COMPLETION by Wolfram Sang · 11 years ago
- b1eb234 mtd: nand: remove deprecated IRQF_DISABLED by Michael Opdenacker · 11 years ago
- d367e37 mtd: mxc_nand: Include linux/of.h header by Sachin Kamat · 11 years ago
- b2ac037 mtd: nand: mxc_nand: mark 'const' properly by Jingoo Han · 12 years ago
- 453810b mtd: nand: use dev_get_platdata() by Jingoo Han · 12 years ago
- 96f2a4a mtd: nand: mxc_nand: Remove unneeded check for platform_get_resource() by Fabio Estevam · 12 years ago