summaryrefslogtreecommitdiff
path: root/drivers/i2c/mvtwsi.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: mvtwsi: Add compatible string for allwinner, sun4i-a10-i2cChris Morgan2022-01-301-0/+1
* doc: replace @return by Return:Heinrich Schuchardt2022-01-191-15/+15
* i2c: mvtwsi: Swab the register address if its size is > 1Stefan Roese2021-12-201-2/+10
* i2c: mvtwsi: Add support for DM clocks and resetsSamuel Holland2021-09-281-0/+13
* dm: i2c: use CONFIG_IS_ENABLED macro for DM_I2C/DM_I2C_GPIOIgor Opaniuk2021-02-211-8/+8
* common: Drop asm/global_data.h from common headerWIP/2021-02-02-drop-asm_global_data-when-unusedSimon Glass2021-02-021-0/+1
* i2c: mvtwsi: sunxi: update macroJernej Skrabec2021-01-251-1/+1
* i2c: Update for new sequence numbersSimon Glass2020-12-181-3/+3
* dm: treewide: Rename ofdata_to_platdata() to of_to_plat()Simon Glass2020-12-131-2/+2
* dm: treewide: Rename auto_alloc_size members to be shorterSimon Glass2020-12-131-1/+1
* i2c: mvtwsi: disable i2c slave also on Armada 8kBaruch Siach2020-11-281-1/+2
* treewide: convert devfdt_get_addr_ptr() to dev_read_addr_ptr()Masahiro Yamada2020-08-221-2/+2
* common: Drop linux/delay.h from common headerSimon Glass2020-05-181-0/+1
* common: Drop log.h from common headerSimon Glass2020-05-181-0/+1
* rename symbol: CONFIG_KIRKWOOD -> CONFIG_ARCH_KIRKWOODTrevor Woerner2020-05-151-2/+2
* rename symbol: CONFIG_ORION5X -> CONFIG_ARCH_ORION5XTrevor Woerner2020-05-151-1/+1
* i2c: Update drivers to use enum for speedSimon Glass2020-01-271-2/+3
* i2c: mvtwsi: fix reading status register after interruptMarek BehĂșn2019-05-031-0/+11
* i2c: mvtwsi: disable i2c slave on Armada 38xBaruch Siach2018-06-071-1/+23
* SPDX: Convert all of our single license tags to Linux Kernel styleTom Rini2018-05-071-2/+1
* i2c: mvtwsi.c: Fix set speedStefan Mavrodiev2018-02-191-1/+4
* i2c: mvtwsi.c: Avoid NULL dereferenceHeinrich Schuchardt2018-02-061-1/+2
* dm: Rename dev_addr..() functionsSimon Glass2017-06-011-1/+1
* sunxi: i2c: Add support for DM I2CJernej Skrabec2017-04-281-0/+9
* dm: core: Replace of_offset with accessorSimon Glass2017-02-081-3/+3
* sunxi: Rename CONFIG_SUNXI to CONFIG_ARCH_SUNXIJagan Teki2016-10-301-3/+3
* i2c: mvtwsi.c: Add support for Marvell Armada 7K/8KStefan Roese2016-09-261-0/+1
* treewide: replace #include <asm/errno.h> with <linux/errno.h>Masahiro Yamada2016-09-231-1/+1
* i2c: mvtwsi: Fix order of address bytes (high to low)Stefan Roese2016-08-261-2/+2
* i2c: mvtwsi: Add documentationmario.six@gdsys.cc2016-07-261-19/+144
* i2c: mvtwsi: Make delay times frequency-dependentmario.six@gdsys.cc2016-07-261-42/+85
* i2c: mvtwsi: Handle zero-length offsets properlymario.six@gdsys.cc2016-07-261-8/+13
* i2c: mvtwsi: Add compatibility to DMmario.six@gdsys.cc2016-07-261-1/+110
* i2c: mvtwsi: Make address length variablemario.six@gdsys.cc2016-07-261-9/+21
* i2c: mvtwsi: Factor out adap parametermario.six@gdsys.cc2016-07-261-51/+46
* i2c: mvtwsi: Add compatibility functionsmario.six@gdsys.cc2016-07-261-9/+38
* i2c: mvtwsi: Use 'uint' instead of 'unsigned int'mario.six@gdsys.cc2016-07-261-5/+5
* i2c: mvtwsi: Get rid of status parametermario.six@gdsys.cc2016-07-261-13/+13
* i2c: mvtwsi: Eliminate flags parametermario.six@gdsys.cc2016-07-261-42/+41
* i2c: mvtwsi: Improve and fix commentsmario.six@gdsys.cc2016-07-261-67/+62
* i2c: mvtwsi: Streamline code and add documentationmario.six@gdsys.cc2016-07-261-38/+75
* i2c: mvtwsi: Fix style violationsmario.six@gdsys.cc2016-07-261-8/+8
* i2c: mvtwsi: Eliminate twsi_control_flagsChris Packham2016-05-171-33/+29
* mvtwsi: Fix breakage introduced by "Fix mvtwsi not working on sun6i and newer...Hans de Goede2016-01-261-2/+2
* sunxi: Add support for the I2C controller which is part of the PRCMJelle van der Waa2016-01-211-0/+11
* i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCsHans de Goede2016-01-211-4/+16
* arm: mvebu: Move SoC selection (A38X vs AXP) into KconfigStefan Roese2016-01-141-1/+1
* i2c: mvtwsi: Support for up to 4 different controllersPaul Kocialkowski2015-04-151-29/+99
* i2c: mvtwsi: Fix problem with baud rate calculationStefan Roese2015-03-181-8/+9
* i2c: mvtwsi: Add support for Marvell Armada XPStefan Roese2014-10-231-1/+1