summaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
| | * intel_th: Use correct method of finding hubAlexander Shishkin2018-03-281-1/+1
| | * intel_th: Add SPDX GPL-2.0 header to replace GPLv2 boilerplateAlexander Shishkin2018-03-2813-117/+13
| | * stm class: Make dummy's master/channel ranges configurableAlexander Shishkin2018-03-282-3/+25
| | * stm class: Add SPDX GPL-2.0 header to replace GPLv2 boilerplateAlexander Shishkin2018-03-288-72/+7
| | * MAINTAINERS: Bestow upon myself the care for drivers/hwtracingAlexander Shishkin2018-03-281-0/+5
| * | hv: add SPDX license id to KconfigStephen Hemminger2018-03-281-0/+2
| * | hv: add SPDX license to traceStephen Hemminger2018-03-282-0/+4
| * | Drivers: hv: vmbus: do not mark HV_PCIE as perf_deviceDexuan Cui2018-03-281-1/+1
| * | Drivers: hv: vmbus: respect what we get from hv_get_synint_state()Dexuan Cui2018-03-281-1/+0
| * | /dev/mem: Avoid overwriting "err" in read_mem()Kees Cook2018-03-281-3/+3
| * | Merge 4.16-rc7 into char-misc-nextGreg Kroah-Hartman2018-03-28769-5298/+8044
| |\ \
| * | | eeprom: at24: use SPDX identifier instead of GPL boiler-plateBartosz Golaszewski2018-03-231-5/+2
| * | | eeprom: at24: simplify the i2c functionality checkingBartosz Golaszewski2018-03-231-5/+7
| * | | eeprom: at24: fix a line breakBartosz Golaszewski2018-03-231-2/+2
| * | | eeprom: at24: tweak newlinesBartosz Golaszewski2018-03-231-1/+1
| * | | eeprom: at24: refactor at24_probe()Bartosz Golaszewski2018-03-231-16/+18
| * | | eeprom: at24: remove at24_platform_data from at24_dataBartosz Golaszewski2018-03-231-9/+13
| * | | eeprom: at24: move platform data processing into a separate routineBartosz Golaszewski2018-03-231-30/+40
| * | | eeprom: at24: switch to using probe_new() from the i2c frameworkBartosz Golaszewski2018-03-231-2/+5
| * | | eeprom: at24: provide and use at24_base_client_dev()Bartosz Golaszewski2018-03-231-2/+7
| * | | eeprom: at24: readability tweak in at24_probe()Bartosz Golaszewski2018-03-231-2/+3
| * | | eeprom: at24: use a helper variable for devBartosz Golaszewski2018-03-231-25/+23
| * | | eeprom: at24: rename chip to pdata in at24_probe()Bartosz Golaszewski2018-03-231-21/+21
| * | | eeprom: at24: rename at24_get_pdata()Bartosz Golaszewski2018-03-231-2/+3
| * | | eeprom: at24: don't check if byte_len is a power of 2Bartosz Golaszewski2018-03-231-3/+0
| * | | eeprom: at24: make struct initialization uniform in at24_probe()Bartosz Golaszewski2018-03-231-1/+1
| * | | eeprom: at24: drop redundant variable in at24_write()Bartosz Golaszewski2018-03-231-8/+6
| * | | eeprom: at24: drop redundant variable in at24_read()Bartosz Golaszewski2018-03-231-8/+6
| * | | eeprom: at24: remove code separatorsBartosz Golaszewski2018-03-231-4/+0
| * | | eeprom: at24: arrange local variablesBartosz Golaszewski2018-03-231-10/+16
| * | | eeprom: at24: remove nvmem_config from at24_dataBartosz Golaszewski2018-03-231-16/+16
| * | | eeprom: at24: disable regmap lockingBartosz Golaszewski2018-03-231-0/+1
| * | | eeprom: at25: sizeof t should be sizeof(t)Devang Panchal2018-03-231-1/+1
| * | | Merge tag 'extcon-next-for-4.17' of git://git.kernel.org/pub/scm/linux/kernel...Greg Kroah-Hartman2018-03-219-126/+315
| |\ \ \
| | * \ \ Merge branch 'ib-extcon-drm-dt-v4.17' into extcon-nextChanwoo Choi2018-03-215-13/+258
| | |\ \ \
| | | * | | drm/bridge/sii8620: use micro-USB cable detection logic to detect MHLMaciej Purski2018-03-121-3/+94
| | | * | | extcon: add possibility to get extcon device by OF nodeAndrzej Hajda2018-03-082-10/+40
| | | * | | dt-bindings: add bindings for Samsung micro-USB 11-pin connectorAndrzej Hajda2018-03-071-0/+49
| | | * | | dt-bindings: add bindings for USB physical connectorAndrzej Hajda2018-03-071-0/+75
| | | | |/ | | | |/|
| | * | | extcon: gpio: Convert to fully use GPIO descriptorLinus Walleij2018-03-211-51/+15
| | * | | extcon: gpio: Move platform data into state containerLinus Walleij2018-03-211-30/+33
| | * | | extcon: gpio: Localize platform dataLinus Walleij2018-03-212-48/+21
| | * | | extcon: int3496: Ignore incorrect IoRestriction for ID pinAndy Shevchenko2018-03-211-4/+5
| | * | | extcon: intel-cht-wc: Set direction and drv flags for V5 boost GPIOHans de Goede2018-03-211-4/+7
| * | | | Merge tag 'thunderbolt-for-v4.17' of git://git.kernel.org/pub/scm/linux/kerne...Greg Kroah-Hartman2018-03-2012-115/+1186
| |\ \ \ \
| | * | | | thunderbolt: Prevent crash when ICM firmware is not runningMika Westerberg2018-03-141-0/+3
| | * | | | thunderbolt: Add support for Intel Titan RidgeRadion Mirchevsky2018-03-096-15/+546
| | * | | | thunderbolt: Introduce USB only (SL4) security levelMika Westerberg2018-03-094-6/+23
| | * | | | thunderbolt: Add support for preboot ACLMika Westerberg2018-03-096-10/+335
| | * | | | thunderbolt: Add 'boot' attribute for devicesYehezkel Bernat2018-03-095-4/+32