summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-mv64xxx.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: mv64xxx: The n clockdiv factor is 0 based on sunxi SoCsHans de Goede2015-11-301-9/+18
* i2c: mv64xxx: really allow I2C offloadingHezi Shahmoon2015-10-221-2/+0
* i2c: mv64xxx: rework offload support to fix several problemsThomas Petazzoni2014-12-171-120/+186
* i2c: mv64xxx: use BIT() macro for register value definitionsThomas Petazzoni2014-12-171-11/+11
* i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* i2c: mv64xxx: continue probe when clock-frequency is missingChen-Yu Tsai2014-09-021-2/+1
* i2c: i2c-mv64xxx: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-1/+1
* i2c: mv64xxx: Change i2c compatibles for sunxiMaxime Ripard2014-05-221-1/+1
* i2c: i2c-mv64xxx: deprecate class based instantiationWolfram Sang2014-03-281-1/+1
* i2c: mv64xxx: Fix reset controller handlingMaxime Ripard2014-03-281-3/+3
* i2c: mv64xxx: refactor initialization for new msgsWolfram Sang2014-03-101-10/+6
* i2c: mv64xxx: directly call send_start when initializing transferWolfram Sang2014-03-101-7/+1
* i2c: mv64xxx: refactor send_startWolfram Sang2014-03-101-14/+13
* i2c: mv64xxx: Add support for the Allwinner A31 I2C driverMaxime Ripard2014-03-051-0/+11
* i2c: mv64xxx: Add reset deassert callMaxime Ripard2014-03-051-2/+19
* i2c: mv64xxx: refactor message start to ensure proper initializationWolfram Sang2014-02-151-19/+14
* i2c: mv64xxx: Fix bus hang on A0 version of the Armada XP SoCsGregory CLEMENT2014-01-141-0/+5
* i2c: remove redundant of_match_ptrSachin Kamat2013-10-031-1/+1
* i2c: mv64xxx: Do not use writel_relaxed()Thierry Reding2013-09-271-2/+2
* i2c: mv64xxx: Fix some build warningsThierry Reding2013-09-271-5/+7
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-3/+0
* i2c: mv64xxx: Fix timing issue on Armada XP (errata FE-8471889)Gregory CLEMENT2013-08-231-2/+13
* i2c: mv64xxx: Add I2C Transaction Generator supportGregory CLEMENT2013-08-231-11/+182
* i2c: use dev_get_platdata()Jingoo Han2013-08-191-1/+1
* i2c: mv64xxx: Set bus frequency to 100kHz if clock-frequency is not providedGregory CLEMENT2013-06-251-1/+5
* i2c: mv64xxx: Fix transfer error codeGuenter Roeck2013-06-251-1/+1
* i2c: mv64xxx: Add Allwinner sun4i compatibleMaxime Ripard2013-06-151-0/+11
* i2c: mv64xxx: make the registers offset configurableMaxime Ripard2013-06-151-39/+62
* i2c: mv64xxx: Add macros to access parts of registersMaxime Ripard2013-06-151-2/+6
* I2C: mv64xxx: fix race between FSM/interrupt and process contextRussell King2013-06-051-20/+34
* I2C: mv64xxx: move mv64xxx_i2c_prepare_for_io()Russell King2013-06-051-26/+26
* I2C: mv64xxx: remove I2C_M_NOSTART codeRussell King2013-06-051-21/+5
* I2C: mv64xxx: fix error handling for request_irq()Russell King2013-06-051-5/+5
* I2C: mv64xxx: use devm_kzalloc()Russell King2013-06-051-14/+10
* I2C: mv64xxx: use devm_clk_get() to avoid missing clk_put()Russell King2013-06-051-1/+1
* I2C: mv64xxx: use devm_ioremap_resource()Russell King2013-06-051-40/+6
* I2C: mv64xxx: use return value from mv64xxx_i2c_map_regs()Russell King2013-06-051-3/+2
* i2c: mv64xxx: work around signals causing I2C transactions to be abortedRussell King2013-05-171-4/+4
* i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen2013-04-021-3/+2
* i2c: remove __dev* attributes from subsystemBill Pemberton2012-12-221-9/+9
* I2C: MV64XYZ: Add Device Tree supportAndrew Lunn2012-07-231-5/+128
* i2c-mv64xxxx: allow more than one driver instanceFlorian Fainelli2012-07-121-1/+1
* i2c/busses: Use module_platform_driver()Axel Lin2012-01-121-14/+1
* i2c-mv64xxx: send repeated START between messages in xferRodolfo Giometti2011-01-041-7/+38
* i2c: Use <linux/io.h> instead of <asm/io.h>H Hartley Sweeten2010-05-211-2/+1
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* i2c: Bus drivers don't have to support I2C_M_REV_DIR_ADDRJean Delvare2009-12-061-3/+0
* i2c-mv64xxx: correct mv64xxx_i2c_intr() return typeMikael Pettersson2009-09-191-2/+2
* i2c: Use resource_size macroLinus Walleij2009-06-161-1/+1
* i2c: Adapter timeout is in jiffiesJean Delvare2009-03-281-4/+3
OpenPOWER on IntegriCloud