Age | Commit message (Expand) | Author | Files | Lines |
2016-02-09 | ARM: drop unused Makefile.boot of Multiplatform SoCs | Masahiro Yamada | 1 | -1/+0 |
2015-12-01 | ARM: mmp: avoid unused functions | Arnd Bergmann | 1 | -3/+2 |
2015-12-01 | ARM: mmp: move into ARCH_MULTIPLATFORM | Arnd Bergmann | 3 | -53/+27 |
2015-12-01 | ARM: mmp: make all header files local | Arnd Bergmann | 43 | -159/+106 |
2015-12-01 | ARM: mmp: remove remaining legacy pxa-dma support | Arnd Bergmann | 4 | -19/+0 |
2015-12-01 | clk: mmp: stop using platform headers | Arnd Bergmann | 7 | -9/+22 |
2015-09-05 | ARM: mmp: remove unused RTC register definitions | Rob Herring | 1 | -23/+0 |
2015-09-04 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -0/+1 |
2015-07-28 | ARM: appropriate __init annotation for const data | Nicolas Pitre | 2 | -3/+3 |
2015-07-25 | ARM: move heavy barrier support out of line | Russell King | 1 | -0/+1 |
2015-07-17 | ARM/mmp/time: Migrate to new 'set-state' interface | Viresh Kumar | 1 | -18/+11 |
2015-02-19 | ARM: make of_device_ids const | Uwe Kleine-König | 1 | -1/+1 |
2014-12-21 | Merge tag 'clk-for-linus-3.19' of git://git.linaro.org/people/mike.turquette/... | Linus Torvalds | 3 | -62/+33 |
2014-11-13 | arm: mmp: Make use of the DT supported clock | Chao Xie | 3 | -62/+33 |
2014-10-28 | net: pxa168_eth: Fix providing of phy_interface mode on platform_data | Sebastian Hesselbarth | 1 | -1/+0 |
2014-10-24 | net: pxa168_eth: Provide phy_interface mode on platform_data | Sebastian Hesselbarth | 1 | -0/+2 |
2014-07-04 | ARM: mmp: remove duplicate SM_SCLK_SM_SCLK define | Dan Carpenter | 1 | -1/+0 |
2014-04-06 | Merge tag 'cleanup-3.15' of git://git.kernel.org/pub/scm/linux/kernel/git/arm... | Linus Torvalds | 2 | -16/+9 |
2014-04-06 | Merge tag 'fixes-non-critical-3.15' of git://git.kernel.org/pub/scm/linux/ker... | Linus Torvalds | 3 | -18/+18 |
2014-04-06 | Merge branch 'for-linus' of git://ftp.arm.linux.org.uk/~rmk/linux-arm | Linus Torvalds | 1 | -1/+1 |
2014-03-18 | ARM: mmp: allow platform devices with modular USB | Arnd Bergmann | 3 | -18/+18 |
2014-03-12 | ARM: 8001/1: mmp: remove deprecated IRQF_DISABLED | Michael Opdenacker | 1 | -1/+1 |
2014-03-04 | arm: mmp: Remove pointless fiddling with irq internals | Thomas Gleixner | 2 | -31/+5 |
2014-02-19 | Merge tag 'dropmachtimexh-v2' of git://git.pengutronix.de/git/ukl/linux into ... | Olof Johansson | 2 | -16/+9 |
2014-01-24 | Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar... | Linus Torvalds | 1 | -2/+2 |
2013-12-20 | ARM: drop <mach/timex.h> for !ARCH_MULTIPLATFORM, too | Uwe Kleine-König | 1 | -13/+0 |
2013-12-20 | ARM: mmp: stop using mach/timex.h | Uwe Kleine-König | 1 | -3/+9 |
2013-12-12 | ARM: mmp: build sram driver alone | Qiao Zhou | 2 | -1/+5 |
2013-12-06 | Merge branch 'soc/sched_clock' into next/soc | Kevin Hilman | 1 | -2/+2 |
2013-11-22 | ARM: mmp: Switch to sched_clock_register() | Stephen Boyd | 1 | -2/+2 |
2013-11-14 | Merge tag 'fbdev-3.13' of git://git.kernel.org/pub/scm/linux/kernel/git/tomba... | Linus Torvalds | 1 | -3/+1 |
2013-09-27 | ARM: mmp: delete the custom GPIO header | Linus Walleij | 1 | -8/+0 |
2013-09-20 | ARM: mmp: remove the legacy rbswap setting for ttc_dkb platform | Jett.Zhou | 1 | -3/+1 |
2013-09-10 | Merge tag 'late-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/a... | Linus Torvalds | 10 | -505/+18 |
2013-08-29 | gpio: (gpio-pca953x) move header to linux/platform_data/ | Vivien Didelot | 1 | -1/+1 |
2013-08-24 | ARM: mmp: avoid to include head file in mach-mmp | Haojian Zhuang | 2 | -0/+12 |
2013-08-24 | irqchip: mmp: support irqchip | Haojian Zhuang | 3 | -40/+2 |
2013-08-24 | irqchip: move mmp irq driver | Haojian Zhuang | 6 | -465/+4 |
2013-07-09 | reboot: arm: change reboot_mode to use enum reboot_mode | Robin Holt | 4 | -4/+7 |
2013-07-07 | Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/ke... | Linus Torvalds | 1 | -1/+1 |
2013-06-28 | Merge branch 'for-next' of git://github.com/rydberg/linux into next | Dmitry Torokhov | 18 | -51/+74 |
2013-06-19 | Input: pxa27x-keypad - use matrix_keymap for matrix keys | Chao Xie | 2 | -5/+13 |
2013-06-13 | sched_clock: Make ARM's sched_clock generic for all architectures | Stephen Boyd | 1 | -1/+1 |
2013-05-04 | Merge tag 'boards-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git... | Linus Torvalds | 18 | -39/+73 |
2013-04-11 | ARM: pxa: move debug uart code | Haojian Zhuang | 1 | -30/+0 |
2013-04-11 | ARM: mmp: add more compatible names in gpio driver | Haojian Zhuang | 2 | -3/+3 |
2013-04-11 | ARM: pxa: move PXA_GPIO_TO_IRQ macro | Haojian Zhuang | 9 | -0/+64 |
2013-04-11 | ARM: pxa: remove cpu_is_xxx in gpio driver | Haojian Zhuang | 8 | -9/+9 |
2013-04-06 | Merge tag 'usb-for-v3.10' of git://git.kernel.org/pub/scm/linux/kernel/git/ba... | Greg Kroah-Hartman | 2 | -12/+0 |
2013-04-02 | arm: mmp: remove clock name from usb pdata for ttc | Chao Xie | 1 | -6/+0 |