aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-ocores.c
AgeCommit message (Expand)Author
2016-08-15i2c: ocores: add missed clk_disable_unprepare() on failure pathsAlexey Khoroshilov
2016-04-11i2c: ocores: use new 8 bit address helper functionWolfram Sang
2015-10-20i2c: ocores: support big-endian register layoutMax Filippov
2015-02-20i2c: ocores: rework clk code to handle NULL cookieWolfram Sang
2015-02-05i2c: ocores: add common clock supportMax Filippov
2015-02-05i2c: ocores: fix clock-frequency binding usageMax Filippov
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang
2014-07-16i2c: i2c-ocores: Drop class based scanning to improve bootup timeWolfram Sang
2014-06-02i2c: Make of_device_id array constJingoo Han
2014-03-05i2c: i2c-ocores: deprecate class based instantiationWolfram Sang
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-08-23i2c: move OF helpers into the coreWolfram Sang
2013-08-19i2c: use dev_get_platdata()Jingoo Han
2013-08-15drivers/i2c/busses/i2c-ocores.c: simplify use of devm_ioremap_resourceJulia Lawall
2013-08-15i2c: ocores: add CONFIG_PM_SLEEP to suspend/resume functionsJingoo Han
2013-02-26Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson
2013-02-21i2c: ocores: Fix pointer to integer cast warningJayachandran C
2013-01-24i2c: Convert to devm_ioremap_resource()Thierry Reding
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton
2012-12-18Merge branch 'i2c-embedded/for-next' of git://git.pengutronix.de/git/wsa/linuxLinus Torvalds
2012-11-22i2c: ocores: Move grlib set/get functions into #ifdef CONFIG_OF blockAndreas Larsson
2012-11-16i2c: ocores: Add support for the GRLIB port of the controller and use functio...Andreas Larsson
2012-11-16i2c: ocores: Add irq support for sparcAndreas Larsson
2012-11-15bindings: i2c: use consistent naming for i2c binding descriptionsWolfram Sang
2012-11-13i2c: ocores: Use devm_request_and_ioremap()Thierry Reding
2012-07-14i2c: i2c-ocores: support for 16bit and 32bit IOGanesan Ramalingam
2012-07-14i2c: i2c-ocores: Use reg-shift propertyGanesan Ramalingam
2012-07-14i2c: i2c-ocores: DT bindings and minor fixes.Jayachandran C
2012-07-12i2c-ocores: Use struct dev_pm_ops for power managementRafael J. Wysocki
2012-05-12i2c: ocores: register OF i2c devicesGanesan Ramalingam
2012-01-12i2c/busses: Use module_platform_driver()Axel Lin
2011-05-26mfd: Use mfd cell platform_data for timberdale cells platform bitsSamuel Ortiz
2011-03-23mfd: mfd_cell is now implicitly available to timberdale driversAndres Salomon
2011-03-15Merge branch 'x86-platform-for-linus' of git://git.kernel.org/pub/scm/linux/k...Linus Torvalds
2011-03-08i2c-ocores: Fix pointer type mismatch errorGrant Likely
2011-01-21driver-core: remove conditionals around devicetree pointersGrant Likely
2011-01-04i2c-ocores: add some device tree documentationJonas Bonn
2011-01-04i2c-ocores: Use devres for resource allocationJonas Bonn
2011-01-04i2c-ocores: Adapt for device treeJonas Bonn
2010-05-21i2c: Use <linux/io.h> instead of <asm/io.h>H Hartley Sweeten
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...Tejun Heo
2009-06-16i2c: Use resource_size macroLinus Walleij
2009-06-13i2c-ocores: Can add I2C devices to the busRichard Röjfors
2008-07-14i2c-ocores: basic PM supportManuel Lauss
2008-07-14i2c: Let bus drivers add SPD to their classJean Delvare
2008-04-22i2c: Fix platform driver hotplug/coldplugKay Sievers
2007-02-14[PATCH] remove many unneeded #includes of sched.hTim Schmielau
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells
2006-10-04Remove all inclusions of <linux/config.h>Dave Jones