aboutsummaryrefslogtreecommitdiff
path: root/arch/arm/mach-picoxcell
AgeCommit message (Expand)AuthorFilesLines
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Gravatar Thomas Gleixner 1-4/+1
2019-05-21treewide: Add SPDX license identifier - Makefile/KconfigGravatar Thomas Gleixner 2-0/+2
2016-08-01Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Gravatar Linus Torvalds 1-1/+1
2016-06-23arm: Remove unnecessary of_platform_populate with default match tableGravatar Kefeng Wang 1-2/+0
2016-06-03ARM: do away with ARCH_[WANT_OPTIONAL|REQUIRE]_GPIOLIBGravatar Linus Walleij 1-1/+1
2015-12-01ARM: use "depends on" for SoC configs instead of "if" after promptGravatar Masahiro Yamada 1-1/+2
2014-04-07Kconfig: rename HAS_IOPORT to HAS_IOPORT_MAPGravatar Uwe Kleine-König 1-1/+1
2014-02-19ARM: Select V6K instead of V6 by default for multi-platformGravatar Rob Herring 1-1/+0
2014-02-19ARM: centralize common multi-platform kconfig optionsGravatar Rob Herring 1-4/+0
2013-07-09reboot: arm: change reboot_mode to use enum reboot_modeGravatar Robin Holt 1-1/+2
2013-07-02Merge tag 'soc-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/ar...Gravatar Linus Torvalds 2-3/+0
2013-06-20ARM: picoxcell: remove .nr_irqs referenceGravatar Arnd Bergmann 1-1/+0
2013-06-12clocksource: dw_apb_timer_of: use clocksource_of_initGravatar Heiko Stuebner 1-2/+0
2013-06-12clocksource: dw_apb_timer_of: select DW_APB_TIMERGravatar Heiko Stuebner 1-1/+0
2013-05-14ARM: picoxcell: Remove init_irq declaration in machine descriptionGravatar Maxime Ripard 1-5/+0
2013-05-14picoxcell: remove redundant common.hGravatar Jamie Iles 2-19/+0
2013-01-22ARM: remove redundant 'select GENERIC_GPIO'Gravatar Shawn Guo 1-1/+0
2013-01-14Merge tag 'gic-vic-to-irqchip' of git://sources.calxeda.com/kernel/linux into...Gravatar Olof Johansson 1-13/+2
2013-01-12ARM: picoxcell: use common irqchip_init functionGravatar Rob Herring 1-12/+2
2013-01-12ARM: remove mach .handle_irq for VIC usersGravatar Rob Herring 1-1/+0
2012-12-24ARM: delete struct sys_timerGravatar Stephen Warren 2-2/+2
2012-09-14ARM: initial multiplatform supportGravatar Rob Herring 5-68/+14
2012-09-14ARM: picoxcell: remove dependency on mach/* headersGravatar Rob Herring 3-56/+7
2012-09-14ARM: picoxcell: move debug macros to include/debugGravatar Rob Herring 1-35/+0
2012-09-14ARM: make mach/gpio.h headers optionalGravatar Rob Herring 1-1/+0
2012-07-12clocksource: dw_apb_timer: Add common DTS glue for dw_apb_timerGravatar Dinh Nguyen 4-124/+3
2012-03-29Merge tag 'cleanup2' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm...Gravatar Linus Torvalds 1-22/+0
2012-03-29Merge branch 'for-linus' of git://git.linaro.org/people/rmk/linux-armGravatar Linus Torvalds 1-20/+0
2012-03-06ARM: remove bunch of now unused mach/io.h filesGravatar Rob Herring 1-22/+0
2012-02-22Merge branch 'entry-macro-cleanup' of git://sources.calxeda.com/kernel/linux ...Gravatar Russell King 1-16/+0
2012-02-21ARM: remove disable_fiq and arch_ret_to_user macrosGravatar Rob Herring 1-16/+0
2012-02-04Merge branch 'sparse_irq' of git://sources.calxeda.com/kernel/linux into deve...Gravatar Russell King 1-20/+0
2012-01-30ARM: picoxcell: remove mach/irqs.hGravatar Jamie Iles 1-20/+0
2012-01-20ARM: big removal of now unused arch_idle()Gravatar Nicolas Pitre 1-26/+0
2012-01-16Merge branch 'picoxcell-fixes' of git://github.com/jamieiles/linux-2.6-ji int...Gravatar Olof Johansson 1-1/+1
2012-01-09Merge tag 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 1-0/+37
2012-01-09Merge tag 'cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socGravatar Linus Torvalds 6-43/+16
2012-01-09ARM: picoxcell: fix sched_clock() cleanup falloutGravatar Jamie Iles 1-1/+1
2012-01-07Merge branch 'depends/rmk/restart' into next/cleanupGravatar Arnd Bergmann 1-5/+0
2012-01-05Merge branch 'restart' into for-linusGravatar Russell King 1-5/+0
2012-01-05ARM: restart: remove the now empty arch_reset()Gravatar Russell King 1-4/+0
2012-01-05ARM: restart: remove comments about adding code to arch_reset()Gravatar Russell King 1-1/+0
2011-12-18ARM: 7205/2: sched_clock: allow sched_clock to be selected at runtimeGravatar Marc Zyngier 1-14/+3
2011-12-18ARM: picoxcell: implement watchdog restartGravatar Jamie Iles 1-0/+37
2011-12-18ARM: picoxcell: move io mappings to common.cGravatar Jamie Iles 4-34/+13
2011-12-18ARM: picoxcell: don't reserve irq_descsGravatar Jamie Iles 2-8/+3
2011-12-18ARM: picoxcell: remove mach/memory.hGravatar Jamie Iles 1-1/+0
2011-12-05Merge branch 'vmalloc' of git://git.linaro.org/people/nico/linux into devel-s...Gravatar Russell King 1-14/+0
2011-11-26ARM: big removal of now unused vmalloc.h filesGravatar Nicolas Pitre 1-14/+0
2011-11-15ARM: picoxcell: convert to MULTI_IRQ_HANDLERGravatar Jamie Iles 2-12/+8