aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c
AgeCommit message (Expand)AuthorFilesLines
2022-07-19i2c: avoid dynamic stack use in dm_i2c_writeRasmus Villemoes1-18/+12
2022-07-19i2c: nuvoton: Add NPCM7xx i2c driverJim Liu3-0/+636
2022-07-19i2c: ast_i2c: Remove SCL direct drive modeEddie James1-1/+1
2022-07-12i2c: stm32: add support for the st,stm32mp13 SOCPatrick Delaunay1-0/+5
2022-07-08i2c: Remove non-DM_I2C support from davinci_i2c.cTom Rini2-99/+2
2022-07-07spl: Ensure all SPL symbols in Kconfig have some SPL dependencyTom Rini1-1/+1
2022-07-06i2c/aspeed: Add AST2600 compatibleJoel Stanley1-0/+1
2022-07-06i2c/aspeed: Fix reset controlJoel Stanley1-7/+15
2022-06-28arm: samsung: Migrate a number of symbols to KconfigTom Rini2-3/+3
2022-06-20Merge branch 'master' into nextTom Rini1-0/+1
2022-06-17stm32mp1: fix reference for STMicroelectronicsPatrick Delaunay3-3/+3
2022-06-13arm: tegra: Update some DT compatiblesPeter Robinson1-0/+1
2022-05-10i2c: ihs: intel: Fix typo in comments (actual)Michal Simek2-2/+2
2022-05-03pci: Add mask parameter to dm_pci_map_bar()Andrew Scull3-3/+4
2022-05-03pci: Map bars with offset and lengthAndrew Scull3-3/+3
2022-05-02vpl: Add Kconfig options for VPLSimon Glass1-0/+11
2022-04-05Merge branch 'master' of https://source.denx.de/u-boot/custodians/u-boot-sunxiTom Rini2-35/+53
2022-04-04i2c: sun8i_rsb: Add support for DM clocks and resetsSamuel Holland1-0/+12
2022-04-04i2c: sun8i_rsb: Initialize chips in .child_pre_probeSamuel Holland1-1/+2
2022-04-04i2c: sun6i_p2wi: Add support for DM clocks and resetsSamuel Holland1-0/+12
2022-04-04i2c: sun6i_p2wi: Initialize chips in .child_pre_probeSamuel Holland1-1/+2
2022-04-04i2c: sun8i_rsb: Only do non-DM pin setup for non-DM I2CSamuel Holland1-27/+19
2022-04-04i2c: sun6i_p2wi: Only do non-DM pin setup for non-DM I2CSamuel Holland1-6/+6
2022-03-28Merge tag 'v2022.04-rc5' into nextTom Rini1-1/+1
2022-03-23i2c: fix always-true condition in i2c_probe_chip()Nikita Yushchenko1-1/+1
2022-03-09i2c: i2c-cdns: Prevent early termination of writeSai Pavan Boddu1-4/+6
2022-03-09i2c: i2c-cdns: Fix write transaction stateSai Pavan Boddu1-0/+6
2022-03-09i2c: i2c-cdns: Start read transaction after write to transfer_size regSai Pavan Boddu1-1/+1
2022-02-21ti: i2c: fix probe_chip() return valueNikita Yushchenko1-1/+1
2022-02-01i2c: muxes: pca954x: add PCA9847 variantVladimir Oltean1-1/+8
2022-01-30i2c: mvtwsi: Add compatible string for allwinner, sun4i-a10-i2cChris Morgan1-0/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt6-38/+38
2022-01-13i2c: at91: add compatible with microchip,sam9x60-i2cEugen Hristev1-0/+6
2021-12-27Convert CONFIG_SYS_IMMR to KconfigTom Rini1-0/+4
2021-12-20i2c: mvtwsi: Swab the register address if its size is > 1Stefan Roese1-2/+10
2021-12-02i2c: Add Microchip PolarFire SoC I2C driverPadmarao Begari3-0/+489
2021-10-21Merge https://source.denx.de/u-boot/custodians/u-boot-marvellTom Rini2-1/+7
2021-10-21arm: mvebu: a3720: Create Kconfig option for I2C_MVMarek BehĂșn2-1/+7
2021-10-20i2c: ocores: Fix -Wint-to-pointer-cast warningBin Meng1-1/+1
2021-10-12Merge tag 'u-boot-stm32-20211012' of https://source.denx.de/u-boot/custodians...Tom Rini1-40/+51
2021-10-12i2c: Add a DM_I2C driver for the sun8i RSB controllerSamuel Holland3-0/+290
2021-10-12i2c: Add a DM_I2C driver for the sun6i P2WI controllerSamuel Holland3-0/+229
2021-10-08i2c: stm32f7: compute i2cclk only one timePatrick Delaunay1-10/+8
2021-10-08i2c: stm32f7: add support for DNF i2c-digital-filter bindingPatrick Delaunay1-2/+9
2021-10-08i2c: stm32f7: fix configuration of the digital filterPatrick Delaunay1-2/+8
2021-10-08i2c: stm32f7: support DT binding i2c-analog-filterPatrick Delaunay1-2/+1
2021-10-08i2c: stm32f7: move driver data of each instance in a privdataPatrick Delaunay1-26/+27
2021-09-30WS cleanup: remove SPACE(s) followed by TABWolfgang Denk1-1/+1
2021-09-30WS cleanup: remove excessive empty linesWolfgang Denk1-2/+0
2021-09-28i2c: mvtwsi: Add support for DM clocks and resetsSamuel Holland1-0/+13