linux/arch/arm/plat-samsung/include/plat
Olof Johansson 5060c8881a Merge branch 'next/irq-s3c24xx' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung into next/cleanup
From Kukjin Kim:
This is redoing the s3c24xx irqs in a generic way by using a declarative
approach.

* 'next/irq-s3c24xx' of git://git.kernel.org/pub/scm/linux/kernel/git/kgene/linux-samsung:
  ARM: S3C24XX: transform s3c2443 subirqs into new structure
  ARM: S3C24XX: modify s3c2443 irq init to initialize all irqs
  ARM: S3C24XX: move s3c2443 irq code to irq.c
  ARM: S3C24XX: transform s3c2416 irqs into new structure
  ARM: S3C24XX: modify s3c2416 irq init to initialize all irqs
  ARM: S3C24XX: move s3c2416 irq init to common irq code
  ARM: S3C24XX: Modify s3c_irq_wake to use the hwirq property
  ARM: S3C24XX: Move irq syscore-ops to irq-pm
  ARM: S3C24XX: transform irq handling into a declarative form

Signed-off-by: Olof Johansson <olof@lixom.net>
2013-02-05 16:31:51 -08:00
..
adc-core.h ARM: SAMSUNG: Allow overriding of adc device name for S3C24XX 2011-10-12 21:34:42 +09:00
adc.h
ata-core.h
backlight.h
camport.h
clock-clksrc.h
clock.h ARM: S3C24XX: remove XXX_setup_clocks method from S3C2443 2012-03-07 02:00:04 -08:00
common-smdk.h
cpu-freq-core.h ARM: SAMSUNG: Fix build error when selecting CPU_FREQ_S3C24XX_DEBUGFS on S3C2440 2011-12-28 15:08:28 +09:00
cpu-freq.h
cpu.h Merge branch 'clocksource/cleanup' into next/cleanup 2013-01-14 10:20:02 -08:00
debug-macro.S
devs.h Sound updates for 3.8-rc1 2012-12-13 11:51:23 -08:00
dma-core.h
dma-ops.h ARM: SAMSUNG: Add config() function in DMA common operations 2012-06-20 08:07:35 +09:00
dma-pl330.h ARM: EXYNOS: Support DMA for EXYNOS5250 SoC 2012-05-13 08:20:04 +09:00
dma-s3c24xx.h arm: convert sysdev_class to a regular subsystem 2011-12-21 16:01:38 -08:00
dma.h ARM: SAMSUNG: Guard against multiple inclusion of plat/dma.h 2012-01-12 02:00:16 +09:00
fb-core.h
fb-s3c2410.h
fb.h ARM: SAMSUNG: Remove description corresponding to a deleted element 2012-06-20 09:18:39 +09:00
fimc-core.h
fiq.h
gpio-cfg-helpers.h
gpio-cfg.h treewide: Put a space between #include and FILE 2012-06-28 11:44:36 +02:00
gpio-core.h ARM: SAMSUNG: cleanup mach/gpio-fns.h gpio-track.h and gpio-nrs.h 2013-01-10 10:45:22 -08:00
hdmi.h ARM: SAMSUNG: Add API to set platform data for s5p-tv driver 2012-08-08 15:53:38 +09:00
iic-core.h
irq-uart.h
irq-vic-timer.h
irq.h
irqs.h ARM: SAMSUNG: Move timer irq numbers to end of linux irq space 2011-12-23 10:04:39 +09:00
keypad-core.h
keypad.h Input: samsung-keypad - enable compiling on other platforms 2011-11-15 09:46:14 -08:00
map-base.h
map-s3c.h ARM: SAMSUNG: Fix for S3C2412 EBI memory mapping 2012-06-21 03:53:46 +09:00
map-s5p.h
mfc.h ARM: EXYNOS: Add MFC device tree support 2012-10-19 10:26:31 +09:00
nand-core.h
onenand-core.h
pll.h
pm.h ARM: S3C24XX: Move irq syscore-ops to irq-pm 2013-02-03 15:52:39 -08:00
pwm-clock.h
regs-ac97.h
regs-adc.h ARM: SAMSUNG: Add adc registers for S3C2443/S3C2416 2011-10-12 21:34:32 +09:00
regs-ata.h
regs-dma.h ARM: S3C24XX: Reuse S3C2443 dma for S3C2416 2012-03-07 01:53:17 -08:00
regs-iic.h
regs-iis.h
regs-irqtype.h
regs-nand.h
regs-onenand.h
regs-rtc.h rtc-s3c: add variants for S3C2443 and S3C2416 2012-02-07 08:03:42 +09:00
regs-sdhci.h
regs-serial.h serial: samsung: merge probe() function from all SoC specific extensions 2011-12-23 10:07:00 +09:00
regs-spi.h
regs-srom.h
regs-timer.h
regs-udc.h
regs-usb-hsotg-phy.h ARM: S3C64XX: Add usb otg phy control 2012-03-09 07:31:30 -08:00
regs-watchdog.h
rtc-core.h ARM: S3C2443/S3C2416: add s3c_rtc_setname and rename rtc devices 2012-02-07 08:03:43 +09:00
s3c244x.h
s3c2410.h ARM: S3C2410: move s3c2410_baseclk_add to clock.h 2012-01-31 20:06:43 +09:00
s3c2412.h ARM: 7254/1: restart: S3C24XX: move SWRST based S3C platforms to 2012-01-05 12:57:18 +00:00
s3c2416.h ARM: S3C24XX: modify s3c2416 irq init to initialize all irqs 2013-02-03 15:52:49 -08:00
s3c2443.h ARM: S3C24XX: modify s3c2443 irq init to initialize all irqs 2013-02-03 15:52:50 -08:00
s5p-clock.h ARM: EXYNOS: Add pre-divider and fout mux clocks for bpll and mpll 2012-05-16 07:03:41 +09:00
s5p-time.h ARM: delete struct sys_timer 2012-12-24 09:36:38 -07:00
sdhci.h Merge branch 'next/cleanup-samsung-macro' into next/cleanup-samsung 2012-05-13 06:48:21 +09:00
spi-core.h ARM: SAMSUNG: Add naming of s3c64xx-spi devices 2012-10-17 16:47:32 +09:00
tv-core.h
uncompress.h ARM: samsung: remove unused arch_decomp_wdog() code 2013-01-11 13:55:35 +08:00
usb-phy.h
wakeup-mask.h
watchdog-reset.h ARM: SAMSUNG: Should check for IS_ERR(clk) instead of NULL 2012-06-20 17:05:44 +09:00