summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-mv64xxx.c
AgeCommit message (Expand)Author
2014-10-05i2c: mv64xxx: continue probe when clock-frequency is missingChen-Yu Tsai
2014-02-15i2c: mv64xxx: refactor message start to ensure proper initializationWolfram Sang
2014-01-14i2c: mv64xxx: Fix bus hang on A0 version of the Armada XP SoCsGregory CLEMENT
2013-10-03i2c: remove redundant of_match_ptrSachin Kamat
2013-09-27i2c: mv64xxx: Do not use writel_relaxed()Thierry Reding
2013-09-27i2c: mv64xxx: Fix some build warningsThierry Reding
2013-08-23i2c: move OF helpers into the coreWolfram Sang
2013-08-23i2c: mv64xxx: Fix timing issue on Armada XP (errata FE-8471889)Gregory CLEMENT
2013-08-23i2c: mv64xxx: Add I2C Transaction Generator supportGregory CLEMENT
2013-08-19i2c: use dev_get_platdata()Jingoo Han
2013-06-25i2c: mv64xxx: Set bus frequency to 100kHz if clock-frequency is not providedGregory CLEMENT
2013-06-25i2c: mv64xxx: Fix transfer error codeGuenter Roeck
2013-06-15i2c: mv64xxx: Add Allwinner sun4i compatibleMaxime Ripard
2013-06-15i2c: mv64xxx: make the registers offset configurableMaxime Ripard
2013-06-15i2c: mv64xxx: Add macros to access parts of registersMaxime Ripard
2013-06-05I2C: mv64xxx: fix race between FSM/interrupt and process contextRussell King
2013-06-05I2C: mv64xxx: move mv64xxx_i2c_prepare_for_io()Russell King
2013-06-05I2C: mv64xxx: remove I2C_M_NOSTART codeRussell King
2013-06-05I2C: mv64xxx: fix error handling for request_irq()Russell King
2013-06-05I2C: mv64xxx: use devm_kzalloc()Russell King
2013-06-05I2C: mv64xxx: use devm_clk_get() to avoid missing clk_put()Russell King
2013-06-05I2C: mv64xxx: use devm_ioremap_resource()Russell King
2013-06-05I2C: mv64xxx: use return value from mv64xxx_i2c_map_regs()Russell King
2013-05-17i2c: mv64xxx: work around signals causing I2C transactions to be abortedRussell King
2013-04-02i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton
2012-07-23I2C: MV64XYZ: Add Device Tree supportAndrew Lunn
2012-07-12i2c-mv64xxxx: allow more than one driver instanceFlorian Fainelli
2012-01-12i2c/busses: Use module_platform_driver()Axel Lin
2011-01-04i2c-mv64xxx: send repeated START between messages in xferRodolfo Giometti
2010-05-21i2c: Use <linux/io.h> instead of <asm/io.h>H Hartley Sweeten
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-12-06i2c: Bus drivers don't have to support I2C_M_REV_DIR_ADDRJean Delvare
2009-09-19i2c-mv64xxx: correct mv64xxx_i2c_intr() return typeMikael Pettersson
2009-06-16i2c: Use resource_size macroLinus Walleij
2009-03-28i2c: Adapter timeout is in jiffiesJean Delvare
2009-03-03[ARM] fix lots of ARM __devexit sillynessRussell King
2009-01-26i2c: Delete many unused adapter IDsJean Delvare
2008-07-14i2c: Let bus drivers add SPD to their classJean Delvare
2008-01-26[I2C] i2c-mv64xxx: Don't set i2c_adapter.retriesJean Delvare
2008-01-26[I2C] Split mv643xx I2C platform supportTzachi Perelstein
2007-08-14i2c-mv64xxx: Reinitialize hw and driver on I2C bus hangDale Farnsworth
2007-07-12i2c-mv64xxx: Use i2c_add_numbered_adapterDale Farnsworth
2007-05-01i2c: Shrink struct i2c_clientDavid Brownell
2007-02-13i2c: Declare more i2c_adapter parent devicesJean Delvare
2007-01-05i2c-mv64xxx: Fix random oops at bootMaxime Bizon
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-09-26i2c: Constify i2c_algorithm declarations, part 2Jean Delvare
2006-03-20[PATCH] handle errors returned by platform_get_irq*()David Vrabel
2006-01-05[PATCH] i2c: i2c-mv64xxx fix transaction abortionMark A. Greer