Commit Graph

420 Commits (d214c7537bbf2f247991fb65b3420b0b3d712c67)

Author SHA1 Message Date
David Woodhouse 7d28e0d1e5 [MTD] [NAND] GPIO driver depends on ARM... for now. 17 years ago
Yoshihiro Shimoda 35a347991c [MTD] [NAND] sh_flctl: fix compile error 17 years ago
Mike Rapoport aaf7ea2000 [MTD] [NAND] GPIO NAND flash driver 17 years ago
Manish Katiyar 6b8520296d [MTD] [NAND] Fix compilation warnings in drivers/mtd/nand/cs553x_nand.c 17 years ago
Greg Kroah-Hartman b887265c16 USB: remove info() macro from usb mtd drivers 17 years ago
David Brownell 93a22f8b95 omap drivers: switch to standard GPIO calls 17 years ago
Yoshihiro Shimoda 6028aa01f7 [MTD] [NAND] sh_flctl: add support for Renesas SuperH FLCTL 17 years ago
Richard Genoud 3fc2389847 [MTD] [NAND] Bug on atmel_nand HW ECC : OOB info not correctly written 17 years ago
Sebastian Andrzej Siewior 69fd3a8d09 [MTD] remove unused mtd parameter in of_mtd_parse_partitions() 17 years ago
Kumar Gala 52551beb05 [MTD] [NAND] remove dead Kconfig associated with !CONFIG_PPC_MERGE 17 years ago
Wolfgang Grandegger 13f5369704 [MTD] [NAND] driver extension to support NAND on TQM85xx modules 17 years ago
Anton Vorontsov 95ebffd749 [MTD] [NAND] fsl_upm: update driver for the new OF bindings 17 years ago
Mike Rapoport a7f3f0309b [ARM] 5282/1: pxa: add CM-X255 support 17 years ago
Andrew Victor 3d73e89328 [ARM] 5265/3: [AT91] Add copyright info 17 years ago
Karl Beldan ef89a88013 [MTD] [NAND] nand_base.c: reset chip first 17 years ago
Dmitry Baryshkov 076c7f4c6c [MTD] [NAND] tmio_nand: fix base address programming 17 years ago
David Woodhouse 514fca4373 [MTD] [NAND] Define and use PCI_DEVICE_ID_MARVELL_88ALP01_NAND for CAFÉ 17 years ago
Sascha Hauer 34f6e15786 [MTD] [NAND] Freescale i.MX2 NAND driver 17 years ago
Enrico Scholz 2675e9447b [MTD] [NAND] pxa3xx_nand: added warning which tells id of detected NAND 17 years ago
Enrico Scholz c8c17c888d [MTD] [NAND] pxa3xx_nand: moved some helper variables out from platform data 17 years ago
Enrico Scholz 7dad482ed0 [MTD] [NAND] pxa3xx_nand: added some 'const' annotations to the exported API 17 years ago
Enrico Scholz 80ebf20f34 [MTD] [NAND] pxa3xx_nand: allow to disable builtin flash-type table 17 years ago
Enrico Scholz c8ac3f818e [MTD] [NAND] pxa3xx_nand: allow to define flash types in the platform data 17 years ago
Enrico Scholz 43035338ad [MTD] [NAND] pxa3xx_nand: moved nand definitions into shared platform header 17 years ago
Semun Lee 4262bd2981 [MTD] [NAND] pxa3xx_nand_flash: Add definition of STM2GbX16 NAND flashes 17 years ago
Singh, Vimal d68156cfad [MTD] [NAND] nand_ecc.c: adding support for 512 byte ecc 17 years ago
Huang Weiyi dffc8d6654 [MTD] [NAND] au1550nd.c: remove unused #include <version.h> 17 years ago
Adrian Bunk 7a8fc9b248 removed unused #include <linux/version.h>'s 17 years ago
Alexey Korolev 17c1d2be28 [MTD] [NAND] Fix missing kernel-doc 17 years ago
frans 1077be58ad [MTD] [NAND] nand_ecc.c: fix big endian, strengthen test, add printk 17 years ago
David Woodhouse ccbcd6cba5 [MTD] [NAND] Minor cleanup of nand_ecc.c 17 years ago
frans e6cf5df183 [MTD] [NAND] nand_ecc.c: rewrite for improved performance 17 years ago
Adrian Hunter bb0eb217c9 [MTD] Define and use MTD_FAIL_ADDR_UNKNOWN instead of 0xffffffff 17 years ago
Huang Weiyi d483492cb5 [MTD] [NAND] drivers/mtd/nand/nandsim.c: remove duplicated #include 17 years ago
Samuel Ortiz 1c2c30acc5 mfd: have TMIO drivers and subdevices depend on ARM 17 years ago
Ian Molton ec43b8161b mfd: driver for the TMIO NAND controller 17 years ago
Lennert Buytenhek 6f088f1d21 [ARM] Move include/asm-arm/plat-orion to arch/arm/plat-orion/include/plat 17 years ago
Russell King a09e64fbc0 [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach 17 years ago
Russell King be50972935 [ARM] Remove asm/hardware.h, use asm/arch/hardware.h instead 17 years ago
David Woodhouse 16e00b609a [MTD] Remove references to TI 'toto' platform. 17 years ago
Andrew Morton e4c094a595 [MTD] [NAND] drivers/mtd/nand/nandsim.c: fix printk warnings 17 years ago
Bryan Wu 4f0ca70e52 [MTD] [NAND] Blackfin NFC Driver: Cleanup the error exit path of bf5xx_nand_probe function 17 years ago
Mike Frysinger 0ee002b041 [MTD] [NAND] Blackfin NFC Driver: use standard dev_err() rather than printk() 17 years ago
Mike Frysinger a0dd20184b [MTD] [NAND] Blackfin NFC Driver: enable Blackfin nand HWECC support by default 17 years ago
Mike Frysinger 2445af3853 [MTD] [NAND] Blackfin NFC Driver: add proper devinit/devexit markings to probe/remove functions 17 years ago
Mike Frysinger fcb90ba7e9 [MTD] [NAND] Blackfin NFC Driver: add support for the ECC layout the Blackfin bootrom uses 17 years ago
Mike Frysinger cf840392e8 [MTD] [NAND] Blackfin NFC Driver: fix bug - hw ecc calc by making sure we extract 11 bits from each register instead of 10 17 years ago
Mike Frysinger e274f025e2 [MTD] [NAND] Blackfin NFC Driver: fix bug - do not clobber the status from the first 256 bytes if operating on 512 pages 17 years ago
Harvey Harrison 963724462a [MTD] [NAND] diskonchip.c fix sparse endian warnings 17 years ago
Andrew Morton fc1f397b2c [MTD] [NAND] drivers/mtd/nand/nandsim.c needs div64.h 17 years ago