summaryrefslogtreecommitdiff
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-05-11i2c: mux: pca954x: Move device_remove_file() out of pca954x_cleanup()Andy Shevchenko1-3/+2
2020-05-11i2c: mux: pca954x: Make use of device propertiesAndy Shevchenko1-10/+5
2020-05-11i2c: mux: pca954x: Refactor pca954x_irq_handler()Andy Shevchenko1-10/+7
2020-05-05i2c: at91: Send bus clear command if SDA is downCodrin Ciubotariu3-8/+50
2020-05-05i2c: pxa: fix i2c_pxa_wait_bus_not_busy() boundary conditionRussell King1-5/+12
2020-05-05i2c: pxa: clean up decode_bits()Russell King1-4/+3
2020-05-05i2c: pxa: fix i2c_pxa_scream_blue_murder() debug outputRussell King1-4/+3
2020-05-05i2c: pxa: move DT IDs along side platform IDsRussell King1-9/+9
2020-05-05i2c: pxa: move private definitions to i2c-pxa.cRussell King1-0/+43
2020-05-05i2c: pxa: always set fm and hs members for each typeRussell King1-2/+10
2020-05-05i2c: pxa: add and use definitions for IBMR registerRussell King1-4/+8
2020-05-05i2c: pxa: re-arrange register field definitionsRussell King1-60/+53
2020-05-05i2c: pxa: re-arrange functions to flow betterRussell King1-163/+162
2020-05-05i2c: pxa: re-arrange includes to be in alphabetical orderRussell King1-8/+8
2020-05-05i2c: pxa: remove unneeded includesRussell King1-4/+0
2020-05-05i2c: pxa: use official address byte helperRussell King1-14/+4
2020-04-30i2c: powermac: use true,false for bool variableJason Yan1-1/+1
2020-04-30i2c: stm32f7: prevent array underflow in stm32f7_get_lower_rate()Dan Carpenter1-1/+1
2020-04-26platform/mellanox: mlxreg-hotplug: convert to use i2c_new_client_device()Wolfram Sang1-4/+7
2020-04-26i2c: iproc: add support for SMBUS quick cmdRayagonda Kokatanur1-3/+7
2020-04-26i2c: powermac: Simplify reading the "reg" and "i2c-address" propertyAishwarya R1-8/+8
2020-04-26i2c: qup: remove unneeded conversion to boolJason Yan1-6/+4
2020-04-26i2c: brcmstb: Fix handling of optional interruptDave Stevenson1-9/+11
2020-04-26i2c: stm32f7: allows for any bus frequencyAlain Volmat1-61/+64
2020-04-26i2c: stm32: don't print an error on probe deferralEtienne Carriere3-6/+15
2020-04-26i2c: brcmstb: Allow to compile it on BCM2835Maxime Ripard1-2/+2
2020-04-26i2c: slave-eeprom: Make it possible to pre-load eeprom dataBjörn Ardö1-0/+25
2020-04-19i2c: busses: remove duplicate dev_err()Dejin Zheng20-58/+20
2020-04-19i2c: Add Qualcomm CCI I2C driverLoic Poulain3-0/+802
2020-04-15i2c: cadence: Added slave supportRadu Pirea1-11/+309
2020-04-15i2c: designware: Calculate SCL timing parameter for High Speed ModeWan Ahmad Zainie1-3/+15
2020-04-15i2c: designware: Calculate SCL timing parameter for Fast Mode PlusWan Ahmad Zainie1-3/+16
2020-04-15i2c: i2c-stm32f7: improve nack debug messageFabrice Gasnier1-1/+2
2020-04-15i2c: i801: Use GPIO_LOOKUP() helper macroGeert Uytterhoeven1-3/+3
2020-04-15i2c: refactor parsing of timingsWolfram Sang1-39/+30
2020-04-15i2c: piix4: Detect secondary SMBus controller on AMD AM4 chipsetsAdam Honse1-1/+2
2020-04-15i2c: busses: convert to devm_platform_get_and_ioremap_resourceDejin Zheng4-9/+4
2020-04-15i2c: busses: convert to devm_platform_ioremap_resourceDejin Zheng24-72/+24
2020-04-11Merge tag 'kbuild-v5.7-2' of git://git.kernel.org/pub/scm/linux/kernel/git/ma...Linus Torvalds2-8/+0
2020-04-11Merge branch 'akpm' (patches from Andrew)Linus Torvalds16-24/+23
2020-04-11Merge tag 'for-linus-5.7-rc1b-tag' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds13-107/+125
2020-04-11drivers/dma/tegra20-apb-dma.c: fix platform_get_irq.cocci warningskbuild test robot1-1/+0
2020-04-11change email address for Pali RohárPali Rohár14-22/+22
2020-04-11mm/vma: introduce VM_ACCESS_FLAGSAnshuman Khandual1-1/+1
2020-04-10Merge tag 'pwm/for-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds14-233/+518
2020-04-10Merge tag 'for-linus-5.7-1' of git://github.com/cminyard/linux-ipmiLinus Torvalds3-32/+139
2020-04-10Merge tag 'drm-next-2020-04-10' of git://anongit.freedesktop.org/drm/drmLinus Torvalds31-189/+350
2020-04-10Merge tag 'sound-fix-5.7-rc1' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds1-3/+3
2020-04-10Merge tag 'scsi-misc' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/scsiLinus Torvalds33-771/+723
2020-04-10Merge tag 'libata-5.7-2020-04-09' of git://git.kernel.dk/linux-blockLinus Torvalds4-5/+28