android_kernel_motorola_sm6225/arch/arm/mach-tegra/include/mach
Kyungmin Park aa3831cf9d ARM: Consolidate the clkdev header files
Now most of ARM machines has the alsmot same __clk_get/put() macro

So place it at the arch/arm/include/asm/clkdev.h and remove the reduntant header files

But some machines don't have the same form as above. It can use the machince specific clkdev file by HAVE_MACH_CLKDEV config

Now there are only 3 caese.

1) define the clk structure with clkdev macro => Need to move clk structure to proper header file

arch/arm/mach-versatile/include/mach/clkdev.h
arch/arm/mach-realview/include/mach/clkdev.h
arch/arm/mach-vexpress/include/mach/clkdev.h
arch/arm/mach-integrator/include/mach/clkdev.h

2) export the __clk_get/put function at clock.c

arch/arm/mach-shmobile/include/mach/clkdev.h

3) demuxing the clk source
arch/arm/mach-u300/include/mach/clkdev.h

Acked-by: Viresh Kumar <viresh.kumar@st.com>
Acked-by: H Hartley Sweeten <hsweeten@visionengravers.com>
Acked-by: Jean-Christophe PLAGNIOL-VILLARD <plagnioj@jcrosoft.com>
Signed-off-by: Kyungmin Park <kyungmin.park@samsung.com>
2011-07-19 18:09:45 +02:00
..
barriers.h ARM: 6870/1: The mandatory barrier rmb() must be a dsb() in for device accesses 2011-05-12 10:52:00 +01:00
clk.h ARM: tegra: clock: Add function to set SDMMC tap delay 2011-02-21 00:16:47 -08:00
debug-macro.S ARM: tegra: Centralize macros to define debug uart base 2011-02-09 21:56:59 -08:00
dma.h Fix common misspellings 2011-03-31 11:26:23 -03:00
entry-macro.S ARM: GIC: private a standard get_irqnr_preamble assembler macro 2010-12-14 19:21:47 +00:00
gpio.h ARM: tegra: add tegra_gpio_table and tegra_gpio_config 2011-02-22 17:27:11 -08:00
hardware.h tegra: add PCI Express support 2010-10-21 18:13:02 -07:00
io.h ARM: io: make iounmap() a simple macro 2010-12-08 13:57:04 +00:00
iomap.h ARM: tegra: add devices.c entries for audio 2011-03-07 15:34:24 -08:00
irqs.h ARM: tegra: irqs: Update irq list 2011-02-09 21:57:01 -08:00
kbc.h Input: tegra-kbc - change wakeup logic to be all or nothing 2011-05-11 14:31:09 -07:00
memory.h ARM: P2V: separate PHYS_OFFSET from platform definitions 2011-02-17 23:26:55 +00:00
pinmux-t2.h ARM: tegra: pinmux: Add missing drive pingroups and fix suspend 2011-02-09 21:57:02 -08:00
pinmux.h [ARM] tegra: pinmux: add safe values, move tegra2, add suspend 2010-10-21 18:11:41 -07:00
powergate.h ARM: tegra: Add api to control internal powergating 2011-02-09 21:57:00 -08:00
sdhci.h mmc: tegra: add pm_flags 2011-05-24 20:59:30 -04:00
suspend.h ARM: tegra: Add prototypes for subsystem suspend functions 2011-02-09 21:57:01 -08:00
system.h ARM: tegra: Allow overriding arch_reset 2011-02-10 17:50:41 -08:00
tegra_wm8903_pdata.h ARM: Tegra: Add to tegra_wm8903_platform_data 2011-04-18 17:55:58 +01:00
timex.h [ARM] tegra: initial tegra support 2010-08-05 14:51:42 -07:00
uncompress.h ARM: tegra: Centralize macros to define debug uart base 2011-02-09 21:56:59 -08:00
usb_phy.h ARM: tegra: Add support for Tegra USB PHYs 2011-03-11 14:22:11 -08:00
vmalloc.h arm: tegra: VMALLOC_END should be unsigned long 2010-08-22 12:54:23 -07:00