Age | Commit message (Expand) | Author | Files | Lines |
2019-06-19 | treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500 | Thomas Gleixner | 1 | -4/+1 |
2018-06-18 | ARM: pxa: add dma slave map | Robert Jarzmik | 1 | -1/+38 |
2017-11-28 | ARM: pxa: move header file out of I2C realm | Wolfram Sang | 1 | -1/+1 |
2017-02-28 | ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbol | Florian Fainelli | 1 | -1/+1 |
2016-09-09 | ARM: pxa: remove irq init from dt machines | Robert Jarzmik | 1 | -3/+8 |
2016-08-09 | ARM: pxa: remove platform dma code | Robert Jarzmik | 1 | -3/+0 |
2016-02-26 | ARM: pxa: add the number of DMA requestor lines | Robert Jarzmik | 1 | -1/+1 |
2016-02-01 | ARM: pxa: fix building without IWMMXT | Arnd Bergmann | 1 | -2/+4 |
2015-12-01 | ARM: pxa: make more mach/*.h files local | Arnd Bergmann | 1 | -2/+2 |
2015-10-16 | ARM: pxa: remove incorrect __init annotation on pxa27x_set_pwrmode | Arnd Bergmann | 1 | -1/+1 |
2015-09-05 | rtc: pxa: convert to use shared sa1100 functions | Rob Herring | 1 | -1/+0 |
2015-07-18 | ARM: pxa: transition to dmaengine phase 1 | Robert Jarzmik | 1 | -0/+1 |
2015-05-12 | ARM: pxa: Transition pxa25x and pxa27x to clk framework | Robert Jarzmik | 1 | -172/+2 |
2015-05-12 | ARM: pxa: pxa27x skip default device initialization with DT | Robert Jarzmik | 1 | -2/+6 |
2014-11-19 | arm: pxa: add device-tree irq init for pxa27x | Robert Jarzmik | 1 | -0/+6 |
2014-07-12 | ARM: pxa: pxa27x: Don't map IMEMC region statically | Laurent Pinchart | 1 | -5/+0 |
2014-07-12 | ARM: pxa: Move UNCACHED_PHYS_0 mapping from generic.c to pxa2[57]x.c | Laurent Pinchart | 1 | -0/+5 |
2014-07-12 | ARM: pxa: Don't hardcode addresses and size in map_desc tables | Laurent Pinchart | 1 | -4/+4 |
2013-04-11 | ARM: pxa: move PXA_GPIO_TO_IRQ macro | Haojian Zhuang | 1 | -1/+2 |
2013-04-11 | ARM: pxa: remove cpu_is_xxx in gpio driver | Haojian Zhuang | 1 | -2/+2 |
2013-02-21 | Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-soc | Linus Torvalds | 1 | -0/+1 |
2013-01-23 | ARM: pxa: pxa27x.c: add dummy SA1100 rtc clock | Andrea Adami | 1 | -0/+1 |
2013-01-08 | ALSA: pxa27x: rename pxa27x_assert_ac97reset() | Mike Dunn | 1 | -6/+14 |
2013-01-08 | ALSA: pxa27x: fix ac97 warm reset | Mike Dunn | 1 | -2/+2 |
2012-09-14 | ARM: pxa: move platform_data definitions | Arnd Bergmann | 1 | -1/+1 |
2012-04-27 | ARM: pxa: fix gpio wakeup setting | Robert Jarzmik | 1 | -1/+5 |
2012-03-06 | ARM: pxa: remove duplicated registeration on pxa-gpio | Haojian Zhuang | 1 | -1/+0 |
2012-03-06 | ARM: pxa: add dummy clock for pxa25x and pxa27x | Haojian Zhuang | 1 | -0/+1 |
2012-02-16 | ARM: pxa: fix including linux/gpio.h twice | Danny Kukawka | 1 | -1/+0 |
2012-01-19 | Revert "ARM: pxa: add dummy clock for sa1100-rtc" | Russell King | 1 | -2/+0 |
2011-12-28 | Merge branch 'drivers/rtc-sa1100' into next/drivers | Arnd Bergmann | 1 | -0/+1 |
2011-12-28 | ARM: pxa: add dummy clock for sa1100-rtc | Jett.Zhou | 1 | -0/+2 |
2011-11-15 | ARM: pxa: add clk support in gpio driver | Haojian Zhuang | 1 | -0/+1 |
2011-11-15 | ARM: pxa: change gpio to platform device | Haojian Zhuang | 1 | -1/+2 |
2011-11-14 | ARM: pxa: rename gpio_to_irq and irq_to_gpio | Haojian Zhuang | 1 | -1/+1 |
2011-10-31 | Merge branch 'depends/rmk/gpio' into next/fixes | Arnd Bergmann | 1 | -1/+2 |
2011-10-08 | ARM: pxa: use correct __iomem annotations | Arnd Bergmann | 1 | -1/+1 |
2011-10-01 | ARM: 7104/1: plat-pxa: break out GPIO driver specifics | Linus Walleij | 1 | -0/+1 |
2011-08-08 | ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.h | Russell King | 1 | -1/+1 |
2011-06-24 | ARM: pm: hide 1st and 2nd arguments to cpu_suspend from platform code | Russell King | 1 | -2/+2 |
2011-06-24 | ARM: pm: pxa: move cpu_suspend into C code | Russell King | 1 | -1/+10 |
2011-04-24 | ARM / PXA: Use struct syscore_ops for "core" power management | Rafael J. Wysocki | 1 | -19/+6 |
2011-04-13 | ARM: pxa: convert incorrect IRQ_TO_IRQ() to irq_to_gpio() | Eric Miao | 1 | -1/+1 |
2011-03-21 | ARM: pxa2xx: reorganize I2C files | Sebastian Andrzej Siewior | 1 | -2/+1 |
2011-02-22 | ARM: pm: convert PXA to generic suspend/resume support | Russell King | 1 | -2/+2 |
2011-01-13 | ARM: PXA SoCs: irq_data conversion. | Lennert Buytenhek | 1 | -4/+5 |
2010-12-16 | ARM: pxa: introduce pxa2xx_clock_sysclass for clock suspend/resume | Eric Miao | 1 | -4/+3 |
2010-12-16 | ARM: pxa: remove get_memclk_frequency_10khz() | Eric Miao | 1 | -4/+11 |
2010-12-16 | ARM: pxa: separate the clock support into clock-{pxa2xx,pxa3xx}.c | Eric Miao | 1 | -25/+26 |
2010-12-16 | ARM: pxa: Access SMEMC via virtual addresses | Marek Vasut | 1 | -4/+7 |