index
:
linux-fsl-qoriq
master
scalys
Freescale linux tree with Scalys patches
www-data
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
mtd
/
onenand
/
generic.c
Age
Commit message (
Expand
)
Author
2012-11-22
mtd: remove use of __devexit
Bill Pemberton
2012-11-22
mtd: remove use of __devinit
Bill Pemberton
2012-11-22
mtd: remove use of __devexit_p
Bill Pemberton
2012-03-26
mtd: do not use plain 0 as NULL
Artem Bityutskiy
2012-01-09
mtd: convert drivers/mtd/* to use module_platform_driver()
Axel Lin
2011-09-11
mtd: onenand: remove redundant mtd_device_unregister before onenand_release
Axel Lin
2011-09-11
mtd: onenand/generic.c: use mtd_device_parse_register
Dmitry Eremin-Solenikov
2011-09-11
mtd: onenand/generic don't specify default parsing options
Dmitry Eremin-Solenikov
2011-05-25
mtd: onenand: convert to mtd_device_register()
Jamie Iles
2011-03-11
mtd: add "platform:" prefix for platform modalias
Axel Lin
2009-09-19
mtd: onenand: make onenand/generic.c more generic
Magnus Damm
2009-03-24
platform driver: fix incorrect use of 'platform_bus_type' with 'struct device...
Ming Lei
2009-01-06
mtd: struct device - replace bus_id with dev_name(), dev_set_name()
Kay Sievers
2008-06-05
[MTD] [MAPS] Fix cmdlineparse handling in mapping files
Kyungmin Park
2006-11-29
Merge git://git.infradead.org/~kmpark/onenand-mtd-2.6
David Woodhouse
2006-11-28
[MTD] replace kmalloc+memset with kzalloc
Burman Yan
2006-11-16
MTD: OneNAND: interrupt based wait support
Kyungmin Park
2006-01-09
[PATCH] fix more missing includes
Tim Schmielau
2005-12-19
[PATCH] mtd onenand driver: use platform_device.h instead device.h
Kyungmin Park
2005-11-06
[MTD] OneNAND: Add generic platform driver
Kyungmin Park