summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-pnx.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: pnx: Use devm_platform_get_and_ioremap_resource()Yangtao Li2023-08-141-2/+1
* i2c: pnx: Remove #ifdef guards for PM related functionsPaul Cercueil2023-08-081-8/+4
* i2c: Convert to platform remove callback returning voidUwe Kleine-König2023-06-051-4/+2
* i2c: busses: i2c-pnx: Provide descriptions for 'alg_data' data structureLee Jones2021-05-271-4/+4
* i2c: Use separate MODULE_AUTHOR() statements for multiple authorsJarkko Nikula2020-07-041-1/+2
* i2c: busses: remove duplicate dev_err()Dejin Zheng2020-04-181-1/+0
* i2c: pnx: Use proper printk format for resource_size_tKrzysztof Kozlowski2020-01-151-2/+2
* 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/+3
* i2c: busses: make i2c_algorithm constBhumika Goyal2017-08-291-1/+1
* i2c: don't print error when adding adapter failsWolfram Sang2016-08-221-3/+1
* Merge branch 'i2c/for-4.4' of git://git.kernel.org/pub/scm/linux/kernel/git/w...Linus Torvalds2015-11-101-4/+3
|\
| * 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/+2
* | 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/+0
* i2c: pnx: Use devm_*() functionsJingoo Han2014-01-161-51/+13
* 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/+0
* 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/+0
* 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/+1
* 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/+0
* 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/+0
* 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/+62
* 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/+4
* 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