summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-pnx.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: pnx: move header into the driverWolfram Sang2018-05-171-1/+20
* i2c/busses: Convert timers to use timer_setup()Kees Cook2017-10-271-5/+3Star
* i2c: busses: make i2c_algorithm constBhumika Goyal2017-08-291-1/+1
* i2c: don't print error when adding adapter failsWolfram Sang2016-08-221-3/+1Star
* Merge branch 'i2c/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2015-11-101-4/+3Star
|\
| * i2c: pnx: remove superfluous assignmentWolfram Sang2015-10-301-1/+1
| * i2c: pnx: Use setup_timer instead of open coding itMuhammad Falak R Wani2015-10-251-3/+2Star
* | i2c: pnx: fix runtime warnings caused by enabling unprepared clockVladimir Zapolskiy2015-10-231-5/+5
|/
* i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* i2c: pnx: Use devm_*() functionsJingoo Han2014-01-161-51/+13Star
* i2c: Include linux/of.h headerSachin Kamat2013-10-301-0/+1
* i2c: pnx: fix error return code in i2c_pnx_probe()Wei Yongjun2013-08-281-1/+2
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-3/+0Star
* i2c: pnx: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han2013-08-151-1/+1
* i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson2013-02-221-2/+0Star
* i2c: remove __dev* attributes from subsystemBill Pemberton2012-12-221-3/+3
* i2c: pnx: Fix read transactions of >= 2 bytesRoland Stigge2012-09-121-20/+28
* i2c: pnx: Fix bit definitionsRoland Stigge2012-09-121-2/+3
* i2c-pnx: Use struct dev_pm_ops for power managementRafael J. Wysocki2012-07-121-9/+10
* i2c: Add device tree support to i2c-pnx.cRoland Stigge2012-04-221-16/+47
* i2c-pnx.c: Remove duplicated i2c.hRoland Stigge2012-04-221-3/+46
* i2c-pnx.c: Use resources in platformsRoland Stigge2012-04-221-22/+25
* i2c: pnx: Disable clk in suspendRoland Stigge2012-04-221-2/+1Star
* i2c: pnx: Fix crash due to wrong init of timer->dataWolfram Sang2011-05-131-1/+1
* i2c-pnx: Add stop conditions for end of transferKevin Wells2010-04-201-0/+6
* i2c-pnx: Limit maximum divider to 1023Kevin Wells2010-04-201-0/+2
* include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo2010-03-301-0/+1
* i2c-pnx: fix setting start/stop conditionLuotao Fu2010-03-071-11/+0Star
* ARM: PNX4008: use msecs_to_jiffies() rather than open-coding itRussell King2010-02-121-2/+2
* ARM: PNX4008: i2c-pnx makes no use of asm/uaccess.h nor asm/irq.hRussell King2010-02-121-2/+0Star
* ARM: PNX4008: i2c-pnx: don't split messages across several linesRussell King2010-02-121-37/+44
* ARM: PNX4008: Use i2c driver data for passing between internal functionsRussell King2010-02-121-70/+62Star
* ARM: PNX4008: move i2c_adapter structure inside the drivers private dataRussell King2010-02-121-20/+20
* ARM: PNX4008: kzalloc i2c drivers internal dataRussell King2010-02-121-10/+19
* ARM: PNX4008: Make ioaddr 'void __iomem *' rather than 'u32'Russell King2010-02-121-4/+4
* ARM: PNX4008: get i2c clock rate from clk APIRussell King2010-02-121-11/+4Star
* ARM: PNX4008: convert i2c-pnx to use clk API enable/disable callsRussell King2010-02-121-9/+9
* ARM: PNX4008: move i2c clock start/stop into driverRussell King2010-02-121-9/+30
* ARM: PNX4008: move i2c suspend/resume callbacks into driverRussell King2010-02-121-2/+7
* i2c-pnx: Map I2C adapter number to platform ID numberKevin Wells2009-12-091-1/+2
* ARM: PNX4008: i2c-pnx: use the same dev_id for request_irq and free_irqRussell King2009-11-211-2/+2
* i2c: i2c-pnx: Added missing mach/i2c.h and linux/io.h header file includesKevin Wells2009-11-201-0/+2
* i2c: i2c-pnx: Limit minimum jiffie timeout to 2Kevin Wells2009-11-201-0/+3
* i2c-pnx: Correct use of request_region/request_mem_regionJulia Lawall2009-09-181-3/+4
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-1/+1
* [ARM] Remove asm/hardware.h, use asm/arch/hardware.h insteadRussell King2008-08-071-1/+1
* i2c: Fix platform driver hotplug/coldplugKay Sievers2008-04-221-0/+1
* i2c: Replace remaining __FUNCTION__ occurrencesHarvey Harrison2008-04-221-22/+22
* Add missing newlines to some uses of dev_<level> messagesJoe Perches2007-10-181-1/+1
* i2c-pnx: Fix interrupt handler, get rid of EARLY config optionVitaly Wool2007-01-041-6/+1Star