summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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-215-79/+185
|\
| * Merge branch 'ib-extcon-drm-dt-v4.17' into extcon-nextChanwoo Choi2018-03-212-13/+128
| |\
| | * 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-081-10/+34
| * | 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-211-1/+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-209-110/+1124
|\ \ \
| * | | 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-091-1/+6
| * | | thunderbolt: Add support for preboot ACLMika Westerberg2018-03-094-10/+310
| * | | thunderbolt: Add 'boot' attribute for devicesYehezkel Bernat2018-03-094-4/+25
| * | | thunderbolt: Move driver ready handling to struct icmMika Westerberg2018-03-092-13/+35
| * | | thunderbolt: Add constant for approval timeoutMika Westerberg2018-03-091-2/+3
| * | | thunderbolt: Add tb_xdomain_find_by_route()Radion Mirchevsky2018-03-091-12/+35
| * | | thunderbolt: Add tb_switch_find_by_route()Radion Mirchevsky2018-03-092-0/+34
| * | | thunderbolt: Add tb_switch_get()Mika Westerberg2018-03-091-0/+7
| * | | thunderbolt: Correct function name in kernel-doc commentRadion Mirchevsky2018-03-091-1/+1
| * | | thunderbolt: Factor common ICM add and update operations outMika Westerberg2018-03-091-49/+87
| * | | thunderbolt: Handle rejected Thunderbolt devicesMika Westerberg2018-03-092-0/+7
| * | | thunderbolt: Wait a bit longer for ICM to authenticate the active NVMMika Westerberg2018-03-091-2/+5
| * | | thunderbolt: Wait a bit longer for root switch config spaceMika Westerberg2018-03-091-1/+2
| * | | thunderbolt: Do not overwrite error code when domain adding failsMika Westerberg2018-03-091-1/+1
| * | | thunderbolt: Handle connecting device in place of host properlyMika Westerberg2018-03-091-9/+17
| * | | thunderbolt: Serialize PCIe tunnel creation with PCI rescanMika Westerberg2018-03-091-0/+9
| * | | thunderbolt: Resume control channel after hibernation image is createdMika Westerberg2018-03-091-0/+1
* | | | misc: aspeed-lpc-ctrl: Enable FWH and A2H bridge cyclesJoel Stanley2018-03-151-2/+16
* | | | misc: aspeed-lpc: Request and enable LPC clockJoel Stanley2018-03-151-3/+23
* | | | misc: ocxl: use put_device() instead of device_unregister()Arvind Yadav2018-03-151-1/+1
* | | | misc: mic: Release reference count and memory for VOP deviceArvind Yadav2018-03-151-2/+4
* | | | siox: fix possible buffer overflow in device_add_storeGavin Schenk2018-03-151-1/+1