summaryrefslogtreecommitdiffstats
path: root/arch
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'omap-for-v3.8/cleanup-timer-signed' of git://git.kernel.org/pub/sc...Olof Johansson2012-11-2938-322/+1875
|\
| * ARM: OMAP3: cm-t3517: use GPTIMER for system clockIgor Grinberg2012-11-213-1/+5
| * ARM: OMAP2+: timer: remove CONFIG_OMAP_32K_TIMERIgor Grinberg2012-11-212-76/+58
| * ARM: OMAP2+: Fix compiler warning for 32k timerJon Hunter2012-11-161-5/+5
| * ARM: OMAP: Remove unnecessary inclusion of dmtimer.hJon Hunter2012-11-164-4/+0
| * ARM: OMAP: Add platform data header for DMTIMERsJon Hunter2012-11-164-8/+5
| * ARM: OMAP: Remove unnecessary omap_dm_timer structure declarationJon Hunter2012-11-161-27/+25
| * ARM: OMAP2+: Remove unnecessary local variable in timer codeJon Hunter2012-11-161-6/+5
| * ARM: OMAP: Don't store timers physical addressJon Hunter2012-11-162-9/+5
| * ARM: OMAP: Define omap_dm_timer_prepare function as staticJon Hunter2012-11-162-3/+1
| * ARM: OMAP: Clean-up dmtimer reset codeJon Hunter2012-11-162-42/+31
| * ARM: OMAP: Remove __omap_dm_timer_set_source functionJon Hunter2012-11-123-24/+5
| * ARM: OMAP: Remove unnecessary call to clk_get()Jon Hunter2012-11-121-10/+4
| * ARM: OMAP: Add dmtimer interrupt disable functionJon Hunter2012-11-122-1/+33
| * ARM: OMAP: Fix spurious interrupts when using timer match featureJon Hunter2012-11-121-1/+1
| * ARM: OMAP: Don't restore DMTIMER interrupt status registerJon Hunter2012-11-122-5/+1
| * ARM: OMAP: Don't restore of DMTIMER TISTAT registerJon Hunter2012-11-122-4/+0
| * ARM: OMAP: Fix dmtimer reset for timer1Jon Hunter2012-11-121-5/+2
| * ARM: OMAP2+: Don't use __omap_dm_timer_reset()Jon Hunter2012-11-124-1/+30
| * ARM: OMAP2/3: Define HWMOD software reset status for DMTIMERsJon Hunter2012-11-122-2/+3
| * ARM: OMAP3: Correct HWMOD DMTIMER SYSC register declarationsJon Hunter2012-11-121-21/+6
| * ARM: OMAP: Fix timer posted mode supportJon Hunter2012-11-121-8/+5
| * ARM: OMAP3+: Implement timer workaround for errata i103 and i767Jon Hunter2012-11-123-11/+93
| * ARM: OMAP: Add DMTIMER definitions for posted modeJon Hunter2012-11-122-7/+14
| * Merge branch 'omap-for-v3.8/cleanup-headers-prepare-multiplatform-v3' into om...Tony Lindgren2012-11-09256-4934/+4829
| |\
| * \ Merge branch 'for_3.8/dts_part2' of git://git.kernel.org/pub/scm/linux/kernel...Tony Lindgren2012-11-0913-1/+389
| |\ \
| | * | ARM: dts: omap4-sdp: Add pinmux configuration for HDMIRicardo Neri2012-11-072-0/+35
| | * | ARM: dts: omap4-panda: Add pinmux configuration for HDMIRicardo Neri2012-11-073-0/+44
| | * | ARM: dts: Makefile: Add the am335x-evmsk target in dtbs listBenoit Cousson2012-11-061-0/+1
| | * | ARM: dts: AM33XX: Add usbss nodeAjay Kumar Gupta2012-11-061-0/+17
| | * | ARM: dts: AM33XX: Add push-buttons device tree data to am335x-evmskAnilKumar Ch2012-11-061-0/+31
| | * | ARM: dts: AM33XX: Add pinmux configuration for gpio-keys to EVMSKAnilKumar Ch2012-11-061-1/+10
| | * | ARM: dts: AM33XX: Add user-leds device tree data to am335x-evmskAnilKumar Ch2012-11-061-0/+30
| | * | ARM: dts: AM33XX: Add pinmux configuration for gpio-leds to EVMSKAnilKumar Ch2012-11-061-0/+14
| | * | ARM: dts: AM33XX: Add user-leds device tree data to am335x-boneAnilKumar Ch2012-11-061-0/+30
| | * | ARM: dts: AM33XX: Add pinmux configuration for user-leds to BONEAnilKumar Ch2012-11-061-0/+14
| | * | ARM: dts: AM33XX: Add volume-keys device tree data to am335x-evmAnilKumar Ch2012-11-061-0/+21
| | * | ARM: dts: AM33XX: Add pinmux configuration for volume-keys to EVMAnilKumar Ch2012-11-061-1/+8
| | * | ARM: dts: AM33XX: Add matrix keypad device tree data to am335x-evmAnilKumar Ch2012-11-061-0/+20
| | * | ARM: dts: AM33XX: Add pinmux configuration for matrix keypad to EVMAnilKumar Ch2012-11-061-0/+15
| | * | ARM: dts: omap5-evm: LPDDR2 memory device details for EVMLokesh Vutla2012-11-052-0/+78
| | * | ARM: dts: omap5: EMIF device tree data for OMAP5 boardsLokesh Vutla2012-11-051-0/+22
| | * | ARM: dts: omap5-evm: Fix size of memory defined for EVMLokesh Vutla2012-11-051-1/+1
| * | | Merge branch 'dev-dt-timer' of github.com:jonhunter/linux into omap-for-v3.8/dtTony Lindgren2012-11-064-39/+275
| |\ \ \
| | * | | ARM: OMAP2+: Add device-tree support for 32kHz counterJon Hunter2012-11-021-1/+27
| | * | | ARM: OMAP: Add DT support for timer driverJon Hunter2012-11-022-42/+146
| | * | | ARM: OMAP3: Add generic machine descriptor for boards with OMAP3 GP devicesJon Hunter2012-11-021-0/+17
| | * | | ARM: OMAP: Add function to request a timer by capabilityJon Hunter2012-11-022-0/+53
| | * | | ARM: OMAP3: Dynamically disable secure timer nodes for secure devicesJon Hunter2012-11-021-0/+36
| * | | | Merge branch 'for_3.8/dts' of git://git.kernel.org/pub/scm/linux/kernel/git/b...Tony Lindgren2012-11-0619-50/+923
| |\ \ \ \ | | | |/ / | | |/| |
OpenPOWER on IntegriCloud