Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
91ab377ba3ab202c40a0da402d6c2f1507a15355
/
drivers
/
mtd
/
onenand
/
omap2.c
3ea5b03
mtd: delete non-required instances of include <linux/init.h>
by Paul Gortmaker
· 11 years ago
16735d0
tree-wide: use reinit_completion instead of INIT_COMPLETION
by Wolfram Sang
· 11 years ago
86bc7bdd
mtd: onenand: omap: remove two unused functions
by Paul Bolle
· 11 years ago
e09f7f9
mtd: onenand: use dev_get_platdata()
by Jingoo Han
· 11 years ago
f6ac1a4
mtd: onenand/omap2: Remove redundant platform_set_drvdata()
by Sachin Kamat
· 12 years ago
cdb6404
mtd: omap2: Use module_platform_driver()
by Sachin Kamat
· 12 years ago
dc75eb3
mtd: omap-onenand: pass device_node in platform data
by Ezequiel Garcia
· 12 years ago
ca2a88f
Merge tag 'for-linus-20121219' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 12 years ago
45c3eb7
ARM: OMAP: Move plat-omap/dma-omap.h to include/linux/omap-dma.h
by Tony Lindgren
· 12 years ago
810b7e0
mtd: remove use of __devexit
by Bill Pemberton
· 12 years ago
06f2551
mtd: remove use of __devinit
by Bill Pemberton
· 12 years ago
5153b88
mtd: remove use of __devexit_p
by Bill Pemberton
· 12 years ago
ea5d8f4
ARM: OMAP2+: fix build breakage introduced by commit b7754452b3e27716347a528b47b0a1083af32520
by Paul Walmsley
· 12 years ago
99f0b8d
Merge branch 'omap-for-v3.8/cleanup-headers-gpmc' into omap-for-v3.8/cleanup-headers
by Tony Lindgren
· 12 years ago
2b6c4e7
ARM: OMAP: DMA: Move plat/dma.h to plat-omap/dma-omap.h
by Lokesh Vutla
· 12 years ago
b7754452
mtd: onenand: omap: use pdata info instead of cpu_is
by Afzal Mohammed
· 12 years ago
89d1efc
mtd: onenand: omap: cleanup gpmc dependency
by Afzal Mohammed
· 12 years ago
2203747
ARM: omap: move platform_data definitions
by Arnd Bergmann
· 12 years ago
7d7e1eb
ARM: OMAP2+: Prepare for irqs.h removal
by Tony Lindgren
· 12 years ago
a1e0170
Merge tags 'omap-devel-gpmc-fixed-for-v3.7' and 'cleanup-omap-tags-for-v3.7' into cleanup-sparseirq
by Tony Lindgren
· 12 years ago
cf3a6ec
ARM: OMAP: remove plat/board.h file
by Igor Grinberg
· 12 years ago
d65ccb6
mtd: onenand: omap2: obtain memory from resource
by Afzal Mohammed
· 12 years ago
42d7fbe
mtd: do not use plain 0 as NULL
by Artem Bityutskiy
· 13 years ago
e0d6511
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 13 years ago
7d010d2
mtd: onenand/omap2.c: use mtd_device_parse_register
by Dmitry Eremin-Solenikov
· 13 years ago
70f438c
mtd: onenand/omap2 don't specify default parsing options
by Dmitry Eremin-Solenikov
· 13 years ago
1c3bd14
mtd: onenand: return proper error if regulator_get fails
by Axel Lin
· 13 years ago
1bc857f
ARM: gpio: omap: convert drivers to use asm/gpio.h rather than mach/gpio.h
by Russell King
· 13 years ago
ff6e1b2
mtd: omap2 onenand: convert to mtd_device_register()
by Jamie Iles
· 13 years ago
25985ed
Fix common misspellings
by Lucas De Marchi
· 14 years ago
7bf7e37
Merge branch 'master' of git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6 into for-linus-1
by Artem Bityutskiy
· 14 years ago
0df0914
Merge branch 'omap-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6
by Linus Torvalds
· 14 years ago
c93ff6b
mtd: omap: add new variable to platform data to control onenand unlocking
by Roman Tereshonkov
· 14 years ago
c804c73
mtd: add "platform:" prefix for platform modalias
by Axel Lin
· 14 years ago
c497dd5
mtd: OneNAND: OMAP2: increase multiblock erase verify timeout
by Roman Tereshonkov
· 14 years ago
3ad2d86
OMAP: OneNAND: determine frequency in one place
by Adrian Hunter
· 14 years ago
ab2020f
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 14 years ago
9ac4e61
mtd: OneNAND: OMAP2/3: prevent regulator sleeping while OneNAND is in use
by Adrian Hunter
· 15 years ago
263a8c8
mtd: OneNAND: OMAP2/3: add support for command line partitioning
by Adrian Hunter
· 15 years ago
4931445
OMAP2/3: OneNAND: add 104MHz support
by Adrian Hunter
· 14 years ago
d19d7b4
mtd: onenand: fix omap2 code to handle cache program feature
by Roman Tereshonkov
· 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
4a70b7d
mtd: OneNAND: OMAP2/3: unmap correct DMA buffer
by Mika Westerberg
· 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
932f5d2
mtd: OneNAND: do not use DMA if oops in progress
by Aaro Koskinen
· 15 years ago
60d9aa7
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 15 years ago
7207302
mtd: OneNAND: multiblock erase support
by Mika Korhonen
· 15 years ago
ce491cf
omap: headers: Move remaining headers from include/mach to include/plat
by Tony Lindgren
· 15 years ago
3cae1cc
mtd: OneNAND: OMAP2/3: free GPMC CS on module removal
by Mika Korhonen
· 15 years ago
00acf4a
mtd: OneNAND: fix incorrect bufferram offset
by Mika Korhonen
· 15 years ago
ac1b7c3
Merge git://git.infradead.org/mtd-2.6
by Linus Torvalds
· 15 years ago
d3412db
mtd: OneNAND: add missing __devexit_p
by Mika Korhonen
· 15 years ago
8bd2294
OMAP2/3: PM: push core PM code from linux-omap
by Kevin Hilman
· 15 years ago
87f39f0
[MTD] support driver model updates
by David Brownell
· 16 years ago
a29f280
[MTD] [OneNAND] omap2: panic_write may be in an interrupt context
by Adrian Hunter
· 16 years ago
73069e3
ARM: OMAP: Fix gpio by switching to generic gpio calls, v2
by Jarkko Nikula
· 16 years ago
475b44c
mtd: struct device - replace bus_id with dev_name(), dev_set_name()
by Kay Sievers
· 16 years ago
15f74b0
ARM: OMAP: use gpio_to_irq
by David Brownell
· 16 years ago
40e3925
ARM: OMAP: switch to gpio_direction_input
by David Brownell
· 16 years ago
0b84b5c
ARM: OMAP: switch to standard gpio get/set calls
by David Brownell
· 16 years ago
cbbd695
[MTD] [NAND] OMAP: OneNAND: header file relocation (part 2)
by Adrian Hunter
· 16 years ago
fe87535
[MTD] [NAND] OMAP: OneNAND: header file relocation
by Adrian Hunter
· 16 years ago
0f0254f
[MTD] [NAND] OMAP2: remove duplicated #include
by Huang Weiyi
· 16 years ago
8afbc11
[MTD] [NAND] OMAP2: add retry after read timeout
by Adrian Hunter
· 16 years ago
782b7a3
[MTD] [OneNAND] OMAP3: add delay for GPIO
by Adrian Hunter
· 16 years ago
36cd4fb
[MTD] [OneNAND] Add OMAP2 / OMAP3 OneNAND driver
by Adrian Hunter
· 16 years ago