aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/mvtwsi.c
AgeCommit message (Expand)AuthorFilesLines
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
2016-07-26i2c: mvtwsi: Fix style violationsmario.six@gdsys.cc1-8/+8
2016-05-17i2c: mvtwsi: Eliminate twsi_control_flagsChris Packham1-33/+29
2016-01-26mvtwsi: Fix breakage introduced by "Fix mvtwsi not working on sun6i and newer...Hans de Goede1-2/+2
2016-01-21sunxi: Add support for the I2C controller which is part of the PRCMJelle van der Waa1-0/+11
2016-01-21i2c: mvtwsi: Fix mvtwsi not working on sun6i and newer sunxi SoCsHans de Goede1-4/+16
2016-01-14arm: mvebu: Move SoC selection (A38X vs AXP) into KconfigStefan Roese1-1/+1
2015-04-15i2c: mvtwsi: Support for up to 4 different controllersPaul Kocialkowski1-29/+99
2015-03-18i2c: mvtwsi: Fix problem with baud rate calculationStefan Roese1-8/+9
2014-10-23i2c: mvtwsi: Add support for Marvell Armada XPStefan Roese1-1/+1
2014-10-23arm: marvell: Move arch/kirkwood.h to arch/soc.hStefan Roese1-1/+1
2014-07-18sunxi: Add i2c supportHans de Goede1-0/+18
2014-07-16mvtwsi: convert to CONFIG_SYS_I2C frameworkHans de Goede1-38/+32
2014-05-14mvtwsi: Remove unnecessary twsi_baud_rate and twsi_slave_address globalsHans de Goede1-19/+4
2014-05-14mvtwsi: Fix clock programmingHans de Goede1-5/+2
2013-07-24Add GPL-2.0+ SPDX-License-Identifier to source filesWolfgang Denk1-17/+1
2011-04-27Replace obsolete e-mail addressAlbert ARIBAUD1-1/+1
2010-08-30i2c: rewrite mvtwsi, support orion5x and kirkwoodAlbert Aribaud1-409/+341
2010-08-30i2c: rename kirkwood_i2c to mvtwsiAlbert Aribaud1-0/+496