summaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
4 daysi2c: rcar: fix error code in probe()Dan Carpenter1-1/+3
4 daysi2c: rcar: clear NO_RXDMA flag after resettingWolfram Sang1-1/+1
4 daysi2c: testunit: avoid re-issued work after read messageWolfram Sang1-0/+7
4 daysi2c: rcar: ensure Gen3+ reset does not disturb local targetsWolfram Sang1-0/+8
4 daysi2c: rcar: introduce Gen4 devicesWolfram Sang1-6/+7
4 daysi2c: rcar: reset controller is mandatory for Gen3+Wolfram Sang1-15/+14
4 daysi2c: mark HostNotify target address as usedWolfram Sang1-0/+1
4 daysi2c: rcar: bring hardware to known state when probingWolfram Sang1-5/+12
11 daysi2c: pnx: Fix potential deadlock warning from del_timer_sync() call in isrPiotr Wojtaszczyk1-38/+10
11 daysi2c: i801: Annotate apanel_addr as __ro_after_initHeiner Kallweit1-1/+1
2024-07-05i2c: testunit: discard write requests while old command is runningWolfram Sang1-0/+3
2024-07-05i2c: testunit: don't erase registers after STOPWolfram Sang1-1/+1
2024-06-27i2c: ocores: set IACK bit after core is enabledGrygorii Tertychnyi1-1/+1
2024-06-21i2c: designware: Fix the functionality flags of the slave-only interfaceJean Delvare1-1/+1
2024-06-21i2c: at91: Fix the functionality flags of the slave-only interfaceJean Delvare1-2/+1
2024-06-16i2c: acpi: Unbind mux adapters before deleteHamish Martin1-4/+15
2024-06-12i2c: synquacer: Fix an error handling path in synquacer_i2c_probe()Christophe JAILLET1-13/+7
2024-06-12i2c: cadence: Avoid fifo clear after startSai Pavan Boddu1-0/+1
2024-05-02i2c: smbus: fix NULL function pointer dereferenceWolfram Sang1-6/+6
2024-04-13i2c: designware: Fix RX FIFO depth define on Wangxun 10Gb NICJarkko Nikula1-1/+1
2024-04-03i2c: i801: Avoid potential double call to gpiod_remove_lookup_tableHeiner Kallweit1-1/+3
2024-03-01i2c: imx: when being a target, mark the last read as processedCorey Minyard1-0/+5
2024-02-23i2c: i801: Fix block process call transactionsJean Delvare1-2/+2
2024-02-23i2c: pasemi: split driver into two separate modulesArnd Bergmann2-4/+8
2024-02-23i2c: qcom-geni: Correct I2C TRE sequenceViken Dadhaniya1-7/+7
2024-02-05i2c: rk3x: Adjust mask/value offset for i2c2 on rv1126Tim Lunn1-2/+6
2024-01-26i2c: s3c24xx: fix transferring more than one message in polling modeMarek Szyprowski1-17/+10
2024-01-26i2c: s3c24xx: fix read transfers in polling modeMarek Szyprowski1-2/+11
2024-01-20i2c: rk3x: fix potential spinlock recursion on pollJensen Huang1-2/+11
2024-01-10i2c: core: Fix atomic xfer check for non-preempt configBenjamin Bara1-1/+3
2024-01-01i2c: aspeed: Handle the coalesced stop conditions with the start conditions.Quan Nguyen1-16/+32
2024-01-01i2c: qcom-geni: fix missing clk_disable_unprepare() and geni_se_resources_off()Yang Yingliang1-1/+7
2023-12-13i2c: ocores: Move system PM hooks to the NOIRQ phaseSamuel Holland1-2/+2
2023-12-13i2c: designware: Fix corrupted memory seen in the ISRJan Bottorff1-8/+8
2023-11-28i2c: i801: fix potential race in i801_block_transaction_byte_by_byteHeiner Kallweit1-10/+9
2023-11-28i2c: designware: Disable TX_EMPTY irq while waiting for block length byteTam Nguyen1-3/+16
2023-11-28Revert "i2c: pxa: move to generic GPIO recovery"Robert Marko1-8/+68
2023-11-28i2c: core: Run atomic i2c xfer when !preemptibleBenjamin Bara1-1/+1
2023-11-28i2c: dev: copy userspace array safelyPhilipp Stanner1-2/+2
2023-11-28i2c: sun6i-p2wi: Prevent potential division by zeroAxel Lin1-0/+5
2023-11-28i2c: fix memleak in i2c_new_client_device()Wolfram Sang1-4/+9
2023-11-28i2c: i801: Add support for Intel Birch Stream SoCJarkko Nikula2-0/+4
2023-11-20i2c: iproc: handle invalid slave stateRoman Bacik1-58/+75
2023-10-21i2c: stm32f7: Fix PEC handling in case of SMBUS transfersAlain Volmat1-3/+6
2023-10-21i2c: muxes: i2c-mux-gpmux: Use of_get_i2c_adapter_by_node()Herve Codina1-1/+1
2023-10-21i2c: muxes: i2c-demux-pinctrl: Use of_get_i2c_adapter_by_node()Herve Codina1-1/+1
2023-10-21i2c: muxes: i2c-mux-pinctrl: Use of_get_i2c_adapter_by_node()Herve Codina1-1/+1
2023-10-10i2c: aspeed: Fix i2c bus hang in slave readJian Zhang1-1/+2
2023-09-27i2c: npcm7xx: Fix callback completion orderingWilliam A. Kennington III1-10/+7
2023-09-25i2c: mux: Avoid potential false error message in i2c_mux_add_adapterHeiner Kallweit1-1/+1