Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
496c8a0bbb726c2608b3b1318d231ab04a9a2ec3
/
arch
/
arm
/
mach-omap2
/
gpmc.c
496c8a0
ARM: OMAP2+: Allow NAND transfer mode to be specified in DT
by Mark Jackson
· 12 years ago
b327b36
ARM: OMAP2+: only WARN if a GPMC child probe function fail
by Javier Martinez Canillas
· 12 years ago
f2b09f6
ARM: OMAP2+: only search for GPMC DT child nodes on probe
by Javier Martinez Canillas
· 12 years ago
5330dc1
ARM: OMAP2+: Add GPMC DT support for Ethernet child nodes
by Javier Martinez Canillas
· 12 years ago
3af91cf
ARM: OMAP2+: rename gpmc_probe_nor_child() to gpmc_probe_generic_child()
by Javier Martinez Canillas
· 12 years ago
e8ffd6f
ARM: OMAP2+: return -ENODEV if GPMC child device creation fails
by Javier Martinez Canillas
· 12 years ago
84b00f0
ARM: OMAP2+: Allow GPMC probe to complete even if CS mapping fails
by Jon Hunter
· 12 years ago
bf23439
ARM: OMAP2+: Remove unnecesssary GPMC definitions and variable
by Jon Hunter
· 12 years ago
c71f8e9
ARM: OMAP2+: Detect incorrectly aligned GPMC base address
by Jon Hunter
· 12 years ago
cdd6928
ARM: OMAP2+: Add device-tree support for NOR flash
by Jon Hunter
· 12 years ago
d36b4cd
ARM: OMAP2+: Add additional GPMC timing parameters
by Jon Hunter
· 12 years ago
8c8a7771
ARM: OMAP2+: Add function to read GPMC settings from device-tree
by Jon Hunter
· 12 years ago
3a54435
ARM: OMAP2+: Don't configure of chip-select options in gpmc_cs_configure()
by Jon Hunter
· 12 years ago
aa8d476
ARM: OMAP2+: Add function for configuring GPMC settings
by Jon Hunter
· 12 years ago
c3be5b4
ARM: OMAP2+: Add structure for storing GPMC settings
by Jon Hunter
· 12 years ago
9f83315
ARM: OMAP2+: Add variable to store number of GPMC waitpins
by Jon Hunter
· 12 years ago
f5d8eda
ARM: omap2: gpmc: Remove redundant chip select out of range check
by Ezequiel Garcia
· 12 years ago
ae9d908
ARM: omap2: gpmc: Fix gpmc_cs_reserved() return value
by Ezequiel Garcia
· 12 years ago
7b09509
ARM: omap2: gpmc: Remove unused gpmc_round_ns_to_ticks() function
by Ezequiel Garcia
· 12 years ago
3fc089e
ARM: omap2: gpmc: Mark local scoped functions static
by Ezequiel Garcia
· 12 years ago
c9fb809
ARM: OMAP: Clear GPMC bits when applying new setting.
by Mark Jackson
· 12 years ago
dca3a78
Merge commit '31d9adca82ce65e5c99d045b5fd917c702b6fce3' into tmp
by Jon Hunter
· 12 years ago
7185684
ARM: OMAP: use consistent error checking
by Russell King
· 12 years ago
31d9adc
ARM: OMAP2+: Fix broken gpmc support
by Jon Hunter
· 12 years ago
6c5096e
Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
bab588f
Merge tag 'soc' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
3298a35
Merge tag 'multiplatform' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
5ce7aba
Merge tag 'drivers' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
75d3625
ARM: OMAP2+: gpmc: add DT bindings for OneNAND
by Ezequiel Garcia
· 12 years ago
6797b4f
ARM: OMAP2+: Prevent potential crash if GPMC probe fails
by Jon Hunter
· 12 years ago
a167237
ARM: OMAP2+: gpmc: Remove unneeded of_node_put()
by Ezequiel Garcia
· 12 years ago
21cc2bd
ARM: OMAP2+: Remove apollon board support
by Kyungmin Park
· 12 years ago
c1d1cd5
ARM: OMAP2+: omap_device: remove obsolete pm_lats and early_device code
by Paul Walmsley
· 12 years ago
5857bd9
ARM: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
bc6b1e7
ARM: OMAP: gpmc: add DT bindings for GPMC timings and NAND
by Daniel Mack
· 12 years ago
2f98ca8
ARM: OMAP: gpmc: don't create devices from initcall on DT
by Daniel Mack
· 12 years ago
b76c8b1
ARM: OMAP2+: Use omap initcalls
by Tony Lindgren
· 12 years ago
351a102
ARM: drivers: remove __dev* attributes.
by Greg Kroah-Hartman
· 12 years ago
246da26
ARM: OMAP2+: gpmc: generic timing calculation
by Afzal Mohammed
· 12 years ago
559d94b
ARM: OMAP2+: gpmc: handle additional timings
by Afzal Mohammed
· 12 years ago
3e9a632
Merge tag 'omap-for-v3.8/cleanup-headers-signed' into omap-for-v3.8/cleanup-headers-serial-take2
by Tony Lindgren
· 12 years ago
e4c060d
ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2
by Tony Lindgren
· 12 years ago
25c7d49
ARM: OMAP: Make omap_device local to mach-omap2
by Tony Lindgren
· 12 years ago
6832c95
Merge branch 'omap-for-v3.8/cleanup-headers-dss' into omap-for-v3.8/cleanup-headers
by Tony Lindgren
· 12 years ago
3e6ece1
ARM: OMAP: move plat-omap/include/plat/sdrc.h into mach-omap2/sdrc.h
by Paul Walmsley
· 12 years ago
8119024
ARM: OMAP2+: Allow kernel to boot even if GPMC fails to reserve memory
by Jon Hunter
· 12 years ago
3ef5d00
ARM: OMAP2+: gpmc: localize gpmc header
by Afzal Mohammed
· 12 years ago
c46406a
ARM: OMAP2+: gpmc: remove exported nand functions
by Afzal Mohammed
· 12 years ago
2fdf0c9
ARM: OMAP2+: gpmc: nand register helper bch update
by Afzal Mohammed
· 12 years ago
bc3668e
ARM: OMAP2+: nand: header cleanup
by Afzal Mohammed
· 12 years ago
1b47ca1
ARM: OMAP2+: gpmc: remove cs# in sync clk div calc
by Afzal Mohammed
· 12 years ago
61687c6
ARM: OMAP2+: gpmc: annotate exit sections properly
by Afzal Mohammed
· 12 years ago
da49687
ARM: OMAP2+: gpmc: minimal driver support
by Afzal Mohammed
· 12 years ago
4be48fd
ARM: OMAP2+: gpmc: Adapt to HWMOD
by Afzal Mohammed
· 12 years ago
4fb85d3
Merge branch 'clock_devel_3.7' into hwmod_prcm_clock_a_3.7
by Paul Walmsley
· 12 years ago
291852e
Merge tag 'cleanup-fixes-for-v3.7' into test_v3.6-rc6_ocb3.7_cff3.7_odaf3.7
by Paul Walmsley
· 12 years ago
4d7cb45
ARM: omap: clk: add clk_prepare and clk_unprepare
by Rajendra Nayak
· 12 years ago
dbc0416
ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+
by Tony Lindgren
· 12 years ago
7d7e1eb
ARM: OMAP2+: Prepare for irqs.h removal
by Tony Lindgren
· 12 years ago
a032d33
ARM: OMAP: clean up some smatch warnings, fix some printk(KERN_ERR ...
by Paul Walmsley
· 12 years ago
6b6c32f
ARM: OMAP2+: gpmc: Modify interrupt handling
by Afzal Mohammed
· 12 years ago
52bd138
ARM: OMAP2+: gpmc: update nand register helper
by Afzal Mohammed
· 12 years ago
1a5da21
ARM: OMAP5: gpmc: Update gpmc_init()
by R Sricharan
· 13 years ago
f5e7e84
Merge tag 'for-linus-3.5-20120601' of git://git.infradead.org/linux-mtd
by Linus Torvalds
· 12 years ago
2c757fd
Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc
by Linus Torvalds
· 12 years ago
8d602cf
ARM: OMAP3: gpmc: add BCH ecc api and modes
by Ivan Djelic
· 13 years ago
2c65e74
GPMC: add ECC control definitions
by Yegor Yefremov
· 13 years ago
355f8ee
ARM: OMAP2+: GPMC: resolve type-conversion warning from sparse
by Paul Walmsley
· 13 years ago
f611b02
ARM: OMAP2+: GPMC: Export gpmc_enable_hwecc and gpmc_calculate_ecc
by Bernhard Walle
· 13 years ago
8ef5d84
ARM: OMAP2+: GPMC: fix device size setup
by Yegor Yefremov
· 13 years ago
6845664a
arm: Cleanup the irq namespace
by Thomas Gleixner
· 14 years ago
77aded2
ARM: OMAP2+: Fix warnings for GPMC interrupt
by Balaji T K
· 14 years ago
317379a
omap3: nand: configurable fifo threshold to gain the throughput
by Sukumar Ghorai
· 14 years ago
db97eb7d
omap: gpmc: enable irq mode in gpmc
by Sukumar Ghorai
· 14 years ago
a3551f5
OMAP2/3: GPMC: put sync_clk value in picoseconds instead of nanoseconds
by Adrian Hunter
· 14 years ago
2c01946c
omap3 nand: cleanup virtual address usages
by Sukumar Ghorai
· 14 years ago
948d38e
omap3 gpmc: functionality enhancement
by Sukumar Ghorai
· 14 years ago
b2fa3b7
omap2/3/4: gpmc: kill compile warning
by Felipe Balbi
· 15 years ago
8d08436
OMAP2/3: GPMC: ensure valid clock pointer
by Kevin Hilman
· 15 years ago
1daa8c1
omap: Enable GPMC clock in gpmc_init
by Olof Johansson
· 15 years ago
d79b126
ARM: OMAP4: PM: Add dummy hooks for OMAP4 dpll api's
by Rajendra Nayak
· 15 years ago
a76df42
Merge 7xx-iosplit-plat-merge with omap-fixes
by Tony Lindgren
· 15 years ago
e7fdc60
OMAP: cs should be positive in gpmc_cs_free()
by Roel Kluin
· 15 years ago
a2d3e7b
OMAP3: PM: GPMC context save/restore
by Rajendra Nayak
· 16 years ago
6d13524
omap: Use resource_size
by Tobias Klauser
· 15 years ago
ce491cf
omap: headers: Move remaining headers from include/mach to include/plat
by Tony Lindgren
· 15 years ago
59e9c5a
mtd: omap: add support for nand prefetch-read and post-write
by vimal singh
· 15 years ago
4416907
ARM: OMAP4: Add minimal support for omap4
by Santosh Shilimkar
· 15 years ago
85d7a07
ARM: OMAP: Fix compiler warnings in gpmc.c
by Sanjeev Premi
· 16 years ago
b6825d2
Merge branch 'omap-all' into devel
by Russell King
· 16 years ago
cc26b3b
ARM: OMAP3: Add minimal omap3430 support
by Syed Mohammed, Khasim
· 16 years ago
646e3ed
ARM: OMAP2: Misc updates from linux-omap tree
by Tony Lindgren
· 16 years ago
fd1dc87
ARM: OMAP2: Fix sparse, checkpatch warnings fro GPMC code, use ioremap
by Paul Walmsley
· 16 years ago
fced80c
[ARM] Convert asm/io.h to linux/io.h
by Russell King
· 16 years ago
e8a91c9
[ARM] omap: Fix IO_ADDRESS() macros
by Russell King
· 16 years ago
a09e64f
[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/mach
by Russell King
· 16 years ago
15e02a3
ARM: OMAP: Correcting the gpmc prefetch control register address
by Thara Gopinath
· 17 years ago
4459598
ARM: OMAP2: Change 24xx to use new register access
by Paul Walmsley
· 17 years ago
2330059
ARM: OMAP: Merge gpmc changes from N800 tree
by Kai Svahn
· 18 years ago
72d0f1c
ARM: OMAP: Add minimal OMAP2430 support
by Syed Mohammed Khasim
· 18 years ago
Next »