aboutsummaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* i2c: stm32: fix error message on upon dma_request_chan & defer handlingAlain Volmat2020-09-212-11/+8
* misc: eeprom: use helper to get i2c_client from kobjWolfram Sang2020-09-211-1/+1
* i2c: rcar: add HostNotify supportWolfram Sang2020-09-212-3/+29
* i2c: add slave testunit driverWolfram Sang2020-09-213-0/+184
* i2c: stm32: name slave slot to ease maintenanceAlain Volmat2020-09-181-8/+14
* i2c: bcm2835: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-5/+3
* i2c: mux: reg: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-7/+3
* i2c: mux: gpmux: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-10/+6
* i2c: rcar: refactor and shorten timeout when resettingWolfram Sang2020-09-181-12/+3
* i2c: rcar: improve bus busy detectionWolfram Sang2020-09-181-9/+10
* i2c: stm32f7: Add SMBus Host-Notify protocol supportAlain Volmat2020-09-182-16/+97
* i2c: smbus: add core function handling SMBus host-notifyAlain Volmat2020-09-091-0/+107
* i2c: imx: Use dev_err_probe() to simplify error handlingAnson Huang2020-09-091-5/+3
* i2c: i801: Register lis3lv02d I2C device on Dell Latitude 5480Jeffrey Lin2020-09-091-0/+1
* i2c: rcar: Auto select RESET_CONTROLLERDirk Behme2020-08-281-0/+1
* i2c: xiic: Support forcing single-master in DTJaakko Laine2020-08-281-0/+14
* i2c: xiic: Improve struct memory alignmentJaakko Laine2020-08-281-2/+2
* i2c: xiic: Change code alignment to 1 space onlyJaakko Laine2020-08-281-24/+24
* i2c: Remove 'default n' from busses/KconfigJarkko Nikula2020-08-252-4/+0
* Merge tag 'efi-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-08-232-2/+12
|\
| * efi/libstub: Handle unterminated cmdlineArvind Sankar2020-08-201-2/+4
| * efi/libstub: Handle NULL cmdlineArvind Sankar2020-08-201-1/+5
| * efi/libstub: Stop parsing arguments at "--"Arvind Sankar2020-08-201-0/+2
| * efi: add missed destroy_workqueue when efisubsys_init failsLi Heng2020-08-201-0/+2
* | Merge tag 'edac_urgent_for_v5.9_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds2020-08-234-7/+7
|\ \
| * | EDAC/{i7core,sb,pnd2,skx}: Fix error event severityTony Luck2020-08-184-7/+7
| |/
* | Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds2020-08-2318-58/+133
|\ \
| * | net: dsa: b53: check for timeoutTom Rix2020-08-211-0/+2
| * | hv_netvsc: Fix the queue_mapping in netvsc_vf_xmit()Haiyang Zhang2020-08-201-1/+1
| * | hv_netvsc: Remove "unlikely" from netvsc_select_queueHaiyang Zhang2020-08-201-1/+1
| * | sfc: fix build warnings on 32-bitEdward Cree2020-08-201-4/+4
| * | net: phy: mscc: Fix a couple of spelling mistakes "spcified" -> "specified"Kaige Li2020-08-201-2/+2
| * | net: gemini: Fix missing free_netdev() in error path of gemini_ethernet_port_...Wang Hai2020-08-191-3/+1
| * | net: atlantic: Use readx_poll_timeout() for large timeoutSebastian Andrzej Siewior2020-08-191-2/+2
| * | ptp: ptp_clockmatrix: use i2c_master_send for i2c writeMin Li2020-08-192-13/+45
| * | net: ena: Make missed_tx stat incrementalShay Agroskin2020-08-191-1/+4
| * | net: ena: Change WARN_ON expression in ena_del_napi_in_range()Shay Agroskin2020-08-191-7/+4
| * | net: ena: Prevent reset after device destructionShay Agroskin2020-08-191-9/+10
| * | net: mscc: ocelot: remove duplicate "the the" phrase in Kconfig textColin Ian King2020-08-181-1/+1
| * | bonding: fix active-backup failover for current ARP slaveJiri Wiesner2020-08-181-2/+16
| * | net: gianfar: Add of_node_put() before goto statementSumera Priyadarsini2020-08-181-1/+3
| * | cxgb4: Fix race between loopback and normal Tx pathGanji Aravind2020-08-181-1/+5
| * | cxgb4: Fix work request size calculation for loopback testGanji Aravind2020-08-181-2/+2
| * | sfc: don't free_irq()s if they were never requestedEdward Cree2020-08-182-0/+6
| * | sfc: null out channel->rps_flow_id after freeing itEdward Cree2020-08-181-0/+1
| * | sfc: take correct lock in ef100_reset()Edward Cree2020-08-181-4/+4
| * | sfc: really check hash is valid before using itEdward Cree2020-08-181-0/+2
| * | macvlan: validate setting of multiple remote source MAC addressesAlvin Šipraga2020-08-181-4/+17
* | | Merge tag 's390-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-08-222-7/+10
|\ \ \
| * | | s390/pci: re-introduce zpci_remove_device()Niklas Schnelle2020-08-171-7/+5