summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* arm64: dts: h3ulcb: enable USB2 PHY of channel 1Vladimir Barinov2016-09-061-0/+12
* arm64: dts: h3ulcb: enable WDTVladimir Barinov2016-09-061-0/+5
* arm64: dts: h3ulcb: enable EXTALR clkVladimir Barinov2016-09-061-0/+4
* arm64: dts: h3ulcb: enable I2C2Vladimir Barinov2016-09-061-0/+12
* arm64: dts: h3ulcb: enable EthernetAVBVladimir Barinov2016-09-061-0/+32
* arm64: dts: h3ulcb: enable SCIF clk and pinsVladimir Barinov2016-09-061-0/+13
* arm64: dts: h3ulcb: initial device treeVladimir Barinov2016-09-062-1/+52
* arm64: dts: h3ulcb: add H3ULCB board DT bindingsVladimir Barinov2016-09-061-0/+2
* arm64: dts: r8a7795: Add SoC-specific compatible property to audio-dmac nodesGeert Uytterhoeven2016-09-061-2/+4
* arm64: dts: r8a7795: renesas: salvator-x: Enable DULaurent Pinchart2016-09-061-0/+44
* arm64: dts: renesas: r8a7795: Add DU device to DTLaurent Pinchart2016-09-061-0/+46
* arm64: dts: renesas: r8a7795: Add VSP instancesLaurent Pinchart2016-09-061-0/+90
* arm64: dts: renesas: r8a7795: Add FCPV nodesLaurent Pinchart2016-09-061-0/+63
* arm64: dts: r8a7795: salvator-x: enable HSUSBYoshihiro Shimoda2016-09-061-0/+4
* arm64: dts: r8a7795: salvator-x: enable USB 2.0 Host channel 0Yoshihiro Shimoda2016-09-061-0/+8
* arm64: dts: r8a7795: salvator-x: enable usb2_phy of channel 0Yoshihiro Shimoda2016-09-061-0/+24
* arm64: dts: r8a7795: Add HSUSB device nodeYoshihiro Shimoda2016-09-061-0/+17
* arm64: dts: r8a7795: set maximum frequency for SDHI clocksWolfram Sang2016-09-061-0/+4
* arm64: dts: r8a7795: add FDP1 device nodesKieran Bingham2016-09-061-0/+27
* arm64: dts: r8a7795: add FCPF device nodesKieran Bingham2016-09-061-0/+21
* pinctrl: sh-pfc: r8a7796: Add SDHI pins, groups and functionsTakeshi Kihara2016-08-191-0/+275
* pinctrl: sh-pfc: r8a7796: Add SCIF pins, groups and functionsTakeshi Kihara2016-08-191-0/+300
* pinctrl: sh-pfc: Initial R8A7796 PFC supportTakeshi Kihara2016-08-196-0/+2086
* pinctrl: sh-pfc: r8a7795: Add DU supportLaurent Pinchart2016-08-161-0/+100
* pinctrl: sh-pfc: r8a7792: Add DU pin groupsSergei Shtylyov2016-08-081-0/+144
* pinctrl: sh-pfc: r8a7792: Add VIN pin groupsSergei Shtylyov2016-08-081-0/+577
* pinctrl: sh-pfc: r8a7795: Correct header from R-Car Gen3 to R8A7795Geert Uytterhoeven2016-08-081-1/+1
* pinctrl: sh-pfc: r8a7792: Add CAN pin groupsSergei Shtylyov2016-08-081-0/+37
* pinctrl: sh-pfc: r8a7792: Add SDHI pin groupsSergei Shtylyov2016-08-081-0/+51
* pinctrl: sh-pfc: r8a7792: Add EtherAVB pin groupsSergei Shtylyov2016-08-081-0/+99
* pinctrl: sh-pfc: Add R8A7792 PFC supportSergei Shtylyov2016-08-086-6/+1748
* pinctrl: sh-pfc: Fix overly long linesSergei Shtylyov2016-08-081-40/+55
* pinctrl: sh-pfc: r8a7795: Add bias pinconf supportUlrich Hecht2016-08-081-12/+242
* Linux 4.8-rc1v4.8-rc1Linus Torvalds2016-08-071-2/+2
* Merge branch 'for-linus' of git://git.kernel.dk/linux-blockLinus Torvalds2016-08-0762-213/+213
|\
| * block: rename bio bi_rw to bi_opfJens Axboe2016-08-0751-157/+158
| * target: iblock_execute_sync_cache() should use bio_set_op_attrs()Jens Axboe2016-08-071-1/+1
| * mm: make __swap_writepage() use bio_set_op_attrs()Jens Axboe2016-08-071-2/+3
| * block/mm: make bdev_ops->rw_page() take a bool for read/writeJens Axboe2016-08-0711-53/+51
* | Merge tag 'drm-for-v4.8-zpos' of git://people.freedesktop.org/~airlied/linuxLinus Torvalds2016-08-0722-156/+334
|\ \ | |/ |/|
| * Merge branch 'generic-zpos-v8' of http://git.linaro.org/people/benjamin.gaign...Dave Airlie2016-08-0322-156/+334
| |\
| | * drm: rcar: use generic code for managing zpos plane propertyBenjamin Gaignard2016-07-296-25/+8
| | * drm/exynos: use generic code for managing zpos plane propertyMarek Szyprowski2016-07-293-62/+13
| | * drm: sti: use generic zpos for planeBenjamin Gaignard2016-07-296-68/+38
| | * drm: add generic zpos propertyMarek Szyprowski2016-07-297-1/+275
| | * Merge remote-tracking branch 'media_tree/vsp1' into generic-zpos-v8Benjamin Gaignard2016-07-29122-7051/+7425
| | |\
* | | \ Merge tag 'doc-4.8-fixes' of git://git.lwn.net/linuxLinus Torvalds2016-08-0716-34/+31
|\ \ \ \
| * | | | DocBook: use DOCBOOKS="" to ignore DocBooks instead of IGNORE_DOCBOOKS=1Jani Nikula2016-08-041-16/+10
| * | | | Documenation: update cgroup's document pathseokhoon.yoon2016-08-0314-19/+19
| * | | | Documentation/sphinx: do not warn about missing tools in 'make help'Jani Nikula2016-08-031-2/+2
OpenPOWER on IntegriCloud