aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/mvtwsi.c
AgeCommit message (Expand)AuthorFilesLines
2024-05-20Restore patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet"WIP/20May2024-nextTom Rini1-1/+1
2024-05-19Revert "Merge patch series "arm: dts: am62-beagleplay: Fix Beagleplay Ethernet""Tom Rini1-1/+1
2024-05-07i2c: Remove <common.h> and add needed includesTom Rini1-1/+1
2023-10-22sunxi: introduce NCAT2 generation modelAndre Przywara1-1/+2
2023-08-15i2c: mvtwsi: reset controller if stuck in "bus error" stateSam Edwards1-0/+42
2023-01-20global: Finish CONFIG -> CFG migrationTom Rini1-3/+3
2022-12-23global: Migrate CONFIG_I2C_MVTWSI_BASE1 to CFGTom Rini1-3/+3
2022-12-23global: Migrate CONFIG_I2C_MVTWSI_BASE0 to CFGTom Rini1-3/+3
2022-12-05global: Move remaining CONFIG_SYS_* to CFG_SYS_*Tom Rini1-3/+3
2022-01-30i2c: mvtwsi: Add compatible string for allwinner, sun4i-a10-i2cChris Morgan1-0/+1
2022-01-19doc: replace @return by Return:Heinrich Schuchardt1-15/+15
2021-12-20i2c: mvtwsi: Swab the register address if its size is > 1Stefan Roese1-2/+10
2021-09-28i2c: mvtwsi: Add support for DM clocks and resetsSamuel Holland1-0/+13
2021-02-21dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk1-8/+8
2021-02-02common: Drop asm/global_data.h from common headerSimon Glass1-0/+1
2021-01-25i2c: mvtwsi: sunxi: update macroJernej Skrabec1-1/+1
2020-12-18i2c: Update for new sequence numbersSimon Glass1-3/+3
2020-12-13dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass1-2/+2
2020-12-13dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass1-1/+1
2020-11-28i2c: mvtwsi: disable i2c slave also on Armada 8kBaruch Siach1-1/+2
2020-08-22treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada1-2/+2
2020-05-18common: Drop linux/delay.h from common headerSimon Glass1-0/+1
2020-05-18common: Drop log.h from common headerSimon Glass1-0/+1
2020-05-15rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner1-2/+2
2020-05-15rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5XTrevor Woerner1-1/+1
2020-01-27i2c: Update drivers to use enum for speedSimon Glass1-2/+3
2019-05-03i2c: mvtwsi: fix reading status register after interruptMarek BehĂșn1-0/+11
2018-06-07i2c: mvtwsi: disable i2c slave on Armada 38xBaruch Siach1-1/+23
2018-05-07SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini1-2/+1
2018-02-19i2c: mvtwsi.c: Fix set speedStefan Mavrodiev1-1/+4
2018-02-06i2c: mvtwsi.c: Avoid NULL dereferenceHeinrich Schuchardt1-1/+2
2017-06-01dm: Rename dev_addr..() functionsSimon Glass1-1/+1
2017-04-28sunxi: i2c: Add support for DM I2CJernej Skrabec1-0/+9
2017-02-08dm: core: Replace of_offset with accessorSimon Glass1-3/+3
2016-10-30sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXIJagan Teki1-3/+3
2016-09-26i2c: mvtwsi.c: Add support for Marvell Armada 7K/8KStefan Roese1-0/+1
2016-09-23treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada1-1/+1
2016-08-26i2c: mvtwsi: Fix order of address bytes (high to low)Stefan Roese1-2/+2
2016-07-26i2c: mvtwsi: Add documentationmario.six@gdsys.cc1-19/+144
2016-07-26i2c: mvtwsi: Make delay times frequency-dependentmario.six@gdsys.cc1-42/+85
2016-07-26i2c: mvtwsi: Handle zero-length offsets properlymario.six@gdsys.cc1-8/+13
2016-07-26i2c: mvtwsi: Add compatibility to DMmario.six@gdsys.cc1-1/+110
2016-07-26i2c: mvtwsi: Make address length variablemario.six@gdsys.cc1-9/+21
2016-07-26i2c: mvtwsi: Factor out adap parametermario.six@gdsys.cc1-51/+46
2016-07-26i2c: mvtwsi: Add compatibility functionsmario.six@gdsys.cc1-9/+38
2016-07-26i2c: mvtwsi: Use 'uint' instead of 'unsigned int'mario.six@gdsys.cc1-5/+5
2016-07-26i2c: mvtwsi: Get rid of status parametermario.six@gdsys.cc1-13/+13
2016-07-26i2c: mvtwsi: Eliminate flags parametermario.six@gdsys.cc1-42/+41
2016-07-26i2c: mvtwsi: Improve and fix commentsmario.six@gdsys.cc1-67/+62
2016-07-26i2c: mvtwsi: Streamline code and add documentationmario.six@gdsys.cc1-38/+75