summaryrefslogtreecommitdiffstats
path: root/arch/arm/mach-pxa/generic.c
AgeCommit message (Expand)AuthorFilesLines
2022-05-07ARM: pxa: move mach/*.h to mach-pxa/Arnd Bergmann1-4/+4
2022-05-07ARM: pxa: move clk register definitions to driverArnd Bergmann1-3/+4
2022-05-07ARM: pxa: move smemc register access from clk to platformArnd Bergmann1-0/+6
2022-05-07ARM: pxa: remove get_clk_frequency_khz()Arnd Bergmann1-15/+0
2022-05-07ARM: pxa: pcmcia: move smemc configuration back to archArnd Bergmann1-0/+29
2022-04-19ARM: pxa: make addr-map.h header localArnd Bergmann1-1/+1
2022-04-19ARM: pxa: split up mach/hardware.hArnd Bergmann1-1/+2
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner1-4/+1
2016-10-18ARM: sa11x0/pxa: get rid of get_clock_tick_rateRobert Jarzmik1-15/+0
2016-10-18ARM: sa11x0/pxa: acquire timer rate from the clock rateRobert Jarzmik1-2/+1
2015-05-12ARM: pxa: Transition pxa25x, pxa27x, pxa3xx to clk frameworkRobert Jarzmik1-0/+2
2015-05-12ARM: pxa: change clocks init sequenceRobert Jarzmik1-0/+4
2014-09-09ARM: pxa: fix section mismatch warning for pxa_timer_nodt_initArnd Bergmann1-1/+1
2014-08-08Merge tag 'cleanup-for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds1-8/+4
2014-07-23ARM: pxa: Add non device-tree timer link to clocksourceRobert Jarzmik1-0/+11
2014-07-12ARM: pxa: Move UNCACHED_PHYS_0 mapping from generic.c to pxa2[57]x.cLaurent Pinchart1-5/+0
2014-07-12ARM: pxa: Don't hardcode addresses and size in map_desc tablesLaurent Pinchart1-5/+5
2014-07-04ARM: pxa: call debug_ll_io_init for earlyprintkAndrew Ruder1-0/+1
2012-03-28Disintegrate asm/system.h for ARMDavid Howells1-1/+0
2011-08-08ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.hRussell King1-1/+1
2011-01-15ARM: Fix build regression on SA11x0, PXA, and H720x targetsRussell King1-1/+0
2010-12-18ARM: pxa: support pxa95xHaojian Zhuang1-3/+5
2010-12-16ARM: pxa: remove get_memclk_frequency_10khz()Eric Miao1-13/+0
2010-12-16ARM: pxa: Access SMEMC via virtual addressesMarek Vasut1-0/+1
2010-12-16ARM: pxa: Introduce pxa{25x,27x,3xx}_map_io()Marek Vasut1-17/+4
2010-12-16ARM: pxa: remove un-used mapping of camera registersEric Miao1-5/+0
2010-10-09ARM: pxa: reduce the scope of get_memclk_frequency_10khz()Haojian Zhuang1-2/+1
2010-10-09ARM: pxa: reduce the scope of get_clk_frequency_khz()Haojian Zhuang1-2/+1
2010-05-11[ARM] pxa: remove pxa_gpio_mode() and filesEric Miao1-31/+0
2009-03-09[ARM] pxa: move GPIO register definitions into <mach/gpio.h>Eric Miao1-1/+1
2009-03-09[ARM] pxa: move pxa_gpio_mode() outside of generic gpio.cEric Miao1-0/+31
2008-12-29[ARM] rtc-sa1100: don't assume CLOCK_TICK_RATE to be a constantEric Miao1-0/+16
2008-10-07[ARM] ohci-pxa27x: use ioremap() and offset for register accessEric Miao1-5/+0
2008-09-25[ARM] pxa: make cpu_is_pxa2* macros more consistentEric Miao1-2/+2
2008-08-07Merge branch 'for-rmk' of git://git.kernel.org/pub/scm/linux/kernel/git/ycmia...Russell King1-0/+10
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-2/+2
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/+10
2008-07-09[ARM] pxa: remove pxa_set_cken()Russell King1-18/+0
2008-06-02[ARM] pxa: separate out power manager and clock registersRussell King1-0/+1
2008-04-30pxafb: convert fb driver to use ioremap() and __raw_{readl, writel}eric miao1-5/+0
2008-04-19[ARM] pxa: move GPIO sysdev outside of generic.c into gpio.ceric miao1-62/+0
2008-02-05gpiolib support for the PXA architecturePhilipp Zabel1-93/+0
2008-02-04[ARM] pxa: introduce sysdev for GPIO register saving/restoringeric miao1-0/+57
2008-01-26[ARM] pxa: increase size of memory mappingRussell King1-1/+1
2008-01-26[ARM] pxa: create arch/arm/mach-pxa/device.c for all on-chip deviceseric miao1-548/+0
2008-01-26[ARM] 4711/1: pxa: mmc: move DMA specific code to platform layerBridge Wu1-0/+10
2008-01-26[ARM] pxa: define SSP platform devices for pxa2xx/pxa3xxeric miao1-0/+277
2008-01-26[ARM] pxa: avoid always registering MMC, I2C, IrDA and framebuffer devicesRussell King1-4/+16
2007-10-15[ARM] pxa: Avoid pxa_gpio_mode() in gpio_direction_{in,out}put()Russell King1-0/+38