summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'keystone_soc_for_4.11' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2017-01-293-31/+13
|\
| * soc: ti: knav: cleanup includes and sort header filesMurali Karicheri2017-01-062-29/+11
| * soc: ti: knav_dma: fix typos in trace messageMurali Karicheri2017-01-061-2/+2
* | Merge tag 'v4.11-armsoc-drivers1' of git://git.kernel.org/pub/scm/linux/kerne...Olof Johansson2017-01-298-18/+227
|\ \
| * | ARM: rockchip: drop rk3288 jtag/mmc switch handlingHeiko Stuebner2017-01-061-12/+0
| * | soc: rockchip: add driver handling grf setupHeiko Stuebner2017-01-063-0/+145
| * | dt-bindings: add used but undocumented rockchip grf compatible valuesHeiko Stuebner2017-01-061-0/+4
| * | soc: rockchip: power-domain: add power domain support for rk3328Elaine Zhang2017-01-051-0/+29
| * | dt-bindings: add binding for rk3328 power domainsElaine Zhang2017-01-051-0/+3
| * | Merge branch 'v4.11-shared/pdids' into v4.11-armsoc/driversHeiko Stuebner2017-01-051-0/+18
| |\ \
| | * | dt-bindings: power: add RK3328 SoCs header for idle-requestElaine Zhang2017-01-051-0/+18
| * | | soc: rockchip: power-domain: Support domain control in hiword-registersElaine Zhang2017-01-051-6/+28
| |/ /
* | | Merge tag 'samsung-drivers-soc-pmu-4.11' of git://git.kernel.org/pub/scm/linu...Olof Johansson2017-01-292-8/+24
|\ \ \
| * | | soc: samsung: pmu: Remove messages for failed memory allocationMarek Szyprowski2017-01-201-3/+1
| * | | soc: samsung: pmu: Use of_device_get_match_data helperMarek Szyprowski2017-01-201-5/+2
| * | | soc: samsung: pmu: Provide global function to get PMU regmapMarek Szyprowski2017-01-202-0/+21
| |/ /
* | | Merge tag 'reset-for-4.11' of git://git.pengutronix.de/pza/linux into next/dr...Olof Johansson2017-01-2915-61/+414
|\ \ \
| * | | reset: make optional functions really optionalRamiro Oliveira2017-01-202-29/+65
| * | | reset: Change shared flag from int to boolRamiro Oliveira2017-01-202-20/+20
| * | | reset: uniphier: add compatible string for LD11 SD-reset blockMasahiro Yamada2017-01-202-23/+28
| * | | reset: zx2967: add reset controller driver for ZTE's zx2967 familyBaoyou Xie2017-01-203-0/+113
| * | | MAINTAINERS: add zx2967 reset controller driver to ARM ZTE architectureBaoyou Xie2017-01-201-0/+2
| * | | dt: bindings: add documentation for zx2967 family reset controllerBaoyou Xie2017-01-201-0/+20
| * | | Documentation: dt: reset: Revise typos in TI syscon reset exampleSuman Anna2017-01-121-4/+4
| * | | reset: constify reset_control_ops structuresBhumika Goyal2017-01-121-1/+1
| * | | reset: hisilicon: add reset-hi3660Zhangfei Gao2017-01-093-0/+134
| * | | dt-bindings: Document the hi3660 reset bindingsZhangfei Gao2017-01-091-0/+43
| * | | reset: ti_syscon: fix a ti_syscon_reset_status issueJiancheng Xue2017-01-091-2/+2
* | | | Merge tag 'at91-ab-4.11-drivers' of git://git.kernel.org/pub/scm/linux/kernel...Olof Johansson2017-01-191-13/+14
|\ \ \ \ | |/ / / |/| | |
| * | | memory/atmel-ebi: Fix ns <-> cycles conversionsBoris Brezillon2017-01-101-13/+14
| | |/ | |/|
* | | Linux 4.10-rc3v4.10-rc3Linus Torvalds2017-01-081-1/+1
* | | Merge tag 'usb-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds2017-01-0846-316/+550
|\ \ \
| * | | USB: fix problems with duplicate endpoint addressesAlan Stern2017-01-051-0/+10
| * | | usb: ohci-at91: use descriptor-based gpio APIs correctlyPeter Rosin2017-01-051-14/+10
| * | | usb: storage: unusual_uas: Add JMicron JMS56x to unusual deviceOliver Neukum2017-01-051-0/+7
| * | | usb: hub: Move hub_port_disable() to fix warning if PM is disabledGeert Uytterhoeven2017-01-051-30/+29
| * | | usb: musb: blackfin: add bfin_fifo_offset in bfin_opsJérémy Lefaure2017-01-051-0/+1
| * | | usb: musb: fix compilation warning on unused functionJérémy Lefaure2017-01-051-0/+2
| * | | usb: musb: Fix trying to free already-free IRQ 4Tony Lindgren2017-01-051-1/+1
| * | | usb: musb: dsps: implement clear_ep_rxintr() callbackBin Liu2017-01-051-0/+12
| * | | usb: musb: core: add clear_ep_rxintr() to musb_platform_opsBin Liu2017-01-052-6/+11
| * | | Merge tag 'usb-serial-4.10-rc3' of git://git.kernel.org/pub/scm/linux/kernel/...Greg Kroah-Hartman2017-01-0516-58/+167
| |\ \ \
| | * | | USB: serial: ti_usb_3410_5052: fix NULL-deref at openJohan Hovold2017-01-041-0/+7
| | * | | USB: serial: spcp8x5: fix NULL-deref at openJohan Hovold2017-01-041-0/+14
| | * | | USB: serial: quatech2: fix sleep-while-atomic in closeJohan Hovold2017-01-041-4/+0
| | * | | USB: serial: pl2303: fix NULL-deref at openJohan Hovold2017-01-041-0/+8
| | * | | USB: serial: oti6858: fix NULL-deref at openJohan Hovold2017-01-041-0/+16
| | * | | USB: serial: omninet: fix NULL-derefs at open and disconnectJohan Hovold2017-01-041-0/+13
| | * | | USB: serial: mos7840: fix misleading interrupt-URB commentJohan Hovold2017-01-041-3/+1
| | * | | USB: serial: mos7840: remove unused write URBJohan Hovold2017-01-041-8/+0