summaryrefslogtreecommitdiffstats
path: root/arch (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'omap-for-v3.17/mailbox-cleanup' of git://git.kernel.org/pub/scm/li...Arnd Bergmann2014-07-291-2/+0
|\
| * mailbox/omap: remove OMAP1 mailbox driverSuman Anna2014-07-291-2/+0
* | Merge branch 'omap-for-v3.17/mailbox' into next/driversArnd Bergmann2014-07-2916-61/+449
|\|
| * ARM: AM33xx: hwmod_data: Remove legacy mailbox addrsSuman Anna2014-07-151-10/+0
| * ARM: OMAP4: hwmod_data: Remove legacy mailbox addrsSuman Anna2014-07-151-10/+0
| * ARM: OMAP2: hwmod_data: Remove legacy mailbox data and addrsSuman Anna2014-07-154-37/+0
| * ARM: OMAP2+: Avoid mailbox legacy device creation for DT-bootSuman Anna2014-07-151-1/+1
| * ARM: DRA7: hwmod_data: Add mailbox hwmod dataSuman Anna2014-07-151-0/+305
| * ARM: dts: DRA7: Add mailbox nodesSuman Anna2014-07-151-0/+117
| * ARM: dts: AM4372: Correct mailbox node dataSuman Anna2014-07-151-3/+0
| * ARM: dts: AM33xx: Add mailbox nodeSuman Anna2014-07-151-0/+9
| * ARM: dts: OMAP4: Add mailbox nodeSuman Anna2014-07-151-0/+9
| * ARM: dts: OMAP2+: Add mailbox fifo and user informationSuman Anna2014-07-154-0/+8
* | Merge tag 'tegra-for-3.17-pcie-regulators' of git://git.kernel.org/pub/scm/li...Olof Johansson2014-07-195-12/+34
|\ \
| * | ARM: tegra: Remove legacy PCIe power supply propertiesThierry Reding2014-07-185-22/+0
| * | ARM: tegra: Add new PCIe regulator propertiesThierry Reding2014-06-165-1/+45
| |/
* | Merge branch 'spear/pcie-support-v10' of git://git.kernel.org/pub/scm/linux/k...Olof Johansson2014-07-1910-133/+158
|\ \
| * | ARM: SPEAr13xx: Update defconfigsMohit Kumar2014-07-141-0/+16
| * | ARM: SPEAr13xx: Add pcie and miphy DT nodesPratyush Anand2014-07-147-130/+133
| * | ARM: SPEAr13xx: Add bindings and dt node for misc blockPratyush Anand2014-07-142-0/+6
| * | ARM: SPEAr13xx: Fix static mapping tablePratyush Anand2014-07-142-3/+3
* | | avr32: update defconfig to use the generic PWM frameworkAlexandre Belloni2014-07-096-12/+18
* | | avr32: favr-32: use generic pwm_bl driverAlexandre Belloni2014-07-092-21/+33
* | | avr32: merisc: use generic leds_pwm driverAlexandre Belloni2014-07-091-13/+21
* | | avr32: MRMT: use generic leds_pwm driverAlexandre Belloni2014-07-091-12/+22
* | | avr32/at32ap: switch to the generic PWM frameworkAlexandre Belloni2014-07-091-5/+2
* | | ARM: at91: remove useless at91_pwm_leds()Alexandre Belloni2014-07-092-38/+0
* | | ARM: at91: at91sam9rl: switch to generic PWM frameworkAlexandre Belloni2014-07-092-9/+3
* | | ARM: at91: sam9263ek: use generic leds_pwm driverAlexandre Belloni2014-07-091-8/+47
* | | ARM: at91: at91sam9263: switch to generic PWM frameworkAlexandre Belloni2014-07-092-9/+3
* | | ARM: at91: sam9m10g45ek: use generic leds_pwm driverAlexandre Belloni2014-07-091-9/+33
* | | ARM: at91: at91sam9g45: switch to generic PWM frameworkAlexandre Belloni2014-07-092-9/+3
|/ /
* | Merge branch 'fixes' of git://ftp.arm.linux.org.uk/~rmk/linux-armLinus Torvalds2014-06-295-6/+42
|\ \
| * | ARM: 8087/1: ptrace: reload syscall number after secure_computing() checkWill Deacon2014-06-291-3/+4
| * | ARM: 8086/1: Set memblock limit for nommuLaura Abbott2014-06-291-0/+1
| * | ARM: 8085/1: sa1100: collie: add top boot mtd partitionAndrea Adami2014-06-291-0/+5
| * | ARM: 8084/1: sa1100: collie: revert back to cfi_probeAndrea Adami2014-06-291-1/+1
| * | ARM: 8080/1: mcpm.h: remove unused variable declarationNicolas Pitre2014-06-291-2/+0
| * | ARM: 8076/1: mm: add support for HW coherent systems in PL310 cacheThomas Petazzoni2014-06-291-0/+31
* | | Merge branch 'x86/urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/ti...Linus Torvalds2014-06-2811-124/+297
|\ \ \
| * | | x86/vdso: Error out in vdso2c if DT_RELA is presentAndy Lutomirski2014-06-241-1/+1
| * | | x86/vdso: Move DISABLE_BRANCH_PROFILING into the vdso makefileAndy Lutomirski2014-06-242-4/+3
| * | | x86_32, signal: Fix vdso rt_sigreturnAndy Lutomirski2014-06-241-1/+1
| * | | x86_32, entry: Do syscall exit work on badsys (CVE-2014-4508)Andy Lutomirski2014-06-231-2/+8
| * | | x86/vdso: Create .build-id links for unstripped vdso filesAndy Lutomirski2014-06-201-3/+13
| * | | x86/vdso: Remove some redundant in-memory section headersAndy Lutomirski2014-06-203-24/+26
| * | | x86/vdso: Improve the fake section headersAndy Lutomirski2014-06-208-67/+237
| * | | x86/vdso2c: Use better macros for ELF bitnessAndy Lutomirski2014-06-202-40/+25
| * | | x86/vdso: Discard the __bug_table sectionAndy Lutomirski2014-06-201-0/+1
| | |/ | |/|
* | | Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/ralf/upstream-linusLinus Torvalds2014-06-2817-495/+201
|\ \ \