| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: clean up usage of MTD_DOCPROBE_ADDRESS | Paul Bolle | 2011-10-30 | 2 | -7/+1 |
* | mtd: m25p80: don't probe device which has status of 'disabled' | Shaohui Xie | 2011-10-16 | 1 | -0/+6 |
* | mtd: Add DiskOnChip G3 support | Robert Jarzmik | 2011-10-14 | 4 | -0/+1424 |
* | mtd: m25p80: add EON flash EN25Q32B into spi flash id table | Shaohui Xie | 2011-10-14 | 1 | -0/+1 |
* | mtd: m25p80: add support for at25df321a spi data flash | Mikhail Kshevetskiy | 2011-09-26 | 1 | -0/+1 |
* | mtd: rename MTD_OOB_* to MTD_OPS_* | Brian Norris | 2011-09-11 | 3 | -6/+6 |
* | mtd: cleanup style on pr_debug messages | Brian Norris | 2011-09-11 | 2 | -28/+23 |
* | mtd: replace DEBUG() with pr_debug() | Brian Norris | 2011-09-11 | 6 | -48/+39 |
* | mtd: dataflash: add device tree probe support | Shawn Guo | 2011-09-11 | 1 | -2/+16 |
* | mtd: spelling, capitalization, uniformity | Brian Norris | 2011-09-11 | 4 | -4/+4 |
* | mtd: m25p80.c: use mtd_device_parse_register | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -25/+3 |
* | mtd: m25p80: use ofpart through generic parsing | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -8/+3 |
* | mtd: mtd_dataflash.c: use mtd_device_parse_register | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -18/+3 |
* | mtd: sst25l.c: use mtd_device_parse_register | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -29/+4 |
* | mtd: lart: cleanup: drop HAVE_PARTITIONS | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -17/+1 |
* | mtd: sst25l don't specify default parsing options | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -7/+1 |
* | mtd: mtd_dataflash don't specify default parsing options | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -6/+1 |
* | mtd: m25p80 don't specify default parsing options | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -7/+1 |
* | Change Ryan Mallon's email address across the kernel | Ryan Mallon | 2011-06-16 | 1 | -2/+2 |
* | mtd: convert remaining users to mtd_device_register() | Jamie Iles | 2011-05-25 | 10 | -24/+24 |
* | mtd: sst25l: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -36/+26 |
* | mtd: dataflash: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -27/+18 |
* | mtd: m25p80: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -38/+30 |
* | mtd: sst25l: fix section markings | Mike Frysinger | 2011-05-25 | 1 | -3/+3 |
* | mtd: m25p80: Add Spansion S25FL512S, S70FL01GS | Kevin Cernekee | 2011-05-25 | 1 | -0/+2 |
* | mtd: m25p80: Add Spansion S25FL256S | Kevin Cernekee | 2011-05-25 | 1 | -5/+17 |
* | mtd: m25p80: Clean up JEDEC manufacturer checks | Kevin Cernekee | 2011-05-25 | 1 | -4/+7 |
* | mtd: m25p80: Add Numonyx m25px32 family | Kevin Cernekee | 2011-05-25 | 1 | -1/+4 |
* | mtd: m25p80: add support for the MX25L1606E chip | Gabor Juhos | 2011-05-25 | 1 | -0/+1 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 5 | -8/+8 |
* | mtd: m25p80: add support for M25PX64 | Yoshihiro Shimoda | 2011-03-11 | 1 | -0/+2 |
* | mtd: phram: fix memory leak | Mathias Krause | 2011-03-11 | 1 | -0/+3 |
* | mtd: mtdram: initialize writebufsize field | Artem Bityutskiy | 2011-03-11 | 1 | -0/+1 |
* | mtd: m25p80: add support for the EON EN25F32 chip | Gabor Juhos | 2011-03-11 | 1 | -1/+2 |
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2011-01-17 | 2 | -6/+37 |
|\ |
|
| * | mtd: m25p80: Fix JEDEC ID for AT26DF321 | Aleksandr Koltsoff | 2011-01-06 | 1 | -1/+1 |
| * | mtd: m25p80: add debugging trace in sst_write | Nicolas Ferre | 2011-01-06 | 1 | -0/+4 |
| * | mtd: fix section mismatch on sst25l | Fabio Estevam | 2010-12-03 | 1 | -2/+2 |
| * | mtd: m25p80: Add support for Macronix MX25L25655E | Kevin Cernekee | 2010-12-03 | 1 | -0/+1 |
| * | mtd: m25p80: Add support for Macronix MX25L25635E | Kevin Cernekee | 2010-12-03 | 1 | -3/+28 |
| * | mtd: m25p80: Reinstate error print on unrecognized flash | Kevin Cernekee | 2010-12-03 | 1 | -0/+1 |
* | | block: clean up blkdev_get() wrappers and their users | Tejun Heo | 2010-11-13 | 1 | -2/+2 |
* | | block: make blkdev_get/put() handle exclusive access | Tejun Heo | 2010-11-13 | 1 | -13/+4 |
* | | mtd: fix bdev exclusive open bugs in block2mtd::add_device() | Tejun Heo | 2010-11-13 | 1 | -2/+11 |
|/ |
|
* | mtd: fix build error in m25p80.c | Andres Salomon | 2010-10-30 | 1 | -1/+1 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | David Woodhouse | 2010-10-30 | 2 | -1/+8 |
|\ |
|
| * | Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6 | Linus Torvalds | 2010-10-25 | 1 | -0/+7 |
| |\ |
|
| | * | mtd/m25p80: add support to parse the partitions by OF node | Mingkai Hu | 2010-10-22 | 1 | -0/+7 |
| * | | Merge branch 'for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jiko... | Linus Torvalds | 2010-10-24 | 1 | -1/+1 |
| |\ \
| | |/
| |/| |
|
| | * | Update broken web addresses in the kernel. | Justin P. Mattock | 2010-10-18 | 1 | -1/+1 |