Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-11-29i2c: mpc: Correct I2C reset procedureJoakim Tjernlund
2021-11-29i2c: stm32f7: flush TX FIFO upon transfer errorsAlain Volmat
2021-11-29i2c: designware: Fix the kernel doc description for struct dw_i2c_devAndy Shevchenko
2021-11-29i2c: rk3x: enable clock before getting rateJohn Keeping
2021-11-29i2c: i801: Improve handling of chip-specific feature definitionsHeiner Kallweit
2021-11-29i2c: i801: Remove i801_set_block_buffer_modeHeiner Kallweit
2021-11-29i2c: i801: Don't silently correct invalid transfer sizeHeiner Kallweit
2021-11-29i2c: cbus-gpio: set atomic transfer callbackAaro Koskinen
2021-11-29i2c: tegra: Add the ACPI supportAkhil R
2021-11-29Merge branch 'i2c/for-current' into i2c/for-mergewindowWolfram Sang
2021-11-23i2c: mux: gpio: Use array_size() helperAndy Shevchenko
2021-11-23i2c: mux: gpio: Don't dereference fwnode from struct deviceAndy Shevchenko
2021-11-23i2c: mux: gpio: Replace custom acpi_get_local_address()Andy Shevchenko
2021-11-23i2c: imx: Add timer for handling the stop conditionCorey Minyard
2021-11-23i2c: virtio: disable timeout handlingVincent Whitchurch
2021-11-23i2c: i801: Fix interrupt storm from SMB_ALERT signalJarkko Nikula
2021-11-23i2c: i801: Restore INTREN on unloadJean Delvare
2021-11-23i2c: Remove unused Netlogic/Sigma Designs XLR driverRob Herring
2021-11-23i2c: Remove Netlogic XLP variantRob Herring
2021-11-21ARM: samsung: Remove HAVE_S3C2410_I2C and use direct dependenciesSam Protsenko
2021-11-10Merge tag 'acpi-5.16-rc1-2' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2021-11-08Merge branch 'i2c/for-mergewindow' of git://git.kernel.org/pub/scm/linux/kern...Linus Torvalds
2021-11-07i2c: amd-mp2-plat: ACPI: Use ACPI_COMPANION() directlyRafael J. Wysocki
2021-11-07i2c: i801: Add support for Intel Ice Lake PCH-NAndy Shevchenko
2021-11-07i2c: xgene-slimpro: Fix wrong pointer passed to PTR_ERR()Wei Yongjun
2021-11-04Merge tag 'driver-core-5.16-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2021-11-04Merge tag 'for_linus' of git://git.kernel.org/pub/scm/linux/kernel/git/mst/vhostLinus Torvalds
2021-11-03i2c: Allow an ACPI driver to manage the device's power state during probeSakari Ailus
2021-11-01i2c: virtio: Add support for zero-length requestsViresh Kumar
2021-10-30mailbox: pcc: Use PCC mailbox channel pointer instead of standardSudeep Holla
2021-10-29i2c: xlr: Fix a resource leak in the error handling path of 'xlr_i2c_probe()'Christophe JAILLET
2021-10-29i2c: qup: move to use request_irq by IRQF_NO_AUTOEN flagTian Tao
2021-10-29i2c: qup: fix a trivial typoRandy Dunlap
2021-10-29i2c: tegra: Ensure that device is suspended before driver is removedDmitry Osipenko
2021-10-29i2c: i801: Fix incorrect and needless software PEC disablingJarkko Nikula
2021-10-20i2c: acpi: Replace custom function with device_match_acpi_handle()Andy Shevchenko
2021-10-11i2c: mediatek: Dump i2c/dma register when a timeout occursKewei Xu
2021-10-11i2c: mediatek: Reset the handshake signal between i2c and dmaKewei Xu
2021-10-11i2c: mlxcpld: Allow flexible polling time setting for I2C transactionsVadim Pasternak
2021-10-11i2c: pasemi: Set enable bit for Apple variantSven Peter
2021-10-11i2c: pasemi: Add Apple platform driverSven Peter
2021-10-11i2c: pasemi: Refactor _probe to use devm_*Sven Peter
2021-10-11i2c: pasemi: Allow to configure bus frequencySven Peter
2021-10-11i2c: pasemi: Move common reset code to own functionSven Peter
2021-10-11i2c: pasemi: Split pci driver to its own fileSven Peter
2021-10-11i2c: pasemi: Split off common probing codeSven Peter
2021-10-11i2c: pasemi: Remove usage of pci_devSven Peter
2021-10-11i2c: pasemi: Use dev_name instead of port numberSven Peter
2021-10-11i2c: pasemi: Use io{read,write}32Sven Peter
2021-10-11Merge branch 'i2c/for-current' into i2c/for-mergewindowWolfram Sang