summaryrefslogtreecommitdiffstats
path: root/drivers
AgeCommit message (Expand)AuthorFilesLines
2020-03-24i2c: algo: Use generic definitions for bus frequenciesAndy Shevchenko1-3/+3
2020-03-24i2c: stm32f7: switch to I²C generic property parsingAndy Shevchenko1-31/+26
2020-03-24i2c: rcar: Consolidate timings calls in rcar_i2c_clock_calculate()Andy Shevchenko1-9/+9
2020-03-24i2c: core: Allow override timing properties with 0Andy Shevchenko2-14/+18
2020-03-24i2c: core: Provide generic definitions for bus frequenciesAndy Shevchenko2-5/+5
2020-03-24Merge tag 'at24-updates-for-v5.7' of git://git.kernel.org/pub/scm/linux/kerne...Wolfram Sang1-0/+1
2020-03-22i2c: mxs: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi1-3/+3
2020-03-21i2c: imx: remove duplicate print after platform_get_irq()Tang Bin1-3/+1
2020-03-21i2c: designware: Fix spelling typos in the commentsAndy Shevchenko5-8/+8
2020-03-21i2c: designware: Discard i2c_dw_read_comp_param() functionSerge Semin2-7/+0
2020-03-21i2c: designware: Detect the FIFO size in the common codeSerge Semin5-24/+27
2020-03-20i2c: dev: Fix the race between the release of i2c_dev and cdevKevin Hao1-22/+26
2020-03-13i2c: qcom-geni: Drop of_platform.h includeStephen Boyd1-1/+0
2020-03-13i2c: qcom-geni: Grow a dev pointer to simplify codeStephen Boyd1-31/+26
2020-03-13i2c: qcom-geni: Let firmware specify irq trigger flagsStephen Boyd1-2/+2
2020-03-13i2c: stm32f7: do not backup read-only PECR registerAlain Volmat1-4/+0
2020-03-10i2c: smbus: remove outdated references to irq level triggersWolfram Sang1-5/+0
2020-03-10i2c: convert SMBus alert setup function to return an ERRPTRWolfram Sang5-24/+32
2020-03-10i2c: stm32f7: add a new st, stm32mp15-i2c compatibleAlain Volmat1-6/+33
2020-03-10i2c: stm32f7: disable/restore Fast Mode Plus bits in low power modesAlain Volmat1-13/+39
2020-03-10i2c: brcmstb: Support BCM2711 HDMI BSC controllersMaxime Ripard1-0/+33
2020-03-10i2c: omap: use devm_platform_ioremap_resource()chenqiwu1-3/+1
2020-03-10i2c: use kobj_to_dev() APIchenqiwu1-2/+2
2020-03-10i2c: powermac: correct comment about custom handlingWolfram Sang1-8/+7
2020-02-26i2c: dev: keep sorting of includesWolfram Sang1-1/+1
2020-02-26i2c: stm32f7: allow controller to be wakeup-sourceAlain Volmat1-21/+86
2020-02-26i2c: imx: implement master_xfer_atomic callbackStefan Lengfeld1-41/+105
2020-02-26i2c: at91: implement i2c bus recoveryKamel Bouhara2-0/+82
2020-02-22Merge tag 'block-5.6-2020-02-22' of git://git.kernel.dk/linux-blockLinus Torvalds3-2/+16
2020-02-22Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds4-16/+48
2020-02-22Merge tag 'hwmon-for-v5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2-9/+14
2020-02-22Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds8-37/+39
2020-02-21Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds1-1/+3
2020-02-21Merge tag 'linux-watchdog-5.6-rc3' of git://www.linux-watchdog.org/linux-watc...Linus Torvalds2-7/+14
2020-02-21Merge tag 'char-misc-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/gi...Linus Torvalds3-3/+47
2020-02-21Merge tag 'staging-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds11-1530/+56
2020-02-21Merge tag 'tty-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds15-51/+102
2020-02-21Merge tag 'usb-5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/git/greg...Linus Torvalds23-122/+306
2020-02-21Merge tag 'drm-fixes-2020-02-21' of git://anongit.freedesktop.org/drm/drmLinus Torvalds48-241/+480
2020-02-21Merge git://git.kernel.org/pub/scm/linux/kernel/git/netdev/netLinus Torvalds50-253/+542
2020-02-21ACPI: PM: s2idle: Check fixed wakeup events in acpi_s2idle_wake()Rafael J. Wysocki2-0/+52
2020-02-21hwmon: (w83627ehf) Fix crash seen with W83627DHG-PGuenter Roeck1-1/+6
2020-02-21nvme-multipath: Fix memory leak with ana_log_bufLogan Gunthorpe1-0/+1
2020-02-21Merge tag 'drm-intel-fixes-2020-02-20' of git://anongit.freedesktop.org/drm/d...Dave Airlie18-107/+167
2020-02-21Merge tag 'drm-misc-fixes-2020-02-20' of git://anongit.freedesktop.org/drm/dr...Dave Airlie9-21/+40
2020-02-20bnxt_en: Issue PCIe FLR in kdump kernel to cleanup pending DMAs.Vasundhara Volam1-0/+8
2020-02-20bnxt_en: Improve device shutdown method.Vasundhara Volam1-2/+2
2020-02-20net: thunderx: workaround BGX TX Underflow issueTim Harvey2-3/+68
2020-02-20ionic: fix fw_status readShannon Nelson2-4/+8
2020-02-20net: macb: Properly handle phylink on at91rm9200Alexandre Belloni2-28/+33