2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-27 06:34:11 +08:00
linux-next/arch/arm/mach-ux500/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
..
db5500-regs.h mach-ux500: update the DB5500 register file 2011-05-24 22:11:44 +02:00
db8500-regs.h mach-ux500: update the DB8500 register file 2011-05-24 22:11:43 +02:00
debug-macro.S ux500: remove build-time changing macros 2011-01-10 18:34:52 +01:00
devices.h ux500: rework device registration 2010-12-08 13:14:06 +01:00
entry-macro.S ux500: remove build-time changing macros 2011-01-10 18:34:52 +01:00
gpio.h ux500: rework gpio registration 2010-12-08 13:25:00 +01:00
hardware.h ARM: 6828/1: mach-ux500: delete SSP PrimeCell ID 2011-05-26 10:33:34 +01:00
id.h mach-ux500: update ASIC version detection 2011-05-24 22:11:46 +02:00
io.h ARM: 5829/1: ARM: U8500 register definitions 2009-11-28 10:22:51 +00:00
irqs-board-mop500.h mach-ux500: update SoC and board IRQ handling 2011-05-24 22:11:45 +02:00
irqs-board-u5500.h mach-ux500: update SoC and board IRQ handling 2011-05-24 22:11:45 +02:00
irqs-db5500.h mach-ux500: update SoC and board IRQ handling 2011-05-24 22:11:45 +02:00
irqs-db8500.h mach-ux500: update SoC and board IRQ handling 2011-05-24 22:11:45 +02:00
irqs.h mach-ux500: update SoC and board IRQ handling 2011-05-24 22:11:45 +02:00
mbox-db5500.h ux500: rename modem IRQ and MBOX files 2010-12-22 09:26:49 +01:00
memory.h ARM: P2V: separate PHYS_OFFSET from platform definitions 2011-02-17 23:26:55 +00:00
setup.h ux500: dynamic SOC detection 2011-01-10 18:34:53 +01:00
system.h ARM: 5831/1: ARM: U8500 core machine support 2009-11-28 10:22:52 +00:00
timex.h ARM: 5831/1: ARM: U8500 core machine support 2009-11-28 10:22:52 +00:00
uncompress.h ARM: zImage: remove the static qualifier from global data variables 2011-05-07 00:08:02 -04:00
usb.h mach-ux500: add platform data for musb 2011-03-14 14:05:11 +01:00
vmalloc.h ARM: 5928/1: Change type of VMALLOC_END to unsigned long. 2010-02-15 21:40:33 +00:00