dect
/
linux-2.6
Archived
13
0
Fork 0
This repository has been archived on 2022-02-17. You can view files and clone it, but cannot push or open issues or pull requests.
linux-2.6/arch/arm/mach-omap2
Afzal Mohammed 246da26d37 ARM: OMAP2+: gpmc: generic timing calculation
Presently there are three peripherals that gets it timing
by runtime calculation. Those peripherals can work with
frequency scaling that affects gpmc clock. But timing
calculation for them are in different ways.

Here a generic runtime calculation method is proposed. Input
to this function were selected so that they represent timing
variables that are present in peripheral datasheets. Motive
behind this was to achieve DT bindings for the inputs as is.
Even though a few of the tusb6010 timings could not be made
directly related to timings normally found on peripherals,
expressions used were translated to those that could be
justified.

There are possibilities of improving the calculations, like
calculating timing for read & write operations in a more
similar way. Expressions derived here were tested for async
onenand on omap3evm (as vanilla Kernel does not have omap3evm
onenand support, local patch was used). Other peripherals,
tusb6010, smc91x calculations were validated by simulating
on omap3evm.

Regarding "we_on" for onenand async, it was found that even
for muxed address/data, it need not be greater than
"adv_wr_off", but rather could be derived from write setup
time for peripheral from start of access time, hence would
more be in line with peripheral timings. With this method
it was working fine. If it is required in some cases to
have "we_on" same as "wr_data_mux_bus" (i.e. greater than
"adv_wr_off"), another variable could be added to indicate
it. But such a requirement is not expected though.

It has been observed that "adv_rd_off" & "adv_wr_off" are
currently calculated by adding an offset over "oe_on" and
"we_on" respectively in the case of smc91x. But peripheral
datasheet does not specify so and so "adv_rd(wr)_off" has
been derived (to be specific, made ignorant of "oe_on" and
"we_on") observing datasheet rather than adding an offset.
Hence this generic routine is expected to work for smc91x
(91C96 RX51 board). This was verified on smsc911x (9220 on
OMAP3EVM) - a similar ethernet controller.

Timings are calculated in ps to prevent rounding errors and
converted to ns at final stage so that these values can be
directly fed to gpmc_cs_set_timings(). gpmc_cs_set_timings()
would be modified to take ps once all custom timing routines
are replaced by the generic routine, at the same time
generic timing routine would be modified to provide timings
in ps. struct gpmc_timings field types are upgraded from
u16 => u32 so that it can hold ps values.

Whole of this exercise is being done to achieve driver and
DT conversion. If timings could not be calculated in a
peripheral agnostic way, either gpmc driver would have to
be peripheral gnostic or a wrapper arrangement over gpmc
driver would be required.

Signed-off-by: Afzal Mohammed <afzal@ti.com>
2012-11-09 18:07:11 +05:30
..
include/mach ARM: OMAP: Remove NEED_MACH_GPIO_H 2012-11-02 12:00:36 -07:00
Kconfig ARM: config: sort select statements alphanumerically 2012-10-13 17:11:28 +01:00
Makefile ARM: OMAP: Move omap-pm-noop.c local to mach-omap2 2012-10-31 15:37:13 -07:00
Makefile.boot ARM: dtb: move all dtb targets to common Makefile 2012-09-20 22:58:17 -07:00
am33xx.h ARM: OMAP2+ Move SoC specific headers to be local to mach-omap2 2012-09-12 18:06:31 -07:00
am35xx-emac.c ARM: OMAP: Make omap_device local to mach-omap2 2012-10-17 12:08:40 -07:00
am35xx-emac.h ARM: OMAP: move generic EMAC init to separate file 2012-03-05 11:08:36 -08:00
am35xx.h ARM: OMAP2+: Make am35xx.h local 2012-09-20 15:02:23 -07:00
board-2430sdp.c ARM: OMAP: Remove unnecessary mach and plat includes 2012-11-02 12:00:36 -07:00
board-3430sdp.c Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers 2012-10-24 15:05:45 -07:00
board-3630sdp.c Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers 2012-10-24 15:05:45 -07:00
board-4430sdp.c Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers 2012-10-24 15:05:45 -07:00
board-am3517crane.c ARM: OMAP2+: Introduce local usb.h 2012-10-24 14:26:18 -07:00
board-am3517evm.c ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h> 2012-10-24 14:26:55 -07:00
board-apollon.c ARM: OMAP: Move plat/led.h to include/linux/platform_data 2012-10-17 12:03:18 -07:00
board-cm-t35.c ARM: OMAP: Remove unnecessary mach and plat includes 2012-11-02 12:00:36 -07:00
board-cm-t3517.c Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers 2012-10-24 15:05:45 -07:00
board-devkit8000.c Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers 2012-10-24 15:05:45 -07:00
board-flash.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
board-flash.h ARM: OMAP2+: gpmc: localize gpmc header 2012-10-15 14:42:15 +05:30
board-generic.c Merge branch 'multiplatform/smp_ops' into next/multiplatform 2012-09-22 00:16:04 -07:00
board-h4.c ARM: OMAP: Fix relative includes for debug-devices.h 2012-10-31 15:37:13 -07:00
board-igep0020.c Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers 2012-10-24 15:05:45 -07:00
board-ldp.c Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers 2012-10-24 15:05:45 -07:00
board-n8x0.c Merge branch 'omap-for-v3.8/cleanup-headers-menelaus' into omap-for-v3.8/cleanup-headers 2012-10-25 12:21:48 -07:00
board-omap3beagle.c Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers 2012-10-24 15:05:45 -07:00
board-omap3evm.c Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers 2012-10-24 15:05:45 -07:00
board-omap3logic.c Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers 2012-10-24 15:05:45 -07:00
board-omap3pandora.c Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers 2012-10-24 15:05:45 -07:00
board-omap3stalker.c Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers 2012-10-24 15:05:45 -07:00
board-omap3touchbook.c Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers 2012-10-24 15:05:45 -07:00
board-omap4panda.c Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers 2012-10-24 15:05:45 -07:00
board-overo.c Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers 2012-10-24 15:05:45 -07:00
board-rm680.c Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers 2012-10-24 15:05:45 -07:00
board-rx51-peripherals.c ARM: OMAP: Make plat/omap-pm.h local to mach-omap2 2012-10-18 16:22:08 -07:00
board-rx51-video.c ARM: OMAP2+: Make board-rx51.h local 2012-09-20 15:02:27 -07:00
board-rx51.c Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers 2012-10-24 15:05:45 -07:00
board-rx51.h ARM: OMAP2+: Make board-rx51.h local 2012-09-20 15:02:27 -07:00
board-ti8168evm.c ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h> 2012-10-24 14:26:55 -07:00
board-zoom-debugboard.c ARM: OMAP2+: Make board-zoom.h local 2012-10-17 11:36:46 -07:00
board-zoom-display.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
board-zoom-peripherals.c Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers 2012-10-24 15:05:45 -07:00
board-zoom.c Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers 2012-10-24 15:05:45 -07:00
board-zoom.h ARM: OMAP2+: Make board-zoom.h local 2012-10-17 11:36:46 -07:00
clkt2xxx_apll.c ARM: OMAP: remove plat/clock.h 2012-10-18 16:23:20 -07:00
clkt2xxx_dpll.c ARM: OMAP: remove plat/clock.h 2012-10-18 16:23:20 -07:00
clkt2xxx_dpllcore.c ARM: OMAP: Split sram.h to local headers and minimal shared header 2012-10-31 10:14:13 -07:00
clkt2xxx_osc.c ARM: OMAP: remove plat/clock.h 2012-10-18 16:23:20 -07:00
clkt2xxx_sys.c ARM: OMAP: remove plat/clock.h 2012-10-18 16:23:20 -07:00
clkt2xxx_virt_prcm_set.c ARM: OMAP: Split sram.h to local headers and minimal shared header 2012-10-31 10:14:13 -07:00
clkt34xx_dpll3m2.c ARM: OMAP: Split sram.h to local headers and minimal shared header 2012-10-31 10:14:13 -07:00
clkt_clksel.c ARM: OMAP: remove plat/clock.h 2012-10-18 16:23:20 -07:00
clkt_dpll.c ARM: OMAP: remove plat/clock.h 2012-10-18 16:23:20 -07:00
clkt_iclk.c ARM: OMAP: remove plat/clock.h 2012-10-18 16:23:20 -07:00
clock.c ARM: OMAP: remove plat/clock.h 2012-10-18 16:23:20 -07:00
clock.h ARM: OMAP: clock: split plat/clkdev_omap.h into OMAP1/2 files 2012-10-18 16:23:30 -07:00
clock2xxx.c ARM: OMAP: remove plat/clock.h 2012-10-18 16:23:20 -07:00
clock2xxx.h
clock3xxx.c ARM: OMAP: remove plat/clock.h 2012-10-18 16:23:20 -07:00
clock3xxx.h
clock3xxx_data.c ARM: OMAP: clock: split plat/clkdev_omap.h into OMAP1/2 files 2012-10-18 16:23:30 -07:00
clock33xx_data.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
clock34xx.c ARM: OMAP: remove plat/clock.h 2012-10-18 16:23:20 -07:00
clock34xx.h
clock36xx.c ARM: OMAP: remove plat/clock.h 2012-10-18 16:23:20 -07:00
clock36xx.h
clock44xx.h
clock44xx_data.c This is the first set of omap cleanup patches for v3.8 merge 2012-10-24 13:25:44 -07:00
clock2420_data.c ARM: OMAP: clock: split plat/clkdev_omap.h into OMAP1/2 files 2012-10-18 16:23:30 -07:00
clock2430.c ARM: OMAP: remove plat/clock.h 2012-10-18 16:23:20 -07:00
clock2430_data.c ARM: OMAP: clock: split plat/clkdev_omap.h into OMAP1/2 files 2012-10-18 16:23:30 -07:00
clock3517.c ARM: OMAP: remove plat/clock.h 2012-10-18 16:23:20 -07:00
clock3517.h
clock_common_data.c ARM: OMAP3+: clock: Move common clksel_rate & clock data to common file 2012-06-26 20:57:22 -06:00
clockdomain.c This is the first set of omap cleanup patches for v3.8 merge 2012-10-24 13:25:44 -07:00
clockdomain.h ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
clockdomain2xxx_3xxx.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
clockdomain33xx.c ARM: OMAP AM33xx: clockdomains: Add clockdomain data and respective operations 2012-06-18 12:08:06 -06:00
clockdomain44xx.c ARM: OMAP2+: clockdomain/hwmod: add workaround for EMU clockdomain idle problems 2012-09-23 17:28:28 -06:00
clockdomains2xxx_3xxx_data.c ARM: OMAP2+: hwmod code/clockdomain data: fix 32K sync timer 2012-07-05 17:25:38 -07:00
clockdomains3xxx_data.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
clockdomains33xx_data.c ARM: OMAP AM33xx: clockdomains: Add clockdomain data and respective operations 2012-06-18 12:08:06 -06:00
clockdomains44xx_data.c ARM: OMAP2+: clockdomain/hwmod: add workaround for EMU clockdomain idle problems 2012-09-23 17:28:28 -06:00
clockdomains2420_data.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
clockdomains2430_data.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
cm-regbits-24xx.h
cm-regbits-33xx.h ARM: AM33XX: cm: Add bit-field width values 2012-09-22 10:53:08 -06:00
cm-regbits-34xx.h ARM: OMAP3: hwmod data: add sad2d hwmod 2012-09-23 17:28:21 -06:00
cm-regbits-44xx.h ARM: OMAP4: cm: add bitfield width values 2012-09-22 10:52:59 -06:00
cm.h ARM: OMAP2+: CM: increase the module disable timeout 2012-06-21 18:08:47 -06:00
cm1_44xx.h
cm2_44xx.h
cm2xxx_3xxx.c ARM: OMAP2xxx: hwmod/CM: add RNG integration data 2012-09-23 17:28:25 -06:00
cm2xxx_3xxx.h ARM: OMAP2xxx: hwmod/CM: add RNG integration data 2012-09-23 17:28:25 -06:00
cm33xx.c ARM: OMAP: Remove plat-omap/common.h 2012-10-31 15:37:13 -07:00
cm33xx.h ARM: OMAP AM33xx: CM: Introduce AM33xx CM APIs and register level details 2012-06-18 12:08:06 -06:00
cm44xx.c ARM: OMAP2+: Move most of plat/io.h into local iomap.h 2012-02-24 10:34:35 -08:00
cm44xx.h
cminst44xx.c ARM: OMAP4: clockdomain/CM code: Update supported transition modes 2012-07-04 03:45:53 -06:00
cminst44xx.h ARM: OMAP2+: PRM/CM: Move the stubbed prm and cm functions to prcm.c file and make them __weak 2012-07-04 05:04:00 -06:00
common-board-devices.c ARM: OMAP2+: nand: header cleanup 2012-10-15 14:42:05 +05:30
common-board-devices.h ARM: OMAP2+: nand: unify init functions 2012-10-15 12:00:44 +05:30
common.c ARM: OMAP: remove plat/clock.h 2012-10-18 16:23:20 -07:00
common.h ARM: OMAP: Remove plat-omap/common.h 2012-10-31 15:37:13 -07:00
control.c ARM: OMAP: move plat-omap/include/plat/sdrc.h into mach-omap2/sdrc.h 2012-10-17 10:18:37 -07:00
control.h Merge branch 'late/kirkwood' into late/soc 2012-10-04 20:17:25 -07:00
cpuidle34xx.c ARM: OMAP2+: Prepare for irqs.h removal 2012-09-12 18:06:30 -07:00
cpuidle44xx.c ARM: omap: allow building omap44xx without SMP 2012-08-23 17:16:42 +02:00
ctrl_module_core_44xx.h ARM: OMAP2+: Make ctrl_module_core_44xx.h local 2012-09-20 15:02:29 -07:00
ctrl_module_pad_core_44xx.h ARM: OMAP2+: Make ctrl_module_pad_core_44xx.h local 2012-09-20 15:02:30 -07:00
ctrl_module_pad_wkup_44xx.h ARM: OMAP2+: Make ctrl_module_pad_wkup_44xx.h local 2012-09-20 15:02:32 -07:00
ctrl_module_wkup_44xx.h ARM: OMAP2+: Make ctrl_module_wkup_44xx.h local 2012-09-20 15:02:33 -07:00
devices.c This is the first set of omap cleanup patches for v3.8 merge 2012-10-24 13:25:44 -07:00
devices.h
display.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
display.h
dma.c ARM: OMAP: Remove cpu_is_omap usage from plat-omap/dma.c 2012-10-31 15:37:13 -07:00
dma.h ARM: OMAP2+: DMA: Moving OMAP2+ DMA channel definitions to mach-omap2 2012-10-15 14:03:51 -07:00
dpll3xxx.c ARM: OMAP: remove plat/clock.h 2012-10-18 16:23:20 -07:00
dpll44xx.c ARM: OMAP: remove plat/clock.h 2012-10-18 16:23:20 -07:00
drm.c ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2 2012-10-18 16:05:55 -07:00
dsp.c ARM: OMAP: Make plat/omap-pm.h local to mach-omap2 2012-10-18 16:22:08 -07:00
emu.c ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+ 2012-09-12 18:06:31 -07:00
gpio.c ARM: OMAP: Make plat/omap-pm.h local to mach-omap2 2012-10-18 16:22:08 -07:00
gpmc-nand.c ARM: OMAP2+: nand: remove redundant rounding 2012-11-09 00:59:16 +05:30
gpmc-nand.h ARM: OMAP2+: gpmc: localize gpmc header 2012-10-15 14:42:15 +05:30
gpmc-onenand.c ARM: OMAP2+: gpmc: handle additional timings 2012-11-09 18:07:11 +05:30
gpmc-onenand.h ARM: OMAP2+: onenand: header cleanup 2012-10-15 14:42:03 +05:30
gpmc-smc91x.c ARM: OMAP2+: gpmc: localize gpmc header 2012-10-15 14:42:15 +05:30
gpmc-smc91x.h ARM: OMAP2+: Make gpmc-smc91x.h local 2012-09-20 15:02:49 -07:00
gpmc-smsc911x.c ARM: OMAP2+: gpmc: localize gpmc header 2012-10-15 14:42:15 +05:30
gpmc-smsc911x.h ARM: OMAP2+: Make gpmc-smsc911x.h local 2012-09-20 15:03:55 -07:00
gpmc.c ARM: OMAP2+: gpmc: generic timing calculation 2012-11-09 18:07:11 +05:30
gpmc.h ARM: OMAP2+: gpmc: generic timing calculation 2012-11-09 18:07:11 +05:30
hdq1w.c ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2 2012-10-18 16:05:55 -07:00
hdq1w.h ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2 2012-10-18 16:05:55 -07:00
hsmmc.c ARM: OMAP: Remove unnecessary mach and plat includes 2012-11-02 12:00:36 -07:00
hsmmc.h MMC highlights for 3.4: 2012-03-28 20:59:45 -07:00
hwspinlock.c ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2 2012-10-18 16:05:55 -07:00
i2c.c ARM: OMAP: Make plat-omap/i2c.c port checks local 2012-10-31 15:37:13 -07:00
i2c.h ARM: OMAP: Fix relative includes for shared i2c.h file 2012-10-31 15:37:13 -07:00
id.c These fixes are needed to fix non-omap build breakage for 2012-09-23 17:15:44 -06:00
id.h ARM: OMAP2+: Make id.h local 2012-09-20 15:02:22 -07:00
io.c ARM: OMAP: Remove omap_init_consistent_dma_size() 2012-11-06 16:01:19 -08:00
iomap.h ARM: OMAP5: Add minimal support for OMAP5430 SOC 2012-07-09 19:14:39 +05:30
iommu2.c
irq.c These fixes are needed to fix non-omap build breakage for 2012-09-23 17:15:44 -06:00
l3_2xxx.h ARM: OMAP2+: Make l3_2xxx.h local 2012-09-20 15:03:59 -07:00
l3_3xxx.h ARM: OMAP2+: Make l3_3xxx.h local 2012-09-20 15:04:00 -07:00
l4_2xxx.h ARM: OMAP2+: Make l4_2xxx.h local 2012-09-20 15:04:01 -07:00
l4_3xxx.h ARM: OMAP2+: Make l4_3xxx.h local 2012-09-20 15:04:03 -07:00
mailbox.c ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+ 2012-09-12 18:06:31 -07:00
mcbsp.c ARM: OMAP: Make omap_device local to mach-omap2 2012-10-17 12:08:40 -07:00
mmc.h ARM: OMAP: Split plat/mmc.h into local headers and platform_data 2012-10-15 12:09:43 -07:00
msdi.c ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2 2012-10-18 16:05:55 -07:00
mux.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
mux.h omap2: mux: remove comment for nonexistent member 2012-08-07 03:58:02 -07:00
mux34xx.c
mux34xx.h
mux44xx.c
mux44xx.h
mux2420.c
mux2420.h
mux2430.c
mux2430.h
omap-headsmp.S ARM: OMAP5: Add SMP support 2012-07-09 19:14:39 +05:30
omap-hotplug.c Merge branch 'multiplatform/smp_ops' into next/multiplatform 2012-09-22 00:16:04 -07:00
omap-iommu.c ARM: OMAP2+: Prepare for irqs.h removal 2012-09-12 18:06:30 -07:00
omap-mpuss-lowpower.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
omap-pm-noop.c ARM: OMAP: Move omap-pm-noop.c local to mach-omap2 2012-10-31 15:37:13 -07:00
omap-pm.h ARM: OMAP: Make plat/omap-pm.h local to mach-omap2 2012-10-18 16:22:08 -07:00
omap-secure.c ARM: OMAP: Move plat/omap-secure.h locally to mach-omap2 2012-10-18 16:22:24 -07:00
omap-secure.h ARM: OMAP: Move plat/omap-secure.h locally to mach-omap2 2012-10-18 16:22:24 -07:00
omap-smc.S
omap-smp.c Merge branch 'multiplatform/smp_ops' into next/multiplatform 2012-09-22 00:16:04 -07:00
omap-wakeupgen.c ARM: soc: general cleanups 2012-10-01 18:19:05 -07:00
omap-wakeupgen.h ARM: OMAP2+: Make omap-wakeupgen.h local 2012-09-20 15:02:37 -07:00
omap4-common.c ARM: OMAP: Move omap2+ specific parts of sram.c to mach-omap2 2012-10-31 10:14:14 -07:00
omap4-keypad.h ARM: OMAP2+: Make omap4-keypad.h local 2012-09-20 15:04:04 -07:00
omap4-sar-layout.h ARM: OMAP5: Add the WakeupGen IP updates 2012-07-09 19:14:39 +05:30
omap24xx.h ARM: OMAP2+ Move SoC specific headers to be local to mach-omap2 2012-09-12 18:06:31 -07:00
omap34xx.h ARM: OMAP2+ Move SoC specific headers to be local to mach-omap2 2012-09-12 18:06:31 -07:00
omap44xx.h ARM: OMAP2+ Move SoC specific headers to be local to mach-omap2 2012-09-12 18:06:31 -07:00
omap54xx.h ARM: OMAP2+ Move SoC specific headers to be local to mach-omap2 2012-09-12 18:06:31 -07:00
omap_device.c ARM: OMAP: remove plat/clock.h 2012-10-18 16:23:20 -07:00
omap_device.h ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2 2012-10-18 16:05:55 -07:00
omap_hwmod.c ARM: OMAP: remove plat/clock.h 2012-10-18 16:23:20 -07:00
omap_hwmod.h ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
omap_hwmod_2xxx_3xxx_interconnect_data.c ARM: OMAP: Split plat/serial.h for omap1 and omap2+ 2012-10-24 13:34:31 -07:00
omap_hwmod_2xxx_3xxx_ipblock_data.c ARM: OMAP: Remove plat-omap/common.h 2012-10-31 15:37:13 -07:00
omap_hwmod_2xxx_interconnect_data.c ARM: OMAP: Split plat/serial.h for omap1 and omap2+ 2012-10-24 13:34:31 -07:00
omap_hwmod_2xxx_ipblock_data.c ARM: OMAP: Split plat/serial.h for omap1 and omap2+ 2012-10-24 13:34:31 -07:00
omap_hwmod_3xxx_data.c ARM: OMAP: Split plat/serial.h for omap1 and omap2+ 2012-10-24 13:34:31 -07:00
omap_hwmod_33xx_data.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
omap_hwmod_44xx_data.c ARM: OMAP: Remove plat-omap/common.h 2012-10-31 15:37:13 -07:00
omap_hwmod_2420_data.c ARM: OMAP: Split plat/serial.h for omap1 and omap2+ 2012-10-24 13:34:31 -07:00
omap_hwmod_2430_data.c ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2 2012-10-18 16:05:55 -07:00
omap_hwmod_common_data.c ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2 2012-10-18 16:05:55 -07:00
omap_hwmod_common_data.h ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2 2012-10-18 16:05:55 -07:00
omap_opp_data.h ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2 2012-10-18 16:05:55 -07:00
omap_phy_internal.c ARM: OMAP2+: Introduce local usb.h 2012-10-24 14:26:18 -07:00
omap_twl.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
opp.c ARM: OMAP: Make omap_device local to mach-omap2 2012-10-17 12:08:40 -07:00
opp2xxx.h
opp3xxx_data.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
opp4xxx_data.c ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+ 2012-09-12 18:06:31 -07:00
opp2420_data.c ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+ 2012-09-12 18:06:31 -07:00
opp2430_data.c ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+ 2012-09-12 18:06:31 -07:00
pm-debug.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
pm.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
pm.h arm-soc: power management changes 2012-07-23 17:43:53 -07:00
pm24xx.c ARM: OMAP: Split sram.h to local headers and minimal shared header 2012-10-31 10:14:13 -07:00
pm34xx.c ARM: OMAP: Split sram.h to local headers and minimal shared header 2012-10-31 10:14:13 -07:00
pm44xx.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
pmu.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
powerdomain-common.c ARM: OMAP2+: Fix build issues with missing include of linux/bug.h 2012-03-07 17:29:34 -08:00
powerdomain.c These fixes are needed to fix non-omap build breakage for 2012-09-23 17:15:44 -06:00
powerdomain.h ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
powerdomain2xxx_3xxx.c ARM: OMAP: unwrap strings 2012-09-12 02:57:10 -06:00
powerdomain33xx.c ARM: OMAP AM33xx: powerdomains: add AM335x support 2012-06-18 12:08:06 -06:00
powerdomain44xx.c ARM: OMAP4: powerdomain: add support for reading prev logic and mem states 2012-09-23 17:28:19 -06:00
powerdomains2xxx_3xxx_data.c
powerdomains2xxx_3xxx_data.h
powerdomains2xxx_data.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
powerdomains3xxx_data.c ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+ 2012-09-12 18:06:31 -07:00
powerdomains33xx_data.c ARM: OMAP AM33xx: powerdomains: add AM335x support 2012-06-18 12:08:06 -06:00
powerdomains44xx_data.c
prcm-common.h ARM: OMAP2/3: hwmod data: add gpmc 2012-09-23 17:28:24 -06:00
prcm.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
prcm44xx.h
prcm_mpu44xx.c ARM: OMAP2+: Move most of plat/io.h into local iomap.h 2012-02-24 10:34:35 -08:00
prcm_mpu44xx.h
prm-regbits-24xx.h
prm-regbits-33xx.h ARM: OMAP AM33xx: PRM: add PRM support 2012-06-18 12:08:06 -06:00
prm-regbits-34xx.h
prm-regbits-44xx.h
prm.h
prm2xxx_3xxx.c ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+ 2012-09-12 18:06:31 -07:00
prm2xxx_3xxx.h arm-soc: power management changes 2012-07-23 17:43:53 -07:00
prm33xx.c ARM: OMAP: Remove plat-omap/common.h 2012-10-31 15:37:13 -07:00
prm33xx.h ARM: OMAP AM33xx: PRM: add PRM support 2012-06-18 12:08:06 -06:00
prm44xx.c ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+ 2012-09-12 18:06:31 -07:00
prm44xx.h ARM: OMAP4: PRM: Add IO Daisychain support 2012-06-22 08:40:03 -06:00
prm_common.c ARM: OMAP: Remove plat-omap/common.h 2012-10-31 15:37:13 -07:00
prminst44xx.c ARM: OMAP4+: Add prm and cm base init function. 2012-05-07 23:55:22 -06:00
prminst44xx.h
scrm44xx.h
sdram-hynix-h8mbx00u0mer-0em.h ARM: OMAP: move plat-omap/include/plat/sdrc.h into mach-omap2/sdrc.h 2012-10-17 10:18:37 -07:00
sdram-micron-mt46h32m32lf-6.h ARM: OMAP: move plat-omap/include/plat/sdrc.h into mach-omap2/sdrc.h 2012-10-17 10:18:37 -07:00
sdram-nokia.c ARM: OMAP: remove plat/clock.h 2012-10-18 16:23:20 -07:00
sdram-nokia.h
sdram-numonyx-m65kxxxxam.h ARM: OMAP: move plat-omap/include/plat/sdrc.h into mach-omap2/sdrc.h 2012-10-17 10:18:37 -07:00
sdram-qimonda-hyb18m512160af-6.h ARM: OMAP: move plat-omap/include/plat/sdrc.h into mach-omap2/sdrc.h 2012-10-17 10:18:37 -07:00
sdrc.c ARM: OMAP: Split sram.h to local headers and minimal shared header 2012-10-31 10:14:13 -07:00
sdrc.h ARM: OMAP: move plat-omap/include/plat/sdrc.h into mach-omap2/sdrc.h 2012-10-17 10:18:37 -07:00
sdrc2xxx.c ARM: OMAP: Split sram.h to local headers and minimal shared header 2012-10-31 10:14:13 -07:00
serial.c ARM: OMAP: Split plat/serial.h for omap1 and omap2+ 2012-10-24 13:34:31 -07:00
serial.h ARM: OMAP2+: Fix relative includes for serial.h 2012-10-31 15:37:14 -07:00
sleep24xx.S ARM: OMAP2+ Move SoC specific headers to be local to mach-omap2 2012-09-12 18:06:31 -07:00
sleep34xx.S ARM: OMAP: Split sram.h to local headers and minimal shared header 2012-10-31 10:14:13 -07:00
sleep44xx.S ARM: OMAP2+: Make omap-secure.h local 2012-09-20 15:02:35 -07:00
smartreflex-class3.c ARM: OMAP2+: smartreflex: Use the names from hwmod data instead of voltage domains. 2012-05-31 16:03:44 -07:00
soc.h ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
sr_device.c ARM: OMAP: Split plat/cpu.h into local soc.h for mach-omap1 and mach-omap2 2012-10-18 16:23:46 -07:00
sram.c ARM: OMAP: Move omap2+ specific parts of sram.c to mach-omap2 2012-10-31 10:14:14 -07:00
sram.h ARM: OMAP: Split sram.h to local headers and minimal shared header 2012-10-31 10:14:13 -07:00
sram34xx.S ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+ 2012-09-12 18:06:31 -07:00
sram242x.S ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+ 2012-09-12 18:06:31 -07:00
sram243x.S ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+ 2012-09-12 18:06:31 -07:00
ti81xx.h ARM: OMAP2+ Move SoC specific headers to be local to mach-omap2 2012-09-12 18:06:31 -07:00
timer.c ARM: OMAP: Remove plat-omap/common.h 2012-10-31 15:37:13 -07:00
twl-common.c Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers 2012-10-24 15:05:45 -07:00
twl-common.h Sound updates for 3.7-rc1 2012-10-09 07:07:14 +09:00
usb-host.c Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers 2012-10-24 15:05:45 -07:00
usb-musb.c Merge branch 'omap-for-v3.8/cleanup-headers-usb' into omap-for-v3.8/cleanup-headers 2012-10-24 15:05:45 -07:00
usb-tusb6010.c ARM: OMAP2+: gpmc: handle additional timings 2012-11-09 18:07:11 +05:30
usb.h ARM: OMAP: move OMAP USB platform data to <linux/platform_data/omap-usb.h> 2012-10-24 14:26:55 -07:00
vc.c These fixes are needed to fix non-omap build breakage for 2012-09-23 17:15:44 -06:00
vc.h
vc3xxx_data.c arm: omap3: voltage: fix channel configuration 2012-03-06 17:35:24 -08:00
vc44xx_data.c
voltage.c ARM: OMAP: unwrap strings 2012-09-12 02:57:10 -06:00
voltage.h ARM: omap: move platform_data definitions 2012-09-19 17:39:52 +02:00
voltagedomains2xxx_data.c
voltagedomains3xxx_data.c ARM: OMAP: Split plat/hardware.h, use local soc.h for omap2+ 2012-09-12 18:06:31 -07:00
voltagedomains33xx_data.c ARM: OMAP AM33xx: voltagedomain: Add voltage domain data 2012-06-18 00:47:26 -06:00
voltagedomains44xx_data.c
vp.c ARM: OMAP: unwrap strings 2012-09-12 02:57:10 -06:00
vp.h
vp3xxx_data.c
vp44xx_data.c
wd_timer.c ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2 2012-10-18 16:05:55 -07:00
wd_timer.h ARM: OMAP: Make plat/omap_hwmod.h local to mach-omap2 2012-10-18 16:05:55 -07:00