summaryrefslogtreecommitdiffstats
path: root/drivers
Commit message (Expand)AuthorAgeFilesLines
* i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-2444-199/+165
* i2c: algo: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-241-3/+3
* i2c: stm32f7: switch to I²C generic property parsingAndy Shevchenko2020-03-241-31/+26
* i2c: rcar: Consolidate timings calls in rcar_i2c_clock_calculate()Andy Shevchenko2020-03-241-9/+9
* i2c: core: Allow override timing properties with 0Andy Shevchenko2020-03-242-14/+18
* i2c: core: Provide generic definitions for bus frequenciesAndy Shevchenko2020-03-242-5/+5
* Merge tag 'at24-updates-for-v5.7' of git://git.kernel.org/pub/scm/linux/kerne...Wolfram Sang2020-03-241-0/+1
|\
| * eeprom: at24: add TPF0001 ACPI ID for 24c1024 deviceMarkus Pietrek2020-02-101-0/+1
* | i2c: mxs: Use dma_request_chan() instead dma_request_slave_channel()Peter Ujfalusi2020-03-221-3/+3
* | i2c: imx: remove duplicate print after platform_get_irq()Tang Bin2020-03-211-3/+1
* | i2c: designware: Fix spelling typos in the commentsAndy Shevchenko2020-03-215-8/+8
* | i2c: designware: Discard i2c_dw_read_comp_param() functionSerge Semin2020-03-212-7/+0
* | i2c: designware: Detect the FIFO size in the common codeSerge Semin2020-03-215-24/+27
* | i2c: dev: Fix the race between the release of i2c_dev and cdevKevin Hao2020-03-201-22/+26
* | i2c: qcom-geni: Drop of_platform.h includeStephen Boyd2020-03-131-1/+0
* | i2c: qcom-geni: Grow a dev pointer to simplify codeStephen Boyd2020-03-131-31/+26
* | i2c: qcom-geni: Let firmware specify irq trigger flagsStephen Boyd2020-03-131-2/+2
* | i2c: stm32f7: do not backup read-only PECR registerAlain Volmat2020-03-131-4/+0
* | i2c: smbus: remove outdated references to irq level triggersWolfram Sang2020-03-101-5/+0
* | i2c: convert SMBus alert setup function to return an ERRPTRWolfram Sang2020-03-105-24/+32
* | i2c: stm32f7: add a new st, stm32mp15-i2c compatibleAlain Volmat2020-03-101-6/+33
* | i2c: stm32f7: disable/restore Fast Mode Plus bits in low power modesAlain Volmat2020-03-101-13/+39
* | i2c: brcmstb: Support BCM2711 HDMI BSC controllersMaxime Ripard2020-03-101-0/+33
* | i2c: omap: use devm_platform_ioremap_resource()chenqiwu2020-03-101-3/+1
* | i2c: use kobj_to_dev() APIchenqiwu2020-03-101-2/+2
* | i2c: powermac: correct comment about custom handlingWolfram Sang2020-03-101-8/+7
* | i2c: dev: keep sorting of includesWolfram Sang2020-02-261-1/+1
* | i2c: stm32f7: allow controller to be wakeup-sourceAlain Volmat2020-02-261-21/+86
* | i2c: imx: implement master_xfer_atomic callbackStefan Lengfeld2020-02-261-41/+105
* | i2c: at91: implement i2c bus recoveryKamel Bouhara2020-02-262-0/+82
* | Merge tag 'block-5.6-2020-02-22' of git://git.kernel.dk/linux-blockLinus Torvalds2020-02-223-2/+16
|\ \
| * | nvme-multipath: Fix memory leak with ana_log_bufLogan Gunthorpe2020-02-211-0/+1
| * | nvme: Fix uninitialized-variable warningKeith Busch2020-02-201-1/+1
| * | nvme-pci: Use single IRQ vector for old Apple modelsAndy Shevchenko2020-02-201-1/+2
| * | nvme/pci: Add sleep quirk for Samsung and Toshiba drivesShyjumon N2020-02-201-0/+12
* | | Merge tag 'scsi-fixes' of git://git.kernel.org/pub/scm/linux/kernel/git/jejb/...Linus Torvalds2020-02-224-16/+48
|\ \ \
| * | | scsi: Revert "target: iscsi: Wait for all commands to finish before freeing a...Bart Van Assche2020-02-141-8/+2
| * | | scsi: Revert "RDMA/isert: Fix a recently introduced regression related to log...Bart Van Assche2020-02-142-3/+15
| * | | scsi: megaraid_sas: silence a warningTomas Henzl2020-02-121-2/+3
| * | | scsi: Revert "target/core: Inline transport_lun_remove_cmd()"Bart Van Assche2020-02-121-3/+28
| | |/ | |/|
* | | Merge tag 'hwmon-for-v5.6-rc3' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2020-02-222-9/+14
|\ \ \
| * | | hwmon: (w83627ehf) Fix crash seen with W83627DHG-PGuenter Roeck2020-02-211-1/+6
| * | | hwmon: (acpi_power_meter) Fix lockdep splatGuenter Roeck2020-02-191-8/+8
* | | | Merge tag 's390-5.6-4' of git://git.kernel.org/pub/scm/linux/kernel/git/s390/...Linus Torvalds2020-02-228-37/+39
|\ \ \ \
| * | | | s390/qdio: fill SBALEs with absolute addressesJulian Wiedmann2020-02-194-18/+19
| * | | | s390/qdio: fill SL with absolute addressesJulian Wiedmann2020-02-192-13/+13
| * | | | s390/pkey/zcrypt: spelling s/crytp/crypt/Geert Uytterhoeven2020-02-171-2/+2
| * | | | s390/cio: use kobj_to_dev() APIchenqiwu2020-02-171-2/+2
| * | | | s390/cio: cio_ignore_proc_seq_next should increase position indexVasily Averin2020-02-171-2/+3
| |/ / /
* | | | Merge tag 'for-linus-5.6-rc3-tag' of git://git.kernel.org/pub/scm/linux/kerne...Linus Torvalds2020-02-211-1/+3
|\ \ \ \