summaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2020-09-27dt-bindings: i2c: imx-lpi2c: Add properties and use unevaluatedPropertiesKrzysztof Kozlowski1-2/+16
2020-09-27i2c: imx: Fix external abort on interrupt in exit pathsKrzysztof Kozlowski1-11/+13
2020-09-27i2c: rk3x: Simplify with dev_err_probe()Krzysztof Kozlowski1-12/+7
2020-09-27i2c: mlxbf: I2C SMBus driver for Mellanox BlueField SoCKhalil Blaiech4-0/+2526
2020-09-27dt-bindings: i2c: I2C binding for Mellanox BlueField SoCKhalil Blaiech1-0/+42
2020-09-27Merge tag 'at24-updates-for-v5.10' of git://git.kernel.org/pub/scm/linux/kern...Wolfram Sang2-7/+67
2020-09-25eeprom: at24: Support custom device names for AT24 EEPROMsJon Hunter1-1/+21
2020-09-24dt-bindings: eeprom: at24: Add label property for AT24Jon Hunter1-0/+3
2020-09-24eeprom: at24: Initialise AT24 NVMEM ID fieldJon Hunter1-0/+1
2020-09-21i2c: nvidia-gpu: Use put_unaligned_be24()Andy Shevchenko1-2/+1
2020-09-21i2c: ismt: Add support for Intel Emmitsburg PCHAndy Shevchenko1-0/+2
2020-09-21i2c: ismt: Describe parameters in kernel docAndy Shevchenko1-8/+2
2020-09-21i2c: jz4780: Remove of_match_ptr()Paul Cercueil1-1/+1
2020-09-21i2c: jz4780: Add compatible string for JZ4770 SoCPaul Cercueil1-0/+1
2020-09-21dt-bindings: i2c: ingenic: Add compatible string for the JZ4770Paul Cercueil1-4/+8
2020-09-21i2c: amd_mp2: handle num is 0 input for i2c_amd_xferTom Rix1-1/+1
2020-09-21i2c: stm32: Simplify with dev_err_probe()Krzysztof Kozlowski3-17/+13
2020-09-21i2c: stm32: fix error message on upon dma_request_chan & defer handlingAlain Volmat2-11/+8
2020-09-21misc: eeprom: use helper to get i2c_client from kobjWolfram Sang1-1/+1
2020-09-21i2c: Switch to using the new API kobj_to_dev()Tian Tao1-1/+1
2020-09-21i2c: rcar: add HostNotify supportWolfram Sang2-3/+29
2020-09-21i2c: add slave testunit driverWolfram Sang4-0/+250
2020-09-19i2c: stm32: name slave slot to ease maintenanceAlain Volmat1-8/+14
2020-09-19i2c: bcm2835: Simplify with dev_err_probe()Krzysztof Kozlowski1-5/+3
2020-09-19i2c: mux: reg: Simplify with dev_err_probe()Krzysztof Kozlowski1-7/+3
2020-09-19i2c: mux: gpmux: Simplify with dev_err_probe()Krzysztof Kozlowski1-10/+6
2020-09-19i2c: rcar: refactor and shorten timeout when resettingWolfram Sang1-12/+3
2020-09-19i2c: rcar: improve bus busy detectionWolfram Sang1-9/+10
2020-09-19i2c: stm32f7: Add SMBus Host-Notify protocol supportAlain Volmat2-16/+97
2020-09-17eeprom: at24: set type id as EEPROMVadym Kochan1-0/+1
2020-09-09i2c: smbus: add core function handling SMBus host-notifyAlain Volmat2-0/+119
2020-09-09i2c: add binding to mark a bus as SMBusWolfram Sang1-0/+5
2020-09-09i2c: imx: Use dev_err_probe() to simplify error handlingAnson Huang1-5/+3
2020-09-09i2c: i801: Register lis3lv02d I2C device on Dell Latitude 5480Jeffrey Lin1-0/+1
2020-08-28i2c: rcar: Auto select RESET_CONTROLLERDirk Behme1-0/+1
2020-08-28i2c: xiic: Support forcing single-master in DTJaakko Laine1-0/+14
2020-08-28i2c: xiic: Improve struct memory alignmentJaakko Laine1-2/+2
2020-08-28i2c: xiic: Change code alignment to 1 space onlyJaakko Laine1-24/+24
2020-08-25eeprom: at24: Tidy at24_read()Jean Delvare1-10/+4
2020-08-25i2c: Remove 'default n' from busses/KconfigJarkko Nikula2-4/+0
2020-08-24Linux 5.9-rc2v5.9-rc2Linus Torvalds1-1/+1
2020-08-23Merge tag 'powerpc-5.9-3' of git://git.kernel.org/pub/scm/linux/kernel/git/po...Linus Torvalds21-25/+161
2020-08-23Merge tag 'x86-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-4/+6
2020-08-23Merge tag 'perf-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-3/+49
2020-08-23Merge tag 'efi-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds7-92/+52
2020-08-23Merge tag 'core-urgent-2020-08-23' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds1-1/+2
2020-08-23Merge tag 'edac_urgent_for_v5.9_rc2' of git://git.kernel.org/pub/scm/linux/ke...Linus Torvalds4-7/+7
2020-08-23Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds44-163/+310
2020-08-23Merge branch 'work.epoll' of git://git.kernel.org/pub/scm/linux/kernel/git/vi...Linus Torvalds1-13/+13
2020-08-23do_epoll_ctl(): clean the failure exits up a bitAl Viro1-13/+6