- b75e17b mtd: rawnand: davinci: Do not use extra dereferencing by Miquel Raynal · 4 years, 2 months ago
- 3500bd7 mtd: rawnand: davinci: Move the ECC initialization to ->attach_chip() by Miquel Raynal · 4 years, 2 months ago
- 1e3b37a mtd: rawnand: Use the ECC framework OOB layouts by Miquel Raynal · 4 years, 4 months ago
- bace41f mtd: rawnand: Use the new ECC engine type enumeration by Miquel Raynal · 4 years, 4 months ago
- ef24f97 mtd: rawnand: Separate the ECC engine type and the ECC byte placement by Miquel Raynal · 4 years, 4 months ago
- e0a564a mtd: rawnand: Rename the ECC algorithm enumeration items by Miquel Raynal · 4 years, 4 months ago
- 74e24cd mtd: rawnand: Drop OOB_FIRST placement scheme by Miquel Raynal · 4 years, 8 months ago
- a9575c4 mtd: rawnand: davinci: Stop using nand_release() by Miquel Raynal · 4 years, 8 months ago
- dbf1508 mtd: rawnand: davinci: Get rid of the legacy interface implementation by Boris Brezillon · 4 years, 8 months ago
- 547aa7c mtd: rawnand: davinci: Implement exec_op() by Boris Brezillon · 4 years, 8 months ago
- 4f426e6 mtd: rawnand: davinci: Stop using nand_chip.legacy.IO_ADDR_{R, W} by Boris Brezillon · 4 years, 8 months ago
- 3626fdc mtd: rawnand: davinci: Inherit from nand_controller by Boris Brezillon · 4 years, 8 months ago
- 74ba920 treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 61 by Thomas Gleixner · 6 years ago
- 7b6a9b2 mtd: rawnand: Deprecate the dummy_controller field 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 · 6 years ago
- 8395b75 mtd: rawnand: Deprecate ->dev_ready() and ->waitfunc() by Boris Brezillon · 6 years ago
- bf6065c mtd: rawnand: Deprecate ->cmd_ctrl() and ->cmdfunc() by Boris Brezillon · 6 years ago
- 716bbba mtd: rawnand: Deprecate ->{read, write}_{byte, buf}() hooks by Boris Brezillon · 6 years ago
- 82fc509 mtd: rawnand: Create a legacy struct and move ->IO_ADDR_{R, W} there by Boris Brezillon · 6 years ago
- 50a487e mtd: rawnand: Pass a nand_chip object to chip->dev_ready() by Boris Brezillon · 6 years ago
- 0f808c1 mtd: rawnand: Pass a nand_chip object to chip->cmd_ctrl() by Boris Brezillon · 6 years ago
- 758b56f mtd: rawnand: Pass a nand_chip object to chip->select_chip() by Boris Brezillon · 6 years ago
- c0739d8 mtd: rawnand: Pass a nand_chip object to chip->write_xxx() hooks by Boris Brezillon · 6 years ago
- 7e53432 mtd: rawnand: Pass a nand_chip object to chip->read_xxx() hooks by Boris Brezillon · 6 years ago
- 00da2ea mtd: rawnand: Pass a nand_chip object to ecc->correct() by Boris Brezillon · 6 years ago
- af37d2c mtd: rawnand: Pass a nand_chip object to ecc->calculate() by Boris Brezillon · 6 years ago
- ec47636 mtd: rawnand: Pass a nand_chip object to ecc->hwctl() by Boris Brezillon · 6 years ago
- 59ac276 mtd: rawnand: Pass a nand_chip object to nand_release() by Boris Brezillon · 6 years ago
- 00ad378 mtd: rawnand: Pass a nand_chip object to nand_scan() by Boris Brezillon · 6 years ago
- b2342c1 mtd: rawnand: davinci: convert driver to nand_scan() by Miquel Raynal · 6 years ago
- 29597ca mtd: rawnand: use mtd_device_register() where applicable by Rafał Miłecki · 6 years ago
- cc53d5c mtd: rawnand: davinci: Use uintptr_t casts instead of unsigned ones by Boris Brezillon · 7 years ago
- c5b76d8 mtd: rawnand: davinci: Stop doing iomem pointer <-> u32 conversions by Boris Brezillon · 7 years ago
- 7c00e8a Merge tag 'armsoc-soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc by Linus Torvalds · 7 years ago
- fd06580 mtd: rawnand: davinci: stop using pdev->id as chipselect by Bartosz Golaszewski · 7 years ago
- a8e3923 mtd: rawnand: davinci: don't acquire and enable clock by Sekhar Nori · 7 years ago
- 4acc304 mtd: rawnand: davinci: fix probe function error path 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/davinci_nand.c]
- d4092d7 mtd: nand: Rename nand.h into rawnand.h by Boris Brezillon · 7 years ago
- 19d8ccc mtd: nand: davinci: set ECC algorithm explicitly for HW based ECC by Alexander Couzens · 8 years ago
- 65a2c1c mtd: nand: davinci: add comment on NAND subpage write status on keystone by Sekhar Nori · 8 years ago
- f6d7c1b mtd: nand: davinci: Reinitialize the HW ECC engine in 4bit hwctl by Karl Beldan · 8 years ago
- 867f987 mtd: nand: davinci: set ECC algorithm explicitly by Rafał Miłecki · 9 years ago
- 363b5db mtd: nand: davinci: rely on generic DT parsing done in nand_scan_ident() by Boris Brezillon · 9 years ago
- e4aacaa mtd: nand: davinci: switch to mtd_ooblayout_ops by Boris Brezillon · 9 years ago
- bc29c95 mtd: nand: davinci: remove custom 'erased check' implementation 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
- a5cfb4d mtd: nand: davinci: 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
- a61ae81 mtd: nand: drop unnecessary partition parser data by Brian Norris · 9 years ago
- 6a44d42 mtd: nand: davinci_nand: drop owner and name assignment by Frans Klaver · 10 years ago
- a11244c nand: davinci: add support for 4K page size nand devices by Sandeep Paulraj · 10 years ago
- 5cfb36e mtd: nand: drop owner assignment from platform_drivers by Wolfram Sang · 10 years ago
- 28c015a mtd: davinci-nand: disable subpage write for keystone-nand by Murali Karicheri · 11 years ago
- c29aa15 Merge tag 'for-linus-20140405' of git://git.infradead.org/linux-mtd by Linus Torvalds · 11 years ago
- 3ea5b03 mtd: delete non-required instances of include <linux/init.h> by Paul Gortmaker · 11 years ago
- 67f5185 ARM: davinci: aemif: get rid of davinci-nand driver dependency on aemif by Ivan Khoronzhuk · 11 years ago
- 0066923 mtd: davinci_nand: Remove unnecessary OOM messages by Jingoo Han · 11 years ago
- 0966a41 mtd: nand: davinci: don't request AEMIF address range by Ivan Khoronzhuk · 11 years ago
- 75be1ea mtd: nand: davinci: adjust DT properties to MTD generic by Ivan Khoronzhuk · 11 years ago
- 30a3970 mtd: nand: davinci: simplify error handling by Ivan Khoronzhuk · 11 years ago
- 0510382 mtd: nand: davinci: check required ti,davinci-chipselect property by Ivan Khoronzhuk · 11 years ago
- f735a4d mtd: nand: davinci: return ENOMEM if memory allocation is failed by Ivan Khoronzhuk · 11 years ago
- eaaa4a9 mtd: nand: davinci: fix driver registration by Ivan Khoronzhuk · 11 years ago
- 453810b mtd: nand: use dev_get_platdata() by Jingoo Han · 11 years ago
- 59bff7f mtd: nand: davinci: use devm_ioremap_resource() by Laurent Navet · 12 years ago
- c4f8cde mtd: davinci_nand: Use of_match_ptr() by Sachin Kamat · 12 years ago
- 9713511 mtd: davinci_nand: use module_platform_driver_probe() by Jingoo Han · 12 years ago
- ef4e0c2 mtd: davinci_nand: Use managed resources by Mrugesh Katepallewar · 12 years ago
- 13daa22 mtd: davinci_nand: fix modular build with CONFIG_OF=y by Sergei Shtylyov · 12 years ago
- 192afdb mtd: davinci: add support for parition binding nodes by Murali Karicheri · 12 years ago
- ffe3150 Merge tag 'disintegrate-mtd-20121009' of git://git.infradead.org/users/dhowells/linux-headers by David Woodhouse · 12 years ago
- ea73fe7 mtd: nand: clk: preparation for switch to common clock framework by m-karicheri2@ti.com · 12 years ago
- cdeadd7 mtd: nand: davinci: add OF support for davinci nand controller by Heiko Schocher · 12 years ago
- ec2a083 ARM: davinci: move platform_data definitions by Arnd Bergmann · 12 years ago
- 6a918ba mtd: flash drivers set ecc strength by Mike Dunn · 13 years ago
- 42d7fbe mtd: do not use plain 0 as NULL by Artem Bityutskiy · 13 years ago
- 47882d7 mtd: davinci: if no amif timing is passed, don; t setup cscfg register by Heiko Schocher · 13 years ago
- 5b55b1e mtd: davinci_nand.c: use mtd_device_parse_register by Dmitry Eremin-Solenikov · 14 years ago
- 3b36013 mtd: davinci_nand: remove redundant mtd_device_unregister by Axel Lin · 14 years ago
- 4e243a0 mtd: davinci_nand don't specify default parsing options by Dmitry Eremin-Solenikov · 14 years ago
- bb9ebd4e mtd: nand: rename NAND_USE_FLASH_BBT by Brian Norris · 14 years ago
- a40f734 mtd: nand: consolidate redundant flash-based BBT flags by Brian Norris · 14 years ago
- 0987711 mtd: davinci_nand: convert to mtd_device_register() by Jamie Iles · 14 years ago
- f43272c mtd: DaVinci: Removed header file that is not required by Sandeep Paulraj · 14 years ago
- 7934650 Merge git://git.infradead.org/mtd-2.6 by Linus Torvalds · 14 years ago
- 2bdb053 mtd: davinci: relax a timeout for ECC-initialization by Wolfram Sang · 14 years ago
- eea116e mtd: davinci: fix comment to match the code by Wolfram Sang · 14 years ago
- cc26c3c mtd: nand: expand nand_ecc_layout, deprecate ioctl ECCGETLAYOUT by Brian Norris · 14 years ago
- a88dbc5 nand: davinci: add support for timing configuration by Sekhar Nori · 14 years ago
- 8060ef4 davinci: add support for aemif timing configuration by Sekhar Nori · 14 years ago
- 1c3275b mtd: nand: davinci: correct 4-bit error correction by Sudhakar Rajashekhara · 14 years ago
- 0ae28a3 Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 by David Woodhouse · 15 years ago
- 5a0e3ad include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.h by Tejun Heo · 15 years ago
- 5e81e88 mtd: nand: Allow caller to pass alternative ID table to nand_scan_ident() by David Woodhouse · 15 years ago
- d8bc555 mtd: davinci_nand.c: use resource_size() by H Hartley Sweeten · 15 years ago
- f611a79 mtd: Add bad block table overrides to Davinci NAND driver by Mark A. Greer · 15 years ago
- 5cd0be8 mtd: nand: davinci: fix to use mask_ale from pdata by Hemant Pedanekar · 15 years ago