aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-mv64xxx.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2016-04-27i2c: mv64xxx: remove CONFIG_HAVE_CLK conditionalsThomas Petazzoni1-19/+6
2016-04-27i2c: mv64xxx: use clk_{prepare_enable,disable_unprepare}Thomas Petazzoni1-12/+6
2016-04-27i2c: mv64xxx: handle probe deferral for the clockThomas Petazzoni1-0/+2
2015-11-30i2c: mv64xxx: The n clockdiv factor is 0 based on sunxi SoCsHans de Goede1-9/+18
2015-10-22i2c: mv64xxx: really allow I2C offloadingHezi Shahmoon1-2/+0
2014-12-17i2c: mv64xxx: rework offload support to fix several problemsThomas Petazzoni1-120/+186
2014-12-17i2c: mv64xxx: use BIT() macro for register value definitionsThomas Petazzoni1-11/+11
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-02i2c: mv64xxx: continue probe when clock-frequency is missingChen-Yu Tsai1-2/+1
2014-07-16i2c: i2c-mv64xxx: Drop class based scanning to improve bootup timeWolfram Sang1-1/+1
2014-05-22i2c: mv64xxx: Change i2c compatibles for sunxiMaxime Ripard1-1/+1
2014-03-28i2c: i2c-mv64xxx: deprecate class based instantiationWolfram Sang1-1/+1
2014-03-28i2c: mv64xxx: Fix reset controller handlingMaxime Ripard1-3/+3
2014-03-10i2c: mv64xxx: refactor initialization for new msgsWolfram Sang1-10/+6
2014-03-10i2c: mv64xxx: directly call send_start when initializing transferWolfram Sang1-7/+1
2014-03-10i2c: mv64xxx: refactor send_startWolfram Sang1-14/+13
2014-03-05i2c: mv64xxx: Add support for the Allwinner A31 I2C driverMaxime Ripard1-0/+11
2014-03-05i2c: mv64xxx: Add reset deassert callMaxime Ripard1-2/+19
2014-02-15i2c: mv64xxx: refactor message start to ensure proper initializationWolfram Sang1-19/+14
2014-01-14i2c: mv64xxx: Fix bus hang on A0 version of the Armada XP SoCsGregory CLEMENT1-0/+5
2013-10-03i2c: remove redundant of_match_ptrSachin Kamat1-1/+1
2013-09-27i2c: mv64xxx: Do not use writel_relaxed()Thierry Reding1-2/+2
2013-09-27i2c: mv64xxx: Fix some build warningsThierry Reding1-5/+7
2013-08-23i2c: move OF helpers into the coreWolfram Sang1-3/+0
2013-08-23i2c: mv64xxx: Fix timing issue on Armada XP (errata FE-8471889)Gregory CLEMENT1-2/+13
2013-08-23i2c: mv64xxx: Add I2C Transaction Generator supportGregory CLEMENT1-11/+182
2013-08-19i2c: use dev_get_platdata()Jingoo Han1-1/+1
2013-06-25i2c: mv64xxx: Set bus frequency to 100kHz if clock-frequency is not providedGregory CLEMENT1-1/+5
2013-06-25i2c: mv64xxx: Fix transfer error codeGuenter Roeck1-1/+1
2013-06-15i2c: mv64xxx: Add Allwinner sun4i compatibleMaxime Ripard1-0/+11
2013-06-15i2c: mv64xxx: make the registers offset configurableMaxime Ripard1-39/+62
2013-06-15i2c: mv64xxx: Add macros to access parts of registersMaxime Ripard1-2/+6
2013-06-05I2C: mv64xxx: fix race between FSM/interrupt and process contextRussell King1-20/+34
2013-06-05I2C: mv64xxx: move mv64xxx_i2c_prepare_for_io()Russell King1-26/+26
2013-06-05I2C: mv64xxx: remove I2C_M_NOSTART codeRussell King1-21/+5
2013-06-05I2C: mv64xxx: fix error handling for request_irq()Russell King1-5/+5
2013-06-05I2C: mv64xxx: use devm_kzalloc()Russell King1-14/+10
2013-06-05I2C: mv64xxx: use devm_clk_get() to avoid missing clk_put()Russell King1-1/+1
2013-06-05I2C: mv64xxx: use devm_ioremap_resource()Russell King1-40/+6
2013-06-05I2C: mv64xxx: use return value from mv64xxx_i2c_map_regs()Russell King1-3/+2
2013-05-17i2c: mv64xxx: work around signals causing I2C transactions to be abortedRussell King1-4/+4
2013-04-02i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen1-3/+2
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton1-9/+9
2012-07-23I2C: MV64XYZ: Add Device Tree supportAndrew Lunn1-5/+128
2012-07-12i2c-mv64xxxx: allow more than one driver instanceFlorian Fainelli1-1/+1
2012-01-12i2c/busses: Use module_platform_driver()Axel Lin1-14/+1
2011-01-04i2c-mv64xxx: send repeated START between messages in xferRodolfo Giometti1-7/+38
2010-05-21i2c: Use <linux/io.h> instead of <asm/io.h>H Hartley Sweeten1-2/+1
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2009-12-06i2c: Bus drivers don't have to support I2C_M_REV_DIR_ADDRJean Delvare1-3/+0