aboutsummaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/pxa27x.c
AgeCommit message (Expand)AuthorFilesLines
2023-06-29Merge tag 'soc-arm-6.5' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-0/+3
2023-06-19ARM: 9298/1: Drop custom mdesc->handle_irq()Linus Walleij1-0/+1
2023-05-26ARM: pxa: fix missing-prototypes warningsArnd Bergmann1-0/+3
2023-01-20ARM: pxa: prune unused device supportArnd Bergmann1-15/+3
2022-12-19ARM: pxa: fix building with clangArnd Bergmann1-0/+8
2022-05-07ARM: pxa: move mach/*.h to mach-pxa/Arnd Bergmann1-3/+3
2022-04-19ARM: pxa: make addr-map.h header localArnd Bergmann1-1/+1
2022-04-19watchdog: sa1100: use platform device registrationArnd Bergmann1-1/+1
2022-04-19ARM: pxa: split up mach/hardware.hArnd Bergmann1-1/+2
2022-04-19ARM: pxa: remove mach/dma.hArnd Bergmann1-1/+0
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2018-06-18ARM: pxa: add dma slave mapRobert Jarzmik1-1/+38
2017-11-28ARM: pxa: move header file out of I2C realmWolfram Sang1-1/+1
2017-02-28ARM: 8641/1: treewide: Replace uses of virt_to_phys with __pa_symbolFlorian Fainelli1-1/+1
2016-09-09ARM: pxa: remove irq init from dt machinesRobert Jarzmik1-3/+8
2016-08-09ARM: pxa: remove platform dma codeRobert Jarzmik1-3/+0
2016-02-26ARM: pxa: add the number of DMA requestor linesRobert Jarzmik1-1/+1
2016-02-01ARM: pxa: fix building without IWMMXTArnd Bergmann1-2/+4
2015-12-01ARM: pxa: make more mach/*.h files localArnd Bergmann1-2/+2
2015-10-16ARM: pxa: remove incorrect __init annotation on pxa27x_set_pwrmodeArnd Bergmann1-1/+1
2015-09-05rtc: pxa: convert to use shared sa1100 functionsRob Herring1-1/+0
2015-07-18ARM: pxa: transition to dmaengine phase 1Robert Jarzmik1-0/+1
2015-05-12ARM: pxa: Transition pxa25x and pxa27x to clk frameworkRobert Jarzmik1-172/+2
2015-05-12ARM: pxa: pxa27x skip default device initialization with DTRobert Jarzmik1-2/+6
2014-11-19arm: pxa: add device-tree irq init for pxa27xRobert Jarzmik1-0/+6
2014-07-12ARM: pxa: pxa27x: Don't map IMEMC region staticallyLaurent Pinchart1-5/+0
2014-07-12ARM: pxa: Move UNCACHED_PHYS_0 mapping from generic.c to pxa2[57]x.cLaurent Pinchart1-0/+5
2014-07-12ARM: pxa: Don't hardcode addresses and size in map_desc tablesLaurent Pinchart1-4/+4
2013-04-11ARM: pxa: move PXA_GPIO_TO_IRQ macroHaojian Zhuang1-1/+2
2013-04-11ARM: pxa: remove cpu_is_xxx in gpio driverHaojian Zhuang1-2/+2
2013-02-21Merge tag 'boards' of git://git.kernel.org/pub/scm/linux/kernel/git/arm/arm-socLinus Torvalds1-0/+1
2013-01-23ARM: pxa: pxa27x.c: add dummy SA1100 rtc clockAndrea Adami1-0/+1
2013-01-08ALSA: pxa27x: rename pxa27x_assert_ac97reset()Mike Dunn1-6/+14
2013-01-08ALSA: pxa27x: fix ac97 warm resetMike Dunn1-2/+2
2012-09-14ARM: pxa: move platform_data definitionsArnd Bergmann1-1/+1
2012-04-27ARM: pxa: fix gpio wakeup settingRobert Jarzmik1-1/+5
2012-03-06ARM: pxa: remove duplicated registeration on pxa-gpioHaojian Zhuang1-1/+0
2012-03-06ARM: pxa: add dummy clock for pxa25x and pxa27xHaojian Zhuang1-0/+1
2012-02-16ARM: pxa: fix including linux/gpio.h twiceDanny Kukawka1-1/+0
2012-01-19Revert "ARM: pxa: add dummy clock for sa1100-rtc"Russell King1-2/+0
2011-12-28Merge branch 'drivers/rtc-sa1100' into next/driversArnd Bergmann1-0/+1
2011-12-28ARM: pxa: add dummy clock for sa1100-rtcJett.Zhou1-0/+2
2011-11-15ARM: pxa: add clk support in gpio driverHaojian Zhuang1-0/+1
2011-11-15ARM: pxa: change gpio to platform deviceHaojian Zhuang1-1/+2
2011-11-14ARM: pxa: rename gpio_to_irq and irq_to_gpioHaojian Zhuang1-1/+1
2011-10-31Merge branch 'depends/rmk/gpio' into next/fixesArnd Bergmann1-1/+2
2011-10-08ARM: pxa: use correct __iomem annotationsArnd Bergmann1-1/+1
2011-10-01ARM: 7104/1: plat-pxa: break out GPIO driver specificsLinus Walleij1-0/+1
2011-08-08ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.hRussell King1-1/+1
2011-06-24ARM: pm: hide 1st and 2nd arguments to cpu_suspend from platform codeRussell King1-2/+2
2011-06-24ARM: pm: pxa: move cpu_suspend into C codeRussell King1-1/+10
2011-04-24ARM / PXA: Use struct syscore_ops for "core" power managementRafael J. Wysocki1-19/+6
2011-04-13ARM: pxa: convert incorrect IRQ_TO_IRQ() to irq_to_gpio()Eric Miao1-1/+1
2011-03-21ARM: pxa2xx: reorganize I2C filesSebastian Andrzej Siewior1-2/+1
2011-02-22ARM: pm: convert PXA to generic suspend/resume supportRussell King1-2/+2
2011-01-13ARM: PXA SoCs: irq_data conversion.Lennert Buytenhek1-4/+5
2010-12-16ARM: pxa: introduce pxa2xx_clock_sysclass for clock suspend/resumeEric Miao1-4/+3
2010-12-16ARM: pxa: remove get_memclk_frequency_10khz()Eric Miao1-4/+11
2010-12-16ARM: pxa: separate the clock support into clock-{pxa2xx,pxa3xx}.cEric Miao1-25/+26
2010-12-16ARM: pxa: Access SMEMC via virtual addressesMarek Vasut1-4/+7
2010-12-16ARM: pxa: Introduce pxa{25x,27x,3xx}_map_io()Marek Vasut1-0/+22
2010-08-16Merge branch 'for-2.6.36' into for-2.6.37Mark Brown1-3/+4
2010-08-12ASoC: multi-component - ASoC Multi-Component SupportLiam Girdwood1-0/+4
2010-08-06Merge branch 'devel' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmiao/...Russell King1-0/+1
2010-08-05[ARM] pxa: move pmu device back into mach-pxa/Eric Miao1-0/+1
2010-07-13[ARM] pxa: fix incorrect order of AC97 reset pin configsEric Miao1-3/+3
2010-03-08Merge branch 'origin' into devel-stableRussell King1-1/+1
2010-03-02[ARM] pxa: introduce processor specific pxa27x_assert_ac97reset()Eric Miao1-0/+19
2010-02-12ARM: Consolidate clks_register() and similarRussell King1-1/+1
2009-12-01[ARM] pxa: allow platforms to control which uarts are registeredRussell King1-3/+0
2009-06-05[ARM] pxa: add ability to set suspend modeMike Rapoport1-1/+18
2009-06-05[ARM] pxa: move mach/i2c.h to plat/i2c.hEric Miao1-1/+1
2009-03-09[ARM] pxa: move IRQ handling of GPIO 0 and 1 outside of gpio.cEric Miao1-1/+2
2009-03-09[ARM] pxa: allow DMA controller IRQ being specifiedEric Miao1-1/+1
2009-03-09[ARM] pxa: introduce pxa{25x,27x,300,320,930}.h for board usageEric Miao1-3/+1
2008-12-02Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King1-23/+3
2008-12-02[ARM] pxa: add resources for incoming rtc-pxa driverRobert Jarzmik1-0/+1
2008-12-02[ARM] pxa: register Power I2C device only when necessaryEric Miao1-2/+1
2008-12-02[ARM] pxa: move power I2C device definitions into devices.cEric Miao1-20/+0
2008-12-02[ARM] pxa: use 'pxa_last_gpio' instead of 'gpio_nr' in mfp-pxa2xx.cEric Miao1-1/+1
2008-11-27[ARM] pxa: convert to clkdev and match clocks by struct device where possibleRussell King1-35/+54
2008-10-07[ARM] ohci-pxa27x: introduce pxa27x_clear_otgph()Eric Miao1-0/+7
2008-10-07Merge branches 'pxa-core' and 'pxa-machines' into pxa-allRussell King1-31/+6
2008-09-26[ARM] pxa: better MFP low power state support for pxa25x/pxa27xEric Miao1-31/+6
2008-09-09[ARM] pxa: Allow platforms to override PSPR settingRussell King1-5/+15
2008-09-09[ARM] 5201/1: PXA3xx: Add support for power i2c busMike Rapoport1-1/+1
2008-08-07Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King1-0/+4
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-9/+9
2008-08-07[ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King1-1/+1
2008-08-05[ARM] pxa: introduce reset_status and clear_reset_status for driver's usageEric Miao1-0/+4
2008-07-09[ARM] 5120/1: pxa: correct platform driver names for PXA25x and PXA27x UDC dr...Philipp Zabel1-2/+2
2008-07-09Merge branches 'pxa-misc', 'pxa-pwm' and 'pxa-multi' into pxaRussell King1-2/+8
2008-06-02[ARM] 5075/1: i2c-pxa: move i2c pin setup and PCFR_PI2CEN handling into arch/...Philipp Zabel1-0/+3
2008-05-19[ARM] pxa: separate PXA25x and PXA27x UDC register definitionsRussell King1-1/+1
2008-05-19[ARM] pxa: Add PXA support for PWM APIeric miao1-1/+4
2008-05-08[ARM] pxa: Fix RCSR handlingRussell King1-0/+3
2008-05-04[ARM] 5027/1: Fixed random memory corruption on pxa suspend cycle.Robert Jarzmik1-5/+3
2008-04-19[ARM] pxa: initialise PXA devices before platform init codeRussell King1-1/+1
2008-04-19[ARM] pxa: add pxa27x_keypad device and pxa_set_keypad_info()eric miao1-1/+1
2008-04-19[ARM] pxa: allow dynamic enable/disable of GPIO wakeup for pxa{25x,27x}eric miao1-26/+5
2008-04-19[ARM] pxa: merge assignment of set_wake into pxa_init_{irq,gpio}()eric miao1-3/+2
2008-04-19[ARM] pxa: integrate low IRQ chip (ICIP) and high IRQ chip (ICIP2) into oneeric miao1-6/+1
2008-04-19[ARM] 4831/2: Add PXA2xx AC97 clocks to clock APIMark Brown1-0/+3
2008-02-04[ARM] pxa: introduce sysdev for GPIO register saving/restoringeric miao1-21/+2
2008-02-04[ARM] pxa: introduce sysdev for IRQ register saving/restoringeric miao1-6/+20
2008-01-28Merge branch 'pxa-plat' into develRussell King1-47/+12
2008-01-27i2c-pxa: Add polling transferMike Rapoport1-0/+6
2008-01-26[ARM] pxa: Avoid fiddling with CKEN register on suspendRussell King1-6/+0
2008-01-26[ARM] pxa: clean up pxa{27x,25x}_init_pm() to empty if CONFIG_PM not definederic miao1-2/+4
2008-01-26[ARM] pxa: move memory controller registers into pxa2xx-regs.hRussell King1-0/+1
2008-01-26[ARM] pxa: move pxa27x_device_ohci out of pxa27x.c for use with pxa3xxeric miao1-31/+0
2008-01-26[ARM] pxa: add ssp devices and clk support for pxa25x/pxa27x/pxa3xxeric miao1-3/+7
2008-01-26[ARM] pxa: avoid always registering MMC, I2C, IrDA and framebuffer devicesRussell King1-6/+1
2007-11-26[ARM] 4652/1: pxa: fix a typo of pxa27x usb host clk definitioneric miao1-1/+1
2007-10-18PM: Move definition of struct pm_ops to suspend.hRafael J. Wysocki1-1/+1
2007-10-12[ARM] 4560/1: pxa: move processor specific set_wake logic out of irq.ceric miao1-7/+63
2007-10-12[ARM] pxa: remove get_lcdclk_frequency_10khz()Russell King1-1/+1
2007-10-12[ARM] pxa: Make STUART and FICP clocks availableRussell King1-1/+1
2007-10-12[ARM] pxa: introduce clk support for PXA SoC clocksRussell King1-0/+45
2007-10-12[ARM] pxa: make pxa27x devices globally visibleRussell King1-2/+2
2007-10-12[ARM] pxa: fix naming of memory/lcd/core clock functionsRussell King1-7/+3
2007-07-20[ARM] 4489/1: pxa: split pxa_cpu_suspend to processor specific onesEric Miao1-3/+1
2007-07-20[ARM] 4488/1: pxa: move pxa25x/pxa27x specific code out of pm.cEric Miao1-7/+110
2007-07-20[ARM] 4480/1: pxa: change the pxa device naming schemeEric Miao1-15/+15
2007-07-12[ARM] pxa: move platform devices to separate header fileRussell King1-0/+1
2007-07-12[ARM] pxa: move device registration into CPU-specific fileRussell King1-3/+33
2007-07-12[ARM] 4451/1: pxa: make dma.c generic and remove cpu specific dma codeEric Miao1-0/+3
2007-07-12[ARM] 4450/1: pxa: add pxa25x_init_irq() and pxa27x_init_irq()Eric Miao1-0/+8
2007-07-12[ARM] pxa: Fix PXA27x suspend type validation, remove pxa_pm_prepare()Russell King1-13/+6
2007-07-12[ARM] pxa: move pm_ops structure into CPU specific filesRussell King1-2/+15
2007-07-02[ARM] 4458/1: pxa: Fix CKEN usage and hence fix pxa suspend/resumeRichard Purdie1-2/+2
2007-04-21[ARM] 4304/1: removes the unnecessary bit number from CKENnn_XXXXEric Miao1-2/+2
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-02-01[ARM] 3291/1: PXA27x: Correct get_clk_frequency_khz turbo flag handlingRichard Purdie1-1/+1
2006-01-04[PATCH] USB: pxa27x OHCI - Separate platform code from main driverRichard Purdie1-0/+6
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-1/+1
2005-10-28[ARM] 2787/2: PXA27x low power modes supportTodd Poynor1-1/+1
2005-07-01[PATCH] ARM: 2781/2: PXA27x Standby mode take 2Todd Poynor1-1/+8
2005-06-13[PATCH] ARM: 2711/1: fix compilation on PXA targets with CONFIG_PM=nNicolas Pitre1-0/+4
2005-06-03[PATCH] ARM: 2691/1: PXA27x sleep fixes take 2Todd Poynor1-0/+32
2005-04-16Linux-2.6.12-rc2v2.6.12-rc2Linus Torvalds1-0/+163