linux/arch/arm/mach-msm
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
..
include/mach ARM: Consolidate the clkdev header files 2011-07-19 18:09:45 +02:00
acpuclock-arm11.c Fix common misspellings 2011-03-31 11:26:23 -03:00
acpuclock.h
board-halibut.c
board-mahimahi.c
board-msm7x27.c
board-msm7x30.c
board-msm8x60.c arm: Cleanup the irq namespace 2011-03-29 14:47:57 +02:00
board-msm8960.c arm: Cleanup the irq namespace 2011-03-29 14:47:57 +02:00
board-qsd8x50.c msm: Remove extraneous ffa device check 2011-03-31 13:15:40 -07:00
board-sapphire.c
board-trout-gpio.c arm: Fold irq_set_chip/irq_set_handler 2011-03-29 14:47:58 +02:00
board-trout-mmc.c arm: Cleanup the irq namespace 2011-03-29 14:47:57 +02:00
board-trout-panel.c
board-trout.c
board-trout.h
clock-7x30.h
clock-debug.c
clock-pcom.c
clock-pcom.h
clock.c
clock.h
devices-iommu.c
devices-msm7x00.c
devices-msm7x30.c
devices-msm8960.c
devices-qsd8x50.c
devices.h
dma.c
gpio_hw.h
gpio-v2.c ARM: msm: update GPIO chained IRQ handler to use entry/exit functions 2011-05-11 16:04:15 +01:00
gpio.c arm: Fold irq_set_chip/irq_set_handler 2011-03-29 14:47:58 +02:00
gpiomux-8x50.c
gpiomux-8x60.c
gpiomux-v1.c
gpiomux-v1.h
gpiomux-v2.c
gpiomux-v2.h
gpiomux.c
gpiomux.h
headsmp.S
hotplug.c
idle.S
io.c
iommu_dev.c
iommu.c
irq-vic.c arm: Fold irq_set_chip/irq_set_handler 2011-03-29 14:47:58 +02:00
irq.c arm: Fold irq_set_chip/irq_set_handler 2011-03-29 14:47:58 +02:00
Kconfig
last_radio_log.c
Makefile
Makefile.boot
platsmp.c ARM: consolidate SMP cross call implementation 2011-05-23 16:53:17 +01:00
proc_comm.c
proc_comm.h
scm-boot.c
scm-boot.h
scm.c Fix common misspellings 2011-03-31 11:26:23 -03:00
scm.h
sirc.c arm: Fold irq_set_chip/irq_set_handler 2011-03-29 14:47:58 +02:00
smd_debug.c
smd_private.h
smd.c
timer.c msm: timer: Fix DGT rate on 8960 and 8660 2011-06-20 16:30:07 -07:00
vreg.c