summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'armsoc-cleanup' of git://git.kernel.org/pub/scm/linux/kernel/git/a...Linus Torvalds2015-11-1090-4415/+864
|\
| * Merge tag 'omap-for-v4.4/soc-clean-up' of git://git.kernel.org/pub/scm/linux/...Olof Johansson2015-10-2613-295/+204
| |\
| | * Merge tag 'for-v4.4/omap-hwmod-cleanup-a' of git://git.kernel.org/pub/scm/lin...Tony Lindgren2015-10-245-91/+1
| | |\
| | | * ARM: OMAP3: hwmod data: Remove legacy mailbox data and addrsSuman Anna2015-10-231-29/+0
| | | * ARM: DRA7: hwmod data: Remove spinlock hwmod addrsSuman Anna2015-10-231-10/+0
| | | * ARM: OMAP4: hwmod data: Remove spinlock hwmod addrsSuman Anna2015-10-231-10/+0
| | | * ARM: DRA7/AM335x/AM437x: hwmod: Remove gpmc address space from hwmod dataFranklin S Cooper Jr2015-10-232-20/+0
| | | * ARM: DRA7/AM335x/AM437x: hwmod: Remove elm address space from hwmod dataFranklin S Cooper Jr2015-10-202-20/+0
| | | * ARM: OMAP: Remove duplicated operand in OR operationJavier Martinez Canillas2015-10-201-2/+1
| | * | arm: omap2: board-generic: use omap4_local_timer_init for AM437xFelipe Balbi2015-10-221-1/+1
| | * | Merge branch 'for-tony' of git://git.kernel.org/pub/scm/linux/kernel/git/balb...Tony Lindgren2015-10-166-99/+81
| | |\ \
| | | * | arm: omap2: timer: limit hwmod usage to non-DT bootsFelipe Balbi2015-10-161-20/+13
| | | * | arm: omap2+: select 32k clocksource driverFelipe Balbi2015-10-161-0/+1
| | | * | arm: omap2: timer: rename omap_sync32k_timer_init()Felipe Balbi2015-10-165-9/+9
| | | * | arm: omap2: timer: always call clocksource_of_init() when DTFelipe Balbi2015-10-161-0/+3
| | | * | arm: omap2: timer: move realtime_counter_init() aroundFelipe Balbi2015-10-151-58/+56
| | | * | arm: omap2: timer: provide generic sync32k_timer_init functionFelipe Balbi2015-10-155-18/+9
| | | * | arm: omap2: timer: remove __omap_gptimer_init()Felipe Balbi2015-10-151-12/+2
| | | * | arm: omap2: timer: add a gptimer argument to sync32k_timer_init()Felipe Balbi2015-10-151-6/+6
| | | * | arm: omap2: timer: get rid of obfuscating macrosFelipe Balbi2015-10-151-27/+43
| | | * | arm: omap2: timer: always define omap4_local_timer_initFelipe Balbi2015-10-151-13/+3
| | | |/
| | * | ARM: OMAP: Change all cpu_is_* occurences to soc_is_* for id.cKeerthy2015-10-161-15/+15
| | * | ARM: OMAP2+: Rename cpu_is macros to soc_isTony Lindgren2015-10-161-89/+106
| | |/
| * | Merge tag 'pxa-for-4.4' of https://github.com/rjarzmik/linux into next/cleanupOlof Johansson2015-10-2322-340/+608
| |\ \
| | * | ARM: pxa: remove incorrect __init annotation on pxa27x_set_pwrmodeArnd Bergmann2015-10-162-2/+2
| | * | ARM: pxa: raumfeld: make some variables staticUwe Kleine-König2015-10-161-5/+5
| | * | ARM: pxa: magician: Remove pdata for pasic3-ledsPetr Cvek2015-10-141-42/+1
| | * | ARM: pxa: magician: Add support for PXA27x UDCPetr Cvek2015-10-141-0/+22
| | * | ARM: pxa: magician: Add support for MAX1587A Vcore regulatorPetr Cvek2015-10-141-0/+52
| | * | ARM: pxa: magician: Change comments to be more informativePetr Cvek2015-10-141-13/+29
| | * | ARM: pxa: magician: Move platform_add_devices() to the end of magician_init()Petr Cvek2015-10-141-1/+2
| | * | ARM: pxa: magician: Add missing regulator for PWM backlightPetr Cvek2015-10-141-0/+13
| | * | ARM: pxa: magician: Add debug message for backlight brightness functionPetr Cvek2015-10-141-0/+1
| | * | ARM: pxa: magician: Remove definition of the STUART portPetr Cvek2015-10-141-1/+0
| | * | ARM: pxa: magician: Fix wrongly enabled USB host portsPetr Cvek2015-10-141-1/+3
| | * | ARM: pxa: magician: Fix support for Intel Strata NOR FlashPetr Cvek2015-10-141-0/+45
| | * | ARM: pxa: magician: Fix redundant GPIO request for pxaficp_irPetr Cvek2015-10-141-1/+1
| | * | ARM: pxa: magician: Fix platform data for both PXA27x I2C controllersPetr Cvek2015-10-141-2/+11
| | * | ARM: pxa: magician: Fix and add charging detection functionsPetr Cvek2015-10-141-7/+50
| | * | ARM: pxa: magician: Optimize Samsung LCD refresh to 50HzPetr Cvek2015-10-141-1/+1
| | * | ARM: pxa: magician: Rename charger cable detection EGPIOsPetr Cvek2015-10-142-7/+12
| | * | ARM: pxa: magician: Optimize powerup delays for Samsung LCDPetr Cvek2015-10-141-8/+6
| | * | ARM: pxa: magician: Rename abstract LCD GPIOsPetr Cvek2015-10-142-18/+21
| | * | ARM: pxa: magician: Add new discovered EGPIO pinsPetr Cvek2015-10-141-1/+4
| | * | ARM: pxa: magician: Change description of LCD power GPIOPetr Cvek2015-10-141-1/+1
| | * | ARM: pxa: magician: Optimize debug messages for LCD powerPetr Cvek2015-10-141-6/+2
| | * | ARM: pxa: magician: Print more specific error message for global GPIOsPetr Cvek2015-10-141-1/+1
| | * | ARM: pxa: magician: Fix indentation in machine filesPetr Cvek2015-10-142-209/+209
| | * | ARM: pxa: zylonite: Use PWM lookup tableThierry Reding2015-10-141-2/+7
| | * | ARM: pxa: z2: Use PWM lookup tableThierry Reding2015-10-141-4/+9