linux/arch/arm/mach-mxs/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
..
clock.h ARM i.MX23/28: remove secondary field from struct clk. It's unused 2011-01-24 09:01:48 +01:00
common.h ARM: mxs: add ocotp read function 2011-01-21 11:36:49 +01:00
debug-macro.S ARM: mxs: Add low-level debug UART support 2010-12-20 17:29:23 +01:00
devices-common.h ARM: mxs: fix naming of struct holding info for mxs-i2c devices 2011-05-19 13:11:23 +02:00
dma.h dmaengine: mxs-dma: add dma support for i.MX23/28 2011-03-02 07:06:27 +05:30
entry-macro.S ARM: mxs: Add interrupt support 2010-12-20 10:37:56 +01:00
gpio.h ARM: mxs: Add gpio support 2010-12-20 17:29:51 +01:00
hardware.h
io.h ARM: mxs: Add helper definition and function 2010-12-13 14:49:50 +01:00
iomux-mx23.h ARM: mxs: fix typo "GPO" in iomux-mx23.h 2011-03-07 19:29:47 +01:00
iomux-mx28.h ARM: mxs: Add iomux support 2010-12-20 17:29:58 +01:00
iomux.h ARM: mxs: add helper macro for pad control 2011-03-07 19:29:45 +01:00
irqs.h
memory.h
mmc.h mmc: mxs-mmc: add mmc host driver for i.MX23/28 2011-03-15 13:49:37 -04:00
mx23.h ARM: mxs/i.MX23: make i2c defines consistent and match the reference manual 2011-05-19 13:11:21 +02:00
mx28.h ARM: mxs: make ssp error irq definition consistent 2011-03-07 19:29:54 +01:00
mxs.h ARM: mxs: Initial support for Ka-Ro TX28 2011-03-07 19:29:07 +01:00
mxsfb.h video: Add i.MX23/28 framebuffer driver 2011-03-07 19:29:30 +01:00
system.h ARM: mxs: Add reset routines 2010-12-20 10:37:52 +01:00
timex.h ARM: mxs: Add helper definition and function 2010-12-13 14:49:50 +01:00
uncompress.h ARM: zImage: remove the static qualifier from global data variables 2011-05-07 00:08:02 -04:00
vmalloc.h ARM: mxs: Add helper definition and function 2010-12-13 14:49:50 +01:00