summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'bcm2835-drivers-next-2015-12-28' of http://github.com/anholt/linux...Arnd Bergmann2015-12-318-0/+349
|\
| * ARM: bcm2835: add rpi power domain driverAlexander Aring2015-12-226-0/+300
| * dt-bindings: add rpi power domain driver bindingsAlexander Aring2015-12-221-0/+47
| * ARM: bcm2835: Define two new packets from the latest firmware.Eric Anholt2015-12-221-0/+2
* | Merge branch 'depends/usb-fixes' into next/driversArnd Bergmann2015-12-317-35/+76
|\|
| * usb: dwc2: fix kernel oops during driver probeStefan Wahren2015-11-201-14/+14
| * usb: phy: mxs: add "fsl,imx6ul-usbphy" compatible stringPeter Chen2015-11-191-0/+5
| * usb: gadget: f_midi: fix leak on failed to enqueue out requestsFelipe F. Tonello2015-11-191-0/+1
| * usb: gadget: f_midi: Transmit data only when IN ep is enabledFelipe F. Tonello2015-11-191-1/+1
| * usb: dwc2: make otg clk optionalStefan Wahren2015-11-191-4/+7
| * usb: dwc2: Return errors from PHYStefan Wahren2015-11-191-5/+32
| * usb: dwc2: Make PHY optionalJohn Youn2015-11-191-5/+0
| * usb: renesas_usbhs: gadget: Fix NULL pointer dereference in usbhsg_ep_dequeue()Yoshihiro Shimoda2015-11-191-2/+9
| * usb: kconfig: fix warning of select USB_OTGPeter Chen2015-11-192-5/+2
| * usb: gadget: pxa27x: fix suspend callbackFelipe Balbi2015-11-191-0/+3
| * usb: gadget: functionfs: fix missing access_ok checksDaniel Walter2015-11-181-3/+3
| * usb: musb: USB_TI_CPPI41_DMA requires dmaengine supportArnd Bergmann2015-11-181-1/+1
* | Merge tag 'omap-for-v4.5/wakeup-m3' of git://git.kernel.org/pub/scm/linux/ker...Olof Johansson2015-12-225-0/+631
|\ \
| * | soc: ti: Add wkup_m3_ipc driverDave Gerlach2015-12-034-0/+574
| * | Documentation: dt: add bindings for TI Wakeup M3 IPC deviceDave Gerlach2015-12-031-0/+57
* | | Merge tag 'v4.4-next-soc' of https://github.com/mbgg/linux-mediatek into next...Olof Johansson2015-12-221-3/+29
|\ \ \
| * | | drivers/soc: make mediatek/mtk-scpsys.c explicitly non-modularPaul Gortmaker2015-12-181-3/+2
| * | | soc: mediatek: SCPSYS: Add regulator supportSascha Hauer2015-12-181-0/+27
| |/ /
* | | MAINTAINERS: Drop Kumar Gala from QCOMOlof Johansson2015-12-221-1/+0
* | | Merge tag 'qcom-soc-for-4.5' of git://git.kernel.org/pub/scm/linux/kernel/git...Olof Johansson2015-12-2210-4/+1733
|\ \ \
| * | | MAINTAINERS: Change QCOM entriesAndy Gross2015-12-171-3/+3
| * | | soc: qcom: smd-rpm: Add existing platform supportAndy Gross2015-12-151-0/+2
| * | | soc: qcom: Introduce WCNSS_CTRL SMD clientBjorn Andersson2015-12-083-0/+280
| * | | ARM: qcom: select ARM_CPU_SUSPEND for power managementArnd Bergmann2015-12-081-0/+1
| * | | MAINTAINERS: Add rules for Qualcomm dts filesBjorn Andersson2015-12-081-0/+2
| * | | soc: qcom: enable smsm/smp2p modular buildArnd Bergmann2015-12-081-2/+2
| * | | serial: msm_serial: Make config tristateStephen Boyd2015-12-081-1/+1
| * | | soc: qcom: smp2p: Qualcomm Shared Memory Point to PointBjorn Andersson2015-12-083-0/+587
| * | | soc: qcom: smsm: Add driver for Qualcomm SMSMBjorn Andersson2015-12-083-0/+634
| * | | soc: qcom: Introduce common SMEM state machine codeBjorn Andersson2015-12-084-0/+223
| |/ /
* | | Merge tag 'tegra-for-4.5-memory' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2015-12-221-0/+1
|\ \ \
| * | | memory/tegra: Add number of TLB lines for Tegra124Vince Hsu2015-12-141-0/+1
| |/ /
* | | bus: uniphier-system-bus: add UniPhier System Bus driverMasahiro Yamada2015-12-225-0/+357
* | | reset: hi6220: fix modular buildArnd Bergmann2015-12-121-0/+1
* | | Merge tag 'reset-for-4.5-2' of git://git.pengutronix.de/git/pza/linux into ne...Arnd Bergmann2015-12-1210-9/+248
|\ \ \
| * | | reset: ath79: Add system restart supportAlban Bedel2015-11-251-1/+29
| * | | arm64: dts: Add reset dts config for Hisilicon Hi6220 SoCChen Feng2015-11-201-0/+1
| * | | reset: hi6220: Reset driver for hisilicon hi6220 SoCChen Feng2015-11-205-0/+116
| * | | reset: hisilicon: document hisi-hi6220 reset controllers bindingsChen Feng2015-11-202-0/+101
| * | | reset: remove unused device pointer from struct reset_controlPhilipp Zabel2015-11-181-8/+1
* | | | Merge tag 'reset-for-4.5' of git://git.pengutronix.de/git/pza/linux into next...Arnd Bergmann2015-12-1010-31/+90
|\| | |
| * | | reset: check return value of reset_controller_register()Masahiro Yamada2015-11-164-9/+4
| * | | reset: remove redundant $(CONFIG_RESET_CONTROLLER) from MakefileMasahiro Yamada2015-11-161-1/+1
| * | | reset: use ENOTSUPP instead of ENOSYSPhilipp Zabel2015-11-162-8/+8
| * | | reset: sunxi: mark the of_device_id array as __initconstPhilipp Zabel2015-11-161-1/+1