summaryrefslogtreecommitdiffstats
path: root/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* ARM: 7040/1: mach-davinci: break out GPIO driver specificsLinus Walleij2011-08-229-79/+100
* ARM: 7039/1: mach-davinci: move DaVinci TNET GPIO driver to GPIO subsystemLinus Walleij2011-08-222-206/+0
* ARM: 7038/1: mach-davinci: move GPIO driver to GPIO subsystemLinus Walleij2011-08-222-459/+1
* ARM: 7037/1: mach-ks8695: fix GPIO LEDsLinus Walleij2011-08-222-0/+2
* ARM: 7036/1: mach-ks8695: break out GPIO driver specificsLinus Walleij2011-08-225-27/+42
* ARM: 7035/1: mach-ks8695: move GPIO driver to GPIO subsystemLinus Walleij2011-08-222-319/+1
* ARM: 7034/1: mach-u300: delete irq_to_gpio() functionLinus Walleij2011-08-221-9/+0
* ARM: 7033/1: mach-u300: break out GPIO driver specificsLinus Walleij2011-08-223-246/+258
* ARM: 7032/1: plat-nomadik: break out GPIO driver specificsLinus Walleij2011-08-2212-77/+95
* ARM: gpio: make trivial GPIOLIB implementation the defaultRussell King2011-08-1231-85/+22
* ARM: gpio: consolidate gpio_to_irqRussell King2011-08-1224-42/+13
* ARM: gpio: consolidate trivial gpiolib implementationsRussell King2011-08-1225-150/+37
* ARM: gpio: convert includes of mach/gpio.h and asm/gpio.h to linux/gpio.hRussell King2011-08-08138-222/+137
* ARM: gpio: at91: remove redundant include of mach/gpio.hRussell King2011-08-081-1/+0
* arm: remove stale export of 'sha_transform'Linus Torvalds2011-08-071-3/+0
* arm: remove "optimized" SHA1 routinesLinus Torvalds2011-08-072-212/+1
* cpuidle: Consistent spelling of cpuidle_idle_call()David Brown2011-08-041-1/+1
* Merge branch 'idle-release' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-08-031-1/+3
|\
| * cpuidle: stop depending on pm_idleLen Brown2011-08-031-1/+3
* | Merge branch 'gpio/next' of git://git.secretlab.ca/git/linux-2.6Linus Torvalds2011-08-0112-1135/+63
|\ \
| * \ Merge branch 'msm-move-gpio' of git://codeaurora.org/quic/kernel/davidb/linux...Grant Likely2011-08-0112-1135/+63
| |\ \
| | * | gpio_msm: Move Qualcomm MSM v2 gpio driver into driversDavid Brown2011-08-013-439/+1
| | * | gpio_msm: Move Qualcomm v6 MSM driver into driversDavid Brown2011-08-013-639/+3
| | * | msm: gpio: Fold register defs into C fileDavid Brown2011-08-012-273/+250
| | * | msm: gpiomux: Move public API to public headerDavid Brown2011-08-013-17/+40
| | * | msm: gpio: Remove ifdefs on gpio chip registersDavid Brown2011-08-011-7/+26
| | * | msm: gpio: Remove chip-specific register definitionsDavid Brown2011-08-012-226/+220
| | * | msm: Remove chip-ifdefs for GPIO io mappingsDavid Brown2011-08-015-24/+20
| | * | msm: gpio: Remove unsupported devicesDavid Brown2011-08-011-7/+0
| | |/
* | | Merge branch 'for-3.1-rc1' of git://gitorious.org/linux-omap-dss2/linuxLinus Torvalds2011-08-011-23/+3
|\ \ \
| * | | OMAP: DSS2: Remove unused code from display.cTomi Valkeinen2011-07-251-10/+0
| * | | OMAP: DSS2: Remove unused opt_clock_availableTomi Valkeinen2011-07-251-12/+0
| * | | OMAP: DSS2: Use omap_pm_get_dev_context_loss_count to get ctx loss countTomi Valkeinen2011-07-251-1/+3
| * | | OMAP: DSS2: rewrite use of context_loss_countTomi Valkeinen2011-07-251-1/+1
* | | | Merge branch 'sh-latest' of git://git.kernel.org/pub/scm/linux/kernel/git/let...Linus Torvalds2011-08-014-14/+0
|\ \ \ \
| * | | | sh: move CLKDEV_xxx_ID macro to sh_clk.hKuninori Morimoto2011-07-114-14/+0
| |/ / /
* | | | Merge branch 'v4l_for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git...Linus Torvalds2011-07-303-15/+16
|\ \ \ \
| * | | | [media] V4L: soc-camera: remove soc-camera bus and devices on itGuennadi Liakhovetski2011-07-271-7/+6
| * | | | [media] V4L: sh_mobile_csi2: switch away from using the soc-camera bus notifierGuennadi Liakhovetski2011-07-271-8/+4
| * | | | [media] OMAP3: RX-51: define vdds_csib regulator supplyKalle Jokiniemi2011-07-271-0/+5
| | |_|/ | |/| |
* | | | Merge branch 'linux-next' of git://git.kernel.org/pub/scm/linux/kernel/git/jb...Linus Torvalds2011-07-2963-66/+83
|\ \ \ \
| * | | | PCI: Make the struct pci_dev * argument of pci_fixup_irqs const.Ralf Baechle2011-07-2263-66/+83
* | | | | Merge branch 'at91/cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2011-07-2958-745/+696
|\ \ \ \ \
| * | | | | at91: add arch specific ioremap supportJean-Christophe PLAGNIOL-VILLARD2011-07-282-1/+29
| * | | | | at91: factorize sram initJean-Christophe PLAGNIOL-VILLARD2011-07-289-115/+39
| * | | | | at91: move register clocks to soc generic initJean-Christophe PLAGNIOL-VILLARD2011-07-289-21/+11
| * | | | | at91: move clock subsystem init to soc generic initJean-Christophe PLAGNIOL-VILLARD2011-07-2810-31/+18
| * | | | | at91: use structure to store the current socJean-Christophe PLAGNIOL-VILLARD2011-07-2810-120/+341
| * | | | | at91: remove AT91_DBGU offset from dbgu register macroJean-Christophe PLAGNIOL-VILLARD2011-07-285-25/+28
| * | | | | at91: factorize at91 interrupts init to socJean-Christophe PLAGNIOL-VILLARD2011-07-2845-322/+61
OpenPOWER on IntegriCloud