| Commit message (Expand) | Author | Age | Files | Lines |
* | mtd: Move onenand code base to drivers/mtd/nand/onenand | Boris Brezillon | 2018-03-15 | 1 | -660/+0 |
* | mtd: onenand: Get rid of comments giving the file path inside the file itself | Boris Brezillon | 2018-03-15 | 1 | -2/+0 |
* | mtd: onenand: omap2: Remove redundant dev_err call in omap2_onenand_probe() | Wei Yongjun | 2018-01-19 | 1 | -3/+1 |
* | mtd: onenand: omap2: print resource using %pR format string | Arnd Bergmann | 2018-01-16 | 1 | -2/+1 |
* | mtd: onenand: omap2: Configure driver from DT | Ladislav Michl | 2018-01-12 | 1 | -97/+153 |
* | mtd: onenand: omap2: Decouple DMA enabling from INT pin availability | Ladislav Michl | 2018-01-12 | 1 | -31/+21 |
* | mtd: onenand: omap2: Do not make delay for GPIO OMAP3 specific | Ladislav Michl | 2018-01-12 | 1 | -5/+2 |
* | mtd: onenand: omap2: Convert to use dmaengine for memcpy | Peter Ujfalusi | 2018-01-12 | 1 | -42/+38 |
* | mtd: onenand: omap2: Unify OMAP2 and OMAP3 DMA implementation | Ladislav Michl | 2018-01-12 | 1 | -125/+4 |
* | mtd: onenand: omap2: Simplify the DMA setup for various paths | Peter Ujfalusi | 2018-01-12 | 1 | -64/+45 |
* | mtd: onenand: omap2: Account waiting time as waiting on IO | Ladislav Michl | 2018-01-12 | 1 | -3/+2 |
* | mtd: onenand: omap2: Remove partitioning support from platform data | Ladislav Michl | 2018-01-12 | 1 | -2/+1 |
* | mtd: onenand: omap2: Remove skip initial unlocking support | Ladislav Michl | 2018-01-12 | 1 | -3/+0 |
* | mtd: onenand: omap2: Remove regulator support | Ladislav Michl | 2018-01-12 | 1 | -41/+1 |
* | gpio: Include linux/gpio.h instead of asm/gpio.h | Bjorn Helgaas | 2016-02-16 | 1 | -1/+1 |
* | mtd: drop unnecessary partition parser data | Brian Norris | 2015-11-11 | 1 | -5/+3 |
* | mtd: onenand: omap2: drop owner and name assignment | Frans Klaver | 2015-10-13 | 1 | -2/+0 |
* | mtd: onenand: drop owner assignment from platform_drivers | Wolfram Sang | 2014-10-20 | 1 | -1/+0 |
* | mtd: delete non-required instances of include <linux/init.h> | Paul Gortmaker | 2014-03-11 | 1 | -1/+0 |
* | tree-wide: use reinit_completion instead of INIT_COMPLETION | Wolfram Sang | 2013-11-15 | 1 | -5/+5 |
* | mtd: onenand: omap: remove two unused functions | Paul Bolle | 2013-10-28 | 1 | -22/+0 |
* | mtd: onenand: use dev_get_platdata() | Jingoo Han | 2013-08-30 | 1 | -1/+1 |
* | mtd: onenand/omap2: Remove redundant platform_set_drvdata() | Sachin Kamat | 2013-08-05 | 1 | -1/+0 |
* | mtd: omap2: Use module_platform_driver() | Sachin Kamat | 2013-04-05 | 1 | -13/+1 |
* | mtd: omap-onenand: pass device_node in platform data | Ezequiel Garcia | 2013-02-01 | 1 | -1/+3 |
* | Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtd | Linus Torvalds | 2012-12-19 | 1 | -3/+3 |
|\ |
|
| * | mtd: remove use of __devexit | Bill Pemberton | 2012-11-22 | 1 | -1/+1 |
| * | mtd: remove use of __devinit | Bill Pemberton | 2012-11-22 | 1 | -1/+1 |
| * | mtd: remove use of __devexit_p | Bill Pemberton | 2012-11-22 | 1 | -1/+1 |
* | | ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h | Tony Lindgren | 2012-11-30 | 1 | -1/+1 |
* | | ARM: OMAP2+: fix build breakage introduced by commit b7754452b3e27716347a528b... | Paul Walmsley | 2012-10-26 | 1 | -12/+24 |
* | | Merge branch 'omap-for-v3.8/cleanup-headers-gpmc' into omap-for-v3.8/cleanup-... | Tony Lindgren | 2012-10-17 | 1 | -5/+4 |
|\ \ |
|
| * | | mtd: onenand: omap: use pdata info instead of cpu_is | Afzal Mohammed | 2012-10-15 | 1 | -3/+4 |
| * | | mtd: onenand: omap: cleanup gpmc dependency | Afzal Mohammed | 2012-10-15 | 1 | -2/+0 |
| |/ |
|
* / | ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.h | Lokesh Vutla | 2012-10-15 | 1 | -1/+1 |
|/ |
|
* | ARM: omap: move platform_data definitions | Arnd Bergmann | 2012-09-19 | 1 | -1/+1 |
* | ARM: OMAP2+: Prepare for irqs.h removal | Tony Lindgren | 2012-09-13 | 1 | -0/+1 |
*-. | Merge tags 'omap-devel-gpmc-fixed-for-v3.7' and 'cleanup-omap-tags-for-v3.7' ... | Tony Lindgren | 2012-09-13 | 1 | -15/+16 |
|\ \ |
|
| | * | ARM: OMAP: remove plat/board.h file | Igor Grinberg | 2012-09-11 | 1 | -2/+0 |
| |/
|/| |
|
| * | mtd: onenand: omap2: obtain memory from resource | Afzal Mohammed | 2012-08-30 | 1 | -13/+16 |
|/ |
|
* | mtd: do not use plain 0 as NULL | Artem Bityutskiy | 2012-03-27 | 1 | -3/+3 |
* | Merge git://git.infradead.org/mtd-2.6 | Linus Torvalds | 2011-11-07 | 1 | -12/+4 |
|\ |
|
| * | mtd: onenand/omap2.c: use mtd_device_parse_register | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -10/+3 |
| * | mtd: onenand/omap2 don't specify default parsing options | Dmitry Eremin-Solenikov | 2011-09-11 | 1 | -3/+1 |
| * | mtd: onenand: return proper error if regulator_get fails | Axel Lin | 2011-08-15 | 1 | -0/+1 |
* | | ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.h | Russell King | 2011-08-08 | 1 | -1/+1 |
|/ |
|
* | mtd: omap2 onenand: convert to mtd_device_register() | Jamie Iles | 2011-05-25 | 1 | -7/+3 |
* | Fix common misspellings | Lucas De Marchi | 2011-03-31 | 1 | -2/+2 |
* | Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torval... | Artem Bityutskiy | 2011-03-25 | 1 | -28/+8 |
|\ |
|
| * | Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/gi... | Linus Torvalds | 2011-03-18 | 1 | -28/+8 |
| |\ |
|