summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'next-remove-ldst' of git://git.kernel.org/pub/scm/linux/kernel/...Michael Ellerman2015-04-0713-106/+83
|\
| * powerpc: Remove arch specific byteswappers from the MXC MMC driverDavid Gibson2015-03-241-1/+1
| * media/bt8xx: Remove old powerpc cruftBenjamin Herrenschmidt2015-03-242-23/+0
| * powerpc: Move Power Macintosh drivers to generic byteswappersDavid Gibson2015-03-2310-82/+82
* | Merge branch 'next-eeh' of git://git.kernel.org/pub/scm/linux/kernel/git/benh...Michael Ellerman2015-04-073-6/+3
|\ \
| * | powerpc/eeh: Do probe on pci_dnGavin Shan2015-03-241-1/+1
| * | net/ethernet/sfc: Don't use of_node_to_eeh_dev()Benjamin Herrenschmidt2015-03-242-5/+2
| |/
* | Merge branch 'next-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/ben...Michael Ellerman2015-03-263-23/+17
|\ \
| * | powerpc/pmac: replace current->state by set_current_state()Fabian Frederick2015-03-251-2/+2
| * | drivers/macintosh: Delete an unnecessary check before the function call "of_n...Markus Elfring2015-03-251-2/+1
| * | powerpc/via-pmu: fix OF node leak in Keylargo initPhil Carmody2015-03-171-0/+1
| * | powerpc/via-pmu: fix error path in find_via_pmu()Phil Carmody2015-03-171-9/+11
| * | powerpc: Remove duplicate cacheable_memcpy/memzero functionsKyle Moffett2015-03-171-10/+2
| |/
* | ps3: Fix trivial typos in comment and debug messageYannick Guerrini2015-03-261-2/+2
* | fbdev: kconfig: replace PPC_OF with PPCKevin Hao2015-03-171-1/+1
* | fbdev: remove the unnecessary includes of ppc specific header filesKevin Hao2015-03-171-4/+0
* | fbdev: riva: remove the dependency on PPC_OFKevin Hao2015-03-171-10/+7
* | fbdev: nvidia: remove the dependency on PPC_OFKevin Hao2015-03-174-17/+1
* | fbdev: imsttfb: remove the dependency on PPC_OFKevin Hao2015-03-171-5/+1
* | fbdev: radeon: replace PPC_OF with PPCKevin Hao2015-03-175-33/+33
* | fbdev: aty128fb: replace PPC_OF with PPCKevin Hao2015-03-171-2/+2
* | sata_svw: remove the dependency on PPC_OFKevin Hao2015-03-171-10/+1
* | Merge branch 'drm-fixes' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2015-03-151-1/+1
|\ \
| * | [PATCH] drm/mm: Fix support 4 GiB and larger rangesKrzysztof Kolasa2015-03-151-1/+1
* | | Merge tag 'clk-fixes-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds2015-03-156-24/+59
|\ \ \ | |/ / |/| |
| * | clk: introduce clk_is_matchMichael Turquette2015-03-111-0/+26
| * | clk: don't export static symbolJulia Lawall2015-03-111-1/+0
| * | clk: divider: fix calculation of initial best divider when rounding to closestUwe Kleine-König2015-03-091-6/+7
| * | clk: divider: fix selection of divider when rounding to closestUwe Kleine-König2015-03-091-1/+5
| * | clk: divider: fix calculation of maximal parent rate for a given dividerUwe Kleine-König2015-03-091-7/+1
| * | clk: divider: return real rate instead of divider valueHeiko Stübner2015-03-061-1/+1
| * | clk: qcom: fix platform_no_drv_owner.cocci warningskbuild test robot2015-02-251-1/+0
| * | clk: qcom: fix platform_no_drv_owner.cocci warningskbuild test robot2015-02-251-1/+0
| * | clk: qcom: Add PLL4 vote clockStephen Boyd2015-02-251-0/+13
| * | clk: qcom: lcc-msm8960: Fix PLL rate detectionStephen Boyd2015-02-251-1/+1
| * | clk: qcom: Fix slimbus n and m val offsetsStephen Boyd2015-02-251-2/+2
| * | clk: ti: Fix FAPLL parent enable bit handlingTony Lindgren2015-02-251-3/+3
* | | Merge tag 'irqchip-fixes-4.0' of git://git.infradead.org/users/jcooper/linuxLinus Torvalds2015-03-154-39/+161
|\ \ \
| * \ \ Merge branch 'irqchip/urgent-gic' into irqchip/urgentJason Cooper2015-03-153-38/+141
| |\ \ \
| | * | | irqchip: gicv3-its: Support safe initializationYun Wu2015-03-081-0/+35
| | * | | irqchip: gicv3-its: Define macros for GITS_CTLR fieldsYun Wu2015-03-081-1/+1
| | * | | irqchip: gicv3-its: Add limitation to page orderYun Wu2015-03-081-0/+5
| | * | | irqchip: gicv3-its: Use 64KB page as default granuleYun Wu2015-03-081-2/+2
| | * | | irqchip: gicv3-its: Zero itt before handling to hardwareYun Wu2015-03-081-1/+1
| | * | | irqchip: gic-v3: Fix out of bounds access to cpu_logical_mapVladimir Murzin2015-03-081-1/+1
| | * | | irqchip: gic: Fix unsafe locking reported by lockdepMarc Zyngier2015-03-081-8/+12
| | * | | irqchip: gicv3-its: Fix unsafe locking reported by lockdepMarc Zyngier2015-03-081-9/+14
| | * | | irqchip: gicv3-its: Iterate over PCI aliases to generate ITS configurationMarc Zyngier2015-03-081-8/+46
| | * | | irqchip: gicv3-its: Allocate enough memory for the full range of DeviceIDMarc Zyngier2015-03-081-4/+21
| | * | | irqchip: gicv3-its: Fix ITS CPU initVladimir Murzin2015-03-081-5/+4
| | |/ /