summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* smp: introduce a generic on_each_cpu_mask() functionGilad Ben-Yossef2012-03-281-15/+5
* Merge branch 'platforms' of git://git.linaro.org/people/rmk/linux-armLinus Torvalds2012-03-2748-1744/+1153
|\
| *-. Merge branches 'acorn', 'ebsa110' and 'sa11x0' into platformsRussell King2012-03-2539-1590/+1116
| |\ \
| | | * ARM: 7343/1: sa11x0: convert to sparse IRQRussell King2012-03-255-12/+13
| | | * ARM: 7342/2: sa1100: prepare for sparse irq conversionRob Herring2012-03-2519-11/+38
| | | * Merge branch 'sa11x0-mcp' into sa11x0Russell King2012-03-259-4/+49
| | | |\
| | | | * MFD: mcp-sa11x0/assabet: move assabet reset handling out of mcp-sa11x0.cRussell King2012-02-181-0/+8
| | | | * ARM: sa11x0: add assabet ucb1x00 platform dataRussell King2012-02-181-0/+6
| | | | * MFD: mcp/ucb1x00: separate ucb1x00 driver data from the MCP dataRussell King2012-02-183-3/+13
| | | | * MFD: mcp-sa11x0: convert mcp-sa11x0 to use platform resourcesRussell King2012-02-031-0/+5
| | | | * MFD: mcp-sa11x0: move setup of PPC unit out of mcp-sa11x0.cRussell King2012-02-038-0/+19
| | | * | Merge branch 'sa11x0-lcd' into sa11x0Russell King2012-03-2510-55/+275
| | | |\ \
| | | | * | FB: sa11x0: convert to use platform resource and ioremap()Russell King2012-02-241-10/+0
| | | | * | FB: sa11x0: convert shannon display enable accesses to use GPIO subsystemRussell King2012-02-211-1/+1
| | | | * | FB: sa1100: remove global sa1100fb_.*_power function pointersRussell King2012-02-215-41/+64
| | | | * | FB: sa1100: move platform data to platform filesRussell King2012-02-218-5/+212
| | | * | | ARM: sa11x0: remove unused DMA controller definitionsRussell King2012-03-252-218/+3
| | | * | | ARM: sa11x0: remove old SoC private DMA driverRussell King2012-03-253-466/+1
| | | * | | Merge branch 'sa11x0-ir' into sa11x0Russell King2012-03-251-0/+25
| | | |\ \ \
| | | | * | | ARM: sa11x0: add SA-11x0 DMA deviceRussell King2012-03-071-0/+25
| | | | |/ /
| | | * | | Merge branch 'sa1111' into sa11x0Russell King2012-03-257-266/+227
| | | |\ \ \
| | | | * | | ARM: sa11x0: don't static map sa1111Russell King2012-03-243-15/+0
| | | | * | | ARM: sa1111: use dev_err() rather than printk()Russell King2012-03-241-1/+1
| | | | * | | ARM: sa1111: cleanup sub-device registration and unregistrationRussell King2012-03-241-11/+16
| | | | * | | ARM: sa1111: only setup DMA for DMA capable devicesRussell King2012-03-241-3/+6
| | | | * | | ARM: sa1111: register sa1111 devices with dmabounce in bus notifierRussell King2012-03-241-55/+74
| | | | * | | ARM: sa1111: move USB interface register definitions to ohci-sa1111.cRussell King2012-03-241-25/+1
| | | | * | | ARM: sa1111: move PCMCIA interface register definitions to sa1111_generic.cRussell King2012-03-241-43/+2
| | | | * | | ARM: sa1111: move PS/2 interface register definitions to sa1111p2.cRussell King2012-03-241-38/+1
| | | | * | | ARM: sa1111: delete unused physical GPIO register definitionsRussell King2012-03-241-16/+0
| | | | * | | ARM: sa1111: provide a generic way to prevent devices from registeringRussell King2012-03-246-5/+7
| | | | * | | ARM: sa1111: change devid to be a bitmaskRussell King2012-02-092-15/+17
| | | | * | | ARM: sa11x0: badge4: move board specific ohci initialization to badge4.cRussell King2012-02-091-0/+15
| | | | * | | ARM: sa1111: add platform enable/disable functionsRussell King2012-02-092-7/+23
| | | | * | | ARM: sa1111: add shutdown hook to sa1111_driver structureRussell King2012-02-092-0/+10
| | | | * | | ARM: sa1111: implement support for sparse IRQsRussell King2012-02-091-11/+32
| | | | * | | ARM: sa1111: finish "allow cascaded IRQs to be used by platforms"Russell King2012-02-091-4/+15
| | | | * | | ARM: sa1111: add sa1111 core driver .owner initializerRussell King2012-02-091-0/+1
| | | | * | | ARM: sa1111: fix PWM state on suspendRussell King2012-02-091-2/+3
| | | | * | | ARM: sa1111: fix memory request/grant setup on PM eventsRussell King2012-02-091-1/+11
| | | | |/ /
| | | * | | ARM: sa11x0: neponset: don't static map neponset registersRussell King2012-02-091-6/+1
| | | * | | ARM: sa11x0: neponset: move register definitions to neponset.cRussell King2012-02-092-71/+91
| | | * | | ARM: sa11x0: assabet/neponest: create neponset device in assabet.cRussell King2012-02-092-43/+25
| | | * | | ARM: sa11x0: neponset: suspend/resume in _noirq stateRussell King2012-02-091-9/+15
| | | * | | ARM: sa11x0: neponset: place smc91x and sa1111 resources in neponset deviceRussell King2012-02-091-0/+13
| | | * | | ARM: sa11x0: neponset: get parent IRQ from neponset device resourceRussell King2012-02-091-7/+13
| | | * | | ARM: sa11x0: neponset: implement support for sparse IRQsRussell King2012-02-092-58/+61
| | | * | | ARM: sa11x0: neponset: dynamically create neponset child devicesRussell King2012-02-091-28/+28
| | | * | | ARM: sa11x0: neponset: save and restore MDM_CTL_0Russell King2012-02-091-11/+42
| | | * | | ARM: sa11x0: neponset: add driver .owner initializerRussell King2012-02-091-0/+1
OpenPOWER on IntegriCloud