summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| * pinctrl: sh-pfc: r8a77995: Add DU pins, groups and functionUlrich Hecht2018-02-201-0/+101
| * pinctrl: sh-pfc: Use seq_puts() in sh_pfc_pin_dbg_show()Markus Elfring2018-02-121-1/+1
| * dt-bindings: pinctrl: sh-pfc: Correct SoC family name for R8A7778Geert Uytterhoeven2018-02-121-1/+1
* | pinctrl: core: Add missing EXPORT on pinctrl_register_mappingsRichard Fitzgerald2018-03-021-0/+1
* | pinctrl: meson: meson8b: fix requesting GPIOs greater than GPIOZ_3Martin Blumenstingl2018-03-022-21/+120
* | pinctrl: devicetree: Fix dt_to_map_one_config handling of hogsRichard Fitzgerald2018-03-021-2/+4
* | dt-bindings: pinctrl: mediatek: add bindings for I2C2 and SPI2 on MT7623Sean Wang2018-03-021-0/+24
* | dt-bindings: pinctrl: mediatek: use - instead of _ in examplesSean Wang2018-03-021-2/+2
* | pinctrl: stm32: Optimizes and enhances stm32gpio irqchipRadoslaw Pietrzyk2018-03-021-1/+2
* | pinctrl: artpec6: dt: add smaller groups for uartsNiklas Cassel2018-03-021-7/+8
* | pinctrl: artpec6: dt: add missing pin group uart5noctsNiklas Cassel2018-03-021-2/+3
* | pinctrl: artpec-6: Add smaller groups for uartsJesper Nilsson2018-03-011-16/+50
* | pinctrl: Drop TZ1090 driversJames Hogan2018-03-016-3362/+0
* | pinctrl: mcp23s08: add open drain configuration for irq outputPhil Reid2018-02-221-1/+6
* | dt-bindings: pinctrl: mcp23s08: add documentation for drive-open-drainPhil Reid2018-02-221-0/+2
* | pinctrl: mcp23s08: fix probing of mcp23s18Phil Reid2018-02-221-2/+0
* | pinctrl/amd: add get_direction handlerDaniel Kurtz2018-02-221-0/+14
* | pinctrl: Re-use DEFINE_SHOW_ATTRIBUTE() macroAndy Shevchenko2018-02-221-78/+12
* | pinctrl: ocelot: make function ocelot_pinctrl_probe staticColin Ian King2018-02-221-1/+1
* | pinctrl: nomadik: add USB functions for STn8815Linus Walleij2018-02-131-1/+15
* | pinctrl: msm: Use dynamic GPIO numberingBjorn Andersson2018-02-121-1/+1
* | pinctrl: mcp23s08: spi: Fix duplicate pinctrl debugfs entriesJan Kundrát2018-02-122-3/+24
* | pinctrl: mcp23s08: spi: Add HW address to gpio_chip.labelJan Kundrát2018-02-121-3/+6
* | pinctrl: mcp23s08: spi: Fix regmap debugfs entriesJan Kundrát2018-02-121-11/+26
* | pinctrl: qcom: Add sdm845 pinctrl driverKyle Yan2018-02-123-0/+1333
* | dt-bindings: pinctrl: Add Qualcomm SDM845 TLMM bindingBjorn Andersson2018-02-121-0/+176
|/
* Linux 4.16-rc1v4.16-rc1Linus Torvalds2018-02-111-2/+2
* unify {de,}mangle_poll(), get rid of kernel-side POLL...Al Viro2018-02-118-142/+47
* vfs: do bulk POLL* -> EPOLL* replacementLinus Torvalds2018-02-11297-913/+913
* Merge branch 'work.poll2' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds2018-02-118-40/+47
|\
| * annotate ep_scan_ready_list()Al Viro2018-02-011-11/+13
| * ep_send_events_proc(): return result via esed->resAl Viro2018-02-011-7/+10
| * preparation to switching ->poll() to returning EPOLL...Al Viro2018-02-011-1/+2
| * add EPOLLNVAL, annotate EPOLL... and event_poll->eventAl Viro2018-02-011-16/+17
| * use linux/poll.h instead of asm/poll.hAl Viro2018-02-013-3/+3
| * xen: fix poll misannotationAl Viro2018-02-011-1/+1
| * smc: missing poll annotationsAl Viro2018-02-011-1/+1
* | Merge tag 'xtensa-20180211' of git://github.com/jcmvbkbc/linux-xtensaLinus Torvalds2018-02-111-0/+2
|\ \
| * | xtensa: fix build with KASANMax Filippov2018-02-111-0/+2
* | | Merge tag 'nios2-v4.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2018-02-113-10/+8
|\ \ \ | |/ / |/| |
| * | nios2: defconfig: Cleanup from old Kconfig optionsKrzysztof Kozlowski2018-02-112-2/+0
| * | nios2: dts: Remove leading 0x and 0s from bindings notationMathieu Malaterre2018-02-111-8/+8
* | | Merge tag 'pci-v4.16-fixes-1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds2018-02-101-2/+3
|\ \ \
| * | | powerpc/pci: Fix broken INTx configuration via OFAlexey Kardashevskiy2018-02-101-2/+3
* | | | Merge tag 'for-linus-20180210' of git://git.kernel.dk/linux-blockLinus Torvalds2018-02-1012-63/+212
|\ \ \ \
| * \ \ \ Merge branch 'for-linus' into testJens Axboe2018-02-0712-63/+212
| |\ \ \ \
| | * | | | block, bfq: add requeue-request hookPaolo Valente2018-02-071-25/+82
| | * | | | bcache: fix for data collapse after re-attaching an attached deviceTang Junhui2018-02-073-7/+11
| | * | | | bcache: return attach error when no cache set existTang Junhui2018-02-071-2/+3
| | * | | | bcache: set writeback_rate_update_seconds in range [1, 60] secondsColy Li2018-02-073-2/+7