aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-core.c
AgeCommit message (Expand)Author
2015-01-26i2c: Only include slave support if selectedJean Delvare
2014-12-14Merge branch 'i2c/for-3.19' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-12-11i2c: core changes for slave supportWolfram Sang
2014-12-11Merge tag 'devicetree-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-25i2c/of: Add OF_RECONFIG notifier handlerPantelis Antoniou
2014-11-25i2c/of: Factor out Devicetree registration codePantelis Antoniou
2014-11-24ACPI: Add _DEP support to fix battery issue on Asus T100TALan Tianyu
2014-11-18i2c: acpi: remove unneeded variable initializationWolfram Sang
2014-11-17i2c: core: Fix probing of i2c slaves without interruptsGeert Uytterhoeven
2014-11-10i2c: core: Map OF IRQ at probe timeLaurent Pinchart
2014-11-07i2c: core: Dispose OF IRQ mapping at client removal timeLaurent Pinchart
2014-11-07i2c: remove FSF addressWolfram Sang
2014-10-07Merge branch 'pm-domains'Rafael J. Wysocki
2014-09-30PM / Domains: Move dev_pm_domain_attach|detach() to pm_domain.hUlf Hansson
2014-09-25i2c: acpi: Fix NULL Pointer dereferencePeter Hüwe
2014-09-25i2c: move acpi code back into the coreWolfram Sang
2014-09-22i2c: core: Convert to dev_pm_domain_attach|detach()Ulf Hansson
2014-08-09Merge branch 'i2c/for-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2014-07-25clk: Support for clock parents and rates assigned from device treeSylwester Nawrocki
2014-07-16i2c: add debug info when class instantiation was droppedWolfram Sang
2014-06-27I2C/ACPI: Clean up I2C ACPI code and Add CONFIG_I2C_ACPI configLan Tianyu
2014-06-27I2C/ACPI: Add i2c ACPI operation region supportLan Tianyu
2014-03-13i2c: Add message transfer tracepoints for SMBUS [ver #2]David Howells
2014-03-13i2c: Add message transfer tracepoints for I2CDavid Howells
2014-03-05i2c: add deprecation warning for class based instantiationWolfram Sang
2014-01-29Merge branch 'i2c/for-current' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-01-29Merge branch 'hwmon-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2014-01-29Update Jean Delvare's e-mail addressJean Delvare
2014-01-24i2c: rely on driver core when sanitizing devicesWolfram Sang
2014-01-16ACPI: fix module autoloading for ACPI enumerated devicesZhang Rui
2013-11-20Merge tag 'pm+acpi-2-3.13-rc1' of git://git.kernel.org/pub/scm/linux/kernel/g...Linus Torvalds
2013-11-18Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-11-14i2c: Use stable dev_name for ACPI enumerated I2C slavesJarkko Nikula
2013-11-14ACPI / driver core: Store an ACPI device pointer in struct acpi_dev_nodeRafael J. Wysocki
2013-10-28Merge branch 'acpi-pm'Rafael J. Wysocki
2013-10-11i2c: attach/detach I2C client device to the ACPI power domainLv Zheng
2013-10-10i2c: Not all adapters have a parentJean Delvare
2013-10-03i2c: Remove redundant 'driver' field from the i2c_client structLars-Peter Clausen
2013-08-23i2c: move ACPI helpers into the coreMika Westerberg
2013-08-23i2c: move OF helpers into the coreWolfram Sang
2013-08-15i2c: Improve logging on failure to probe for ->class devicesAndy Lutomirski
2013-08-07i2c: add sanity check to i2c_put_adapterSebastian Hesselbarth
2013-06-03PM / Runtime: Rework the "runtime idle" helper routineRafael J. Wysocki
2013-05-17i2c: suppress lockdep warning on delete_deviceAlexander Sverdlin
2013-04-09i2c: remove CONFIG_HOTPLUG ifdefsYijing Wang
2013-04-02i2c: Make return type of i2c_del_adapter() voidLars-Peter Clausen
2013-04-02i2c: i2c_del_adapter: Don't treat removing a non-registered adapter as errorLars-Peter Clausen
2013-04-02i2c: Remove detach_adapterLars-Peter Clausen
2013-03-24i2c: Add bus recovery infrastructureViresh Kumar
2013-03-24i2c: core: Pick i2c bus number from dt alias if presentDoug Anderson