summaryrefslogtreecommitdiffstats
path: root/drivers (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds2022-01-1423-931/+473
|\
| * i2c: sh_mobile: remove unneeded semicolonYang Li2022-01-111-1/+1
| * Merge tag 'at24-updates-for-v5.17' of git://git.kernel.org/pub/scm/linux/kern...Wolfram Sang2022-01-061-36/+32
| |\
| | * eeprom: at24: Add support for 24c1025 EEPROMMaxim Kochetkov2021-12-131-1/+14
| | * eeprom: at24: remove struct at24_clientHeiner Kallweit2021-12-011-35/+18
| * | i2c: riic: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-031-5/+5
| * | i2c: sh_mobile: Use platform_get_irq_optional() to get the interruptLad Prabhakar2022-01-031-8/+26
| * | i2c: bcm2835: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-031-7/+4
| * | i2c: aspeed: Remove unused includesThierry Reding2021-12-161-2/+0
| * | i2c: sh_mobile: update to new DMAENGINE API when terminatingWolfram Sang2021-12-161-17/+9
| * | i2c: rcar: update to new DMAENGINE API when terminatingWolfram Sang2021-12-161-17/+9
| * | i2c: exynos5: Fix getting the optional clockSam Protsenko2021-12-161-3/+5
| * | i2c: designware-pci: Convert to use dev_err_probe()Andy Shevchenko2021-12-161-14/+10
| * | i2c: designware-pci: use __maybe_unused for PM functionsAndy Shevchenko2021-12-161-4/+2
| * | i2c: designware-pci: Group MODULE_*() macrosAndy Shevchenko2021-12-161-4/+2
| * | i2c: designware-pci: Add a note about struct dw_scl_sda_cfg usageAndy Shevchenko2021-12-161-0/+7
| * | i2c: designware-pci: Fix to change data types of hcnt and lcnt parametersLakshmi Sowjanya D2021-12-161-4/+4
| * | i2c: designware: Do not complete i2c read without RX_FULL interruptTamal Saha2021-12-161-2/+5
| * | i2c: tegra: use i2c_timings for bus clock freqAkhil R2021-12-101-12/+9
| * | i2c: i801: Don't clear status flags twice in interrupt modeHeiner Kallweit2021-12-091-11/+5
| * | i2c: i801: Don't read back cleared status in i801_check_pre()Heiner Kallweit2021-12-091-19/+3
| * | i2c: exynos5: Mention Exynos850 and ExynosAutoV9 in KconfigSam Protsenko2021-12-091-1/+1
| * | i2c: exynos5: Add bus clock supportSam Protsenko2021-12-091-8/+38
| * | i2c: exynos5: Add support for ExynosAutoV9 SoCJaewon Kim2021-12-091-9/+53
| * | i2c: stm32f7: remove noisy and imprecise log messagesWolfram Sang2021-12-011-4/+0
| * | i2c: stm32: get rid of stm32f7_i2c_release_bus return valueAlain Volmat2021-12-011-8/+2
| * | Revert "i2c: designware-pci: Add support for Fast Mode Plus and High Speed Mode"Wolfram Sang2021-11-301-8/+0
| * | Revert "i2c: designware-pci: Set ideal timing parameters for Elkhart Lake PSE"Wolfram Sang2021-11-301-14/+0
| * | i2c: i801: Improve handling platform data for tco deviceHeiner Kallweit2021-11-291-15/+12
| * | i2c: designware-pci: Set ideal timing parameters for Elkhart Lake PSELakshmi Sowjanya D2021-11-291-0/+14
| * | i2c: designware-pci: Add support for Fast Mode Plus and High Speed ModeLakshmi Sowjanya D2021-11-291-0/+8
| * | i2c: enable async suspend/resume on i2c client devicesDerek Basehore2021-11-291-0/+1
| * | i2c: enable async suspend/resume for i2c adaptersRajat Jain2021-11-291-0/+1
| * | i2c: designware: Enable async suspend / resume of designware devicesRajat Jain2021-11-291-0/+2
| * | i2c: mpc: Correct I2C reset procedureJoakim Tjernlund2021-11-291-8/+15
| * | i2c: designware: Fix the kernel doc description for struct dw_i2c_devAndy Shevchenko2021-11-291-4/+9
| * | i2c: rk3x: enable clock before getting rateJohn Keeping2021-11-291-0/+7
| * | i2c: i801: Improve handling of chip-specific feature definitionsHeiner Kallweit2021-11-291-125/+66
| * | i2c: i801: Remove i801_set_block_buffer_modeHeiner Kallweit2021-11-291-12/+5
| * | i2c: i801: Don't silently correct invalid transfer sizeHeiner Kallweit2021-11-291-10/+5
| * | i2c: tegra: Add the ACPI supportAkhil R2021-11-291-12/+40
| * | Merge branch 'i2c/for-current' into i2c/for-mergewindowWolfram Sang2021-11-29184-3377/+1679
| |\ \
| * | | i2c: mux: gpio: Use array_size() helperAndy Shevchenko2021-11-231-1/+2
| * | | i2c: mux: gpio: Don't dereference fwnode from struct deviceAndy Shevchenko2021-11-231-3/+4
| * | | i2c: mux: gpio: Replace custom acpi_get_local_address()Andy Shevchenko2021-11-231-41/+2
| * | | i2c: imx: Add timer for handling the stop conditionCorey Minyard2021-11-231-19/+73
| * | | i2c: Remove unused Netlogic/Sigma Designs XLR driverRob Herring2021-11-233-481/+0
| * | | i2c: Remove Netlogic XLP variantRob Herring2021-11-232-10/+3
* | | | Merge tag 'char-misc-5.17-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds2022-01-14447-7013/+23925
|\ \ \ \
| * \ \ \ Merge tag 'gnss-5.17-rc1' of https://git.kernel.org/pub/scm/linux/kernel/git/...Greg Kroah-Hartman2022-01-117-4/+232
| |\ \ \ \