summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-mv64xxx.c
AgeCommit message (Expand)AuthorFilesLines
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-26i2c: 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-06I2C: mv64xxx: fix race between FSM/interrupt and process contextRussell King1-20/+34
2013-06-06I2C: mv64xxx: move mv64xxx_i2c_prepare_for_io()Russell King1-26/+26
2013-06-06I2C: mv64xxx: remove I2C_M_NOSTART codeRussell King1-21/+5
2013-06-06I2C: mv64xxx: fix error handling for request_irq()Russell King1-5/+5
2013-06-06I2C: mv64xxx: use devm_kzalloc()Russell King1-14/+10
2013-06-06I2C: mv64xxx: use devm_clk_get() to avoid missing clk_put()Russell King1-1/+1
2013-06-06I2C: mv64xxx: use devm_ioremap_resource()Russell King1-40/+6
2013-06-06I2C: mv64xxx: use return value from mv64xxx_i2c_map_regs()Russell King1-3/+2
2013-05-18i2c: 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-24I2C: 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 imp...Tejun Heo1-0/+1
2009-12-06i2c: Bus drivers don't have to support I2C_M_REV_DIR_ADDRJean Delvare1-3/+0
2009-09-20i2c-mv64xxx: correct mv64xxx_i2c_intr() return typeMikael Pettersson1-2/+2
2009-06-17i2c: Use resource_size macroLinus Walleij1-1/+1
2009-03-28i2c: Adapter timeout is in jiffiesJean Delvare1-4/+3
2009-03-04[ARM] fix lots of ARM __devexit sillynessRussell King1-2/+2
2009-01-26i2c: Delete many unused adapter IDsJean Delvare1-1/+0
2008-07-15i2c: Let bus drivers add SPD to their classJean Delvare1-1/+1
2008-01-26[I2C] i2c-mv64xxx: Don't set i2c_adapter.retriesJean Delvare1-1/+0
2008-01-26[I2C] Split mv643xx I2C platform supportTzachi Perelstein1-14/+17
2007-08-14i2c-mv64xxx: Reinitialize hw and driver on I2C bus hangDale Farnsworth1-14/+17
2007-07-12i2c-mv64xxx: Use i2c_add_numbered_adapterDale Farnsworth1-1/+2
2007-05-02i2c: Shrink struct i2c_clientDavid Brownell1-1/+1
2007-02-14i2c: Declare more i2c_adapter parent devicesJean Delvare1-0/+1
2007-01-05i2c-mv64xxx: Fix random oops at bootMaxime Bizon1-2/+2
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-09-27i2c: Constify i2c_algorithm declarations, part 2Jean Delvare1-1/+1
2006-03-21[PATCH] handle errors returned by platform_get_irq*()David Vrabel1-0/+4
2006-01-06[PATCH] i2c: i2c-mv64xxx fix transaction abortionMark A. Greer1-18/+15
2005-12-16[PATCH] i2c: Fix i2c-mv64xxx compilation errorMark A. Greer1-5/+6
2005-11-10[DRIVER MODEL] Convert platform drivers to use struct platform_driverRussell King1-12/+12
2005-10-29Create platform_device.h to contain all the platform device details.Russell King1-0/+2
2005-10-29[PATCH] i2c: kzalloc conversion, other driversDeepak Saxena1-4/+1
2005-10-29[PATCH] Owner field additions to many i2c drivers, 2 of 5Laurent Riffard1-0/+1
2005-09-05[PATCH] i2c: bug fix for busses/i2c-mv64xxx.cJean Delvare1-4/+4
2005-09-05[PATCH] I2C: Kill i2c_algorithm.id (5/7)Jean Delvare1-1/+1
2005-09-05[PATCH] I2C: Kill i2c_algorithm.id (4/7)Jean Delvare1-1/+0