aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-pnx.c
Commit message (Expand)AuthorAge
* i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-20
* i2c: pnx: Use devm_*() functionsJingoo Han2014-01-16
* i2c: Include linux/of.h headerSachin Kamat2013-10-30
* i2c: pnx: fix error return code in i2c_pnx_probe()Wei Yongjun2013-08-28
* i2c: move OF helpers into the coreWolfram Sang2013-08-23
* i2c: pnx: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-08-15
* i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson2013-02-21
* i2c: remove __dev* attributes from subsystemBill Pemberton2012-12-22
* i2c: pnx: Fix read transactions of >= 2 bytesRoland Stigge2012-09-12
* i2c: pnx: Fix bit definitionsRoland Stigge2012-09-12
* i2c-pnx: Use struct dev_pm_ops for power managementRafael J. Wysocki2012-07-12
* i2c: Add device tree support to i2c-pnx.cRoland Stigge2012-04-22
* i2c-pnx.c: Remove duplicated i2c.hRoland Stigge2012-04-22
* i2c-pnx.c: Use resources in platformsRoland Stigge2012-04-22
* i2c: pnx: Disable clk in suspendRoland Stigge2012-04-22
* i2c: pnx: Fix crash due to wrong init of timer->dataWolfram Sang2011-05-12
* i2c-pnx: Add stop conditions for end of transferKevin Wells2010-04-19
* i2c-pnx: Limit maximum divider to 1023Kevin Wells2010-04-19
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-30
* i2c-pnx: fix setting start/stop conditionLuotao Fu2010-03-07
* ARM: PNX4008: use msecs_to_jiffies() rather than open-coding itRussell King2010-02-12
* ARM: PNX4008: i2c-pnx makes no use of asm/uaccess.h nor asm/irq.hRussell King2010-02-12
* ARM: PNX4008: i2c-pnx: don't split messages across several linesRussell King2010-02-12
* ARM: PNX4008: Use i2c driver data for passing between internal functionsRussell King2010-02-12
* ARM: PNX4008: move i2c_adapter structure inside the drivers private dataRussell King2010-02-12
* ARM: PNX4008: kzalloc i2c drivers internal dataRussell King2010-02-12
* ARM: PNX4008: Make ioaddr 'void __iomem *' rather than 'u32'Russell King2010-02-12
* ARM: PNX4008: get i2c clock rate from clk APIRussell King2010-02-12
* ARM: PNX4008: convert i2c-pnx to use clk API enable/disable callsRussell King2010-02-12
* ARM: PNX4008: move i2c clock start/stop into driverRussell King2010-02-12
* ARM: PNX4008: move i2c suspend/resume callbacks into driverRussell King2010-02-12
* i2c-pnx: Map I2C adapter number to platform ID numberKevin Wells2009-12-08
* ARM: PNX4008: i2c-pnx: use the same dev_id for request_irq and free_irqRussell King2009-11-21
* i2c: i2c-pnx: Added missing mach/i2c.h and linux/io.h header file includesKevin Wells2009-11-19
* i2c: i2c-pnx: Limit minimum jiffie timeout to 2Kevin Wells2009-11-19
* i2c-pnx: Correct use of request_region/request_mem_regionJulia Lawall2009-09-18
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-07
* [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-07
* i2c: Fix platform driver hotplug/coldplugKay Sievers2008-04-22
* i2c: Replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-22
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-18
* i2c-pnx: Fix interrupt handler, get rid of EARLY config optionVitaly Wool2007-01-04
* i2c: New Philips PNX bus driverVitaly Wool2006-12-10