summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-pxa.c
AgeCommit message (Expand)Author
2020-06-24i2c: pxa: fix i2c_pxa_scream_blue_murder() debug outputRussell King
2020-06-24i2c: pxa: clear all master action bits in i2c_pxa_stop_message()Russell King
2019-06-19treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 500Thomas Gleixner
2017-11-28ARM: pxa: move header file out of I2C realmWolfram Sang
2017-07-31i2c: use dev_get_drvdata() to get private data in suspend/resume hooksMasahiro Yamada
2016-12-01i2c: pxa: Add support for the I2C units found in Armada 3700Romain Perier
2016-12-01i2c: pxa: Add definition of fast and high speed modes via the regs layoutRomain Perier
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang
2015-10-25i2c: pxa: Add support for pxa910/988 & new configuration featuresVaibhav Hiremath
2015-08-10i2c: pxa: Use devm_ variants in probe functionVaibhav Hiremath
2015-08-10i2c: pxa: Update debug function to dump more info on errorVaibhav Hiremath
2015-08-10i2c: pxa: Fix compile warning in 64bit modeYipeng Yao
2015-08-10i2c: pxa: Return I2C_RETRY when timeout in pio modeShouming Wang
2015-08-10i2c: pxa: No need to set slave addr for i2c master mode resetVaibhav Hiremath
2015-08-10i2c: pxa: keep i2c irq ON in suspendLeilei Shang
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-25i2c: pxa: add support for SCCB devicesPetr Cvek
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang
2014-06-02i2c: Make of_device_id array constJingoo Han
2013-08-23i2c: move OF helpers into the coreWolfram Sang
2013-08-19i2c: use dev_get_platdata()Jingoo Han
2013-08-07i2c: pxa: enable high speed mode for i2c busLeilei Shang
2013-06-18i2c-pxa: prepare clock before useDaniel Drake
2013-03-24i2c: pxa: Use i2c-core to get bus number nowDoug Anderson
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson
2013-02-22i2c: pxa: remove incorrect __exit annotationsDmitry Torokhov
2012-07-30i2c/i2c-pxa: remove conditional compilation of clk codeViresh Kumar
2012-05-12i2c-pxa: Drop leftover commentKarol Lewandowski
2012-03-07i2c: pxa: add OF supportHaojian Zhuang
2011-07-25i2c: Allow i2c_add_numbered_adapter() to assign a bus idGrant Likely
2011-03-21i2c-pxa2xx: Don't clear isr bits too earlyVasily Khoruzhick
2011-03-21i2c-pxa2xx: Fix register offsetsVasily Khoruzhick
2011-03-21i2c-pxa2xx: pass of_node from platform driver to adapter and publishSebastian Andrzej Siewior
2011-03-21i2c-pxa2xx: check timeout correctlySebastian Andrzej Siewior
2011-03-21i2c-pxa2xx: add support for shared IRQ handlerSebastian Andrzej Siewior
2011-03-21i2c-pxa2xx: Add PCI support for PXA I2C controllerSebastian Andrzej Siewior
2011-03-21ARM: pxa2xx: reorganize I2C filesSebastian Andrzej Siewior
2011-03-21i2c-pxa2xx: use dynamic register layoutSebastian Andrzej Siewior
2010-10-24i2c: Remove unneeded inclusions of <linux/i2c-id.h>Jean Delvare
2010-08-11i2c-pxa: fix compiler warning, due to missing constMarc Kleine-Budde
2010-05-21i2c: Use <linux/io.h> instead of <asm/io.h>H Hartley Sweeten
2010-05-20i2c-pxa: only define 'blue_murder'-function if DEBUG is #definedWolfram Sang
2010-05-20i2c-pxa: remove unused macroUwe Kleine-König
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2010-02-09tree-wide: Assorted spelling fixesDaniel Mack
2009-12-15const: constify remaining dev_pm_opsAlexey Dobriyan
2009-07-22I2C: Rework i2c-pxa suspend_late()/resume_early()Magnus Damm
2009-06-16i2c: Use resource_size macroLinus Walleij
2009-06-05[ARM] pxa: move mach/i2c.h to plat/i2c.hEric Miao
2009-06-05[ARM] pxa: add platform device ID table to pxa i2c driverEric Miao