Age | Commit message (Expand) | Author | Files | Lines |
2013-10-16 | ARM: SAMSUNG: Initialize PWM backlight enable_gpio field | Thierry Reding | 2 | -0/+2 |
2013-08-12 | ARM: SAMSUNG: Remove remaining uses of plat/regs-timer.h header | Tomasz Figa | 1 | -3/+0 |
2013-08-12 | ARM: SAMSUNG: Remove pwm-clock infrastructure | Tomasz Figa | 2 | -4/+0 |
2013-08-12 | ARM: SAMSUNG: Modify board files to use new PWM platform device | Tomasz Figa | 2 | -4/+6 |
2013-08-06 | ARM: SAMSUNG: Remove unused PWM timer IRQ chip code | Tomasz Figa | 1 | -2/+0 |
2013-08-06 | ARM: SAMSUNG: Move all platforms to new clocksource driver | Tomasz Figa | 2 | -2/+17 |
2013-08-06 | ARM: SAMSUNG: Set PWM platform data | Tomasz Figa | 1 | -0/+10 |
2013-08-06 | ARM: SAMSUNG: Unify base address definitions of timer block | Tomasz Figa | 1 | -0/+1 |
2013-07-09 | reboot: arm: change reboot_mode to use enum reboot_mode | Robin Holt | 2 | -3/+6 |
2013-06-20 | ARM: s5p64x0: avoid build warning for uncompress.h | Arnd Bergmann | 1 | -2/+2 |
2013-06-18 | ARM: SAMSUNG: Let platforms use the new watchdog reset driver | Tomasz Figa | 1 | -1/+3 |
2013-06-18 | ARM: S5P64X0: Use common uncompress.h part for plat-samsung | Tomasz Figa | 1 | -156/+6 |
2013-04-19 | Merge branch 'samsung/exynos-multiplatform' into next/drivers | Arnd Bergmann | 1 | -1/+1 |
2013-04-19 | ARM: exynos: move debug-macro.S to include/debug/ | Arnd Bergmann | 1 | -1/+1 |
2013-03-05 | ARM: SAMSUNG: Rename s5p-time to samsung-time | Romain Naour | 3 | -8/+8 |
2013-02-22 | Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 12 | -585/+13 |
2013-02-05 | Merge tag 'cleanup-decompwdog-3.9' of git://git.linaro.org/people/shawnguo/li... | Olof Johansson | 1 | -28/+0 |
2013-02-05 | Merge branch 'next/cleanup-header' of git://git.kernel.org/pub/scm/linux/kern... | Olof Johansson | 9 | -521/+11 |
2013-01-31 | ARM: SAMSUNG: Gracefully exit on suspend failure | Abhilash Kesavan | 1 | -2/+2 |
2013-01-15 | Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into... | Olof Johansson | 4 | -34/+0 |
2013-01-12 | ARM: samsung: remove unused tick.h | Rob Herring | 1 | -29/+0 |
2013-01-12 | ARM: remove unneeded vic.h includes | Rob Herring | 3 | -3/+0 |
2013-01-12 | ARM: remove mach .handle_irq for VIC users | Rob Herring | 2 | -2/+0 |
2013-01-11 | ARM: samsung: remove unused arch_decomp_wdog() code | Shawn Guo | 1 | -28/+0 |
2013-01-10 | ARM: S5P64X0: move s5p64x0-clock.h into local directory | Kukjin Kim | 3 | -7/+6 |
2013-01-10 | ARM: S5P64X0: move i2c.h into local directory | Kukjin Kim | 5 | -6/+5 |
2013-01-10 | ARM: S5P64X0: remove gpiolib.c file in mach-s5p64x0 | Kukjin Kim | 1 | -508/+0 |
2012-12-24 | ARM: delete struct sys_timer | Stephen Warren | 2 | -2/+2 |
2012-12-19 | ARM: S5P64X0: Add I2S clkdev support | Padmavathi Venna | 3 | -47/+75 |
2012-12-13 | Merge tag 'sound-3.8' of git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/... | Linus Torvalds | 2 | -2/+0 |
2012-12-09 | Merge remote-tracking branch 'asoc/topic/samsung' into asoc-next | Mark Brown | 2 | -2/+0 |
2012-12-07 | ASoC: Samsung: Do not register samsung audio dma device as pdev | Padmavathi Venna | 2 | -2/+0 |
2012-11-13 | ARM: samsung: remove obsoleted init_consistent_dma_size() | Marek Szyprowski | 1 | -2/+0 |
2012-10-17 | ARM: SAMSUNG: Add naming of s3c64xx-spi devices | Heiko Stuebner | 1 | -0/+3 |
2012-10-13 | ARM: config: sort select statements alphanumerically | Russell King | 1 | -14/+14 |
2012-10-12 | Merge tag 'fbdev-updates-for-3.7' of git://github.com/schandinat/linux-2.6 | Linus Torvalds | 2 | -2/+2 |
2012-09-19 | ARM: samsung: move platform_data definitions | Arnd Bergmann | 5 | -7/+7 |
2012-08-08 | include/video: move fimd register headers from platform to include/video | Leela Krishna Amudala | 2 | -2/+2 |
2012-07-24 | Merge tag 'dt' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 3 | -31/+14 |
2012-07-13 | ARM: SAMSUNG: Remove pdev pointer parameter from spi gpio setup functions | Thomas Abraham | 1 | -3/+2 |
2012-07-13 | spi: s3c64xx: move controller information into driver data | Thomas Abraham | 3 | -28/+12 |
2012-06-20 | ARM: SAMSUNG: remove unused SPI clock headers | Paul Bolle | 1 | -20/+0 |
2012-06-20 | ARM: S5P64X0: Remove unused variable in dma.c file | Sachin Kamat | 1 | -2/+0 |
2012-06-02 | Merge tag 'fbdev-updates-for-3.5' of git://github.com/schandinat/linux-2.6 | Linus Torvalds | 2 | -20/+28 |
2012-05-12 | ARM: S5P64X0: Use common macro to define resources on dev-audio.c | Tushar Behera | 1 | -60/+12 |
2012-04-09 | ARM: Samsung: Rework platform data of s3c-fb driver | Thomas Abraham | 2 | -20/+28 |
2012-03-30 | Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm... | Linus Torvalds | 1 | -25/+0 |
2012-03-29 | Merge tag 'split-asm_system_h-for-linus-20120328' of git://git.kernel.org/pub... | Linus Torvalds | 1 | -0/+1 |
2012-03-28 | Disintegrate asm/system.h for ARM | David Howells | 1 | -0/+1 |
2012-03-08 | Merge branch 'next/cleanup-use-static' of git://git.kernel.org/pub/scm/linux/... | Olof Johansson | 3 | -18/+12 |