aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/i2c-smbus.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-10/+1
2017-10-28i2c: i2c-smbus: add of_i2c_setup_smbus_alertPhil Reid1-1/+9
2017-10-28i2c: i2c-smbus: Move i2c_setup_smbus_alert from i2c-smbus to i2c-core-smbusPhil Reid1-32/+0
2017-10-28i2c: i2c-smbus: Use threaded irq for smbalertPhil Reid1-24/+17
2016-11-24i2c: use an IRQ to report Host Notify events, not alertBenjamin Tissoires1-102/+0
2016-07-18i2c: i2c-smbus: fix i2c_handle_smbus_host_notify documentationJean Delvare1-2/+2
2016-06-17i2c: smbus: add SMBus Host Notify supportBenjamin Tissoires1-5/+108
2016-06-17i2c: add a protocol parameter to the alert callbackBenjamin Tissoires1-1/+2
2016-02-20i2c: i2c-smbus: sort includesWolfram Sang1-4/+4
2015-06-01i2c: smbus: fix typo in commetShailendra Verma1-1/+1
2014-11-07i2c: remove FSF addressWolfram Sang1-5/+0
2014-01-29Update Jean Delvare's e-mail addressJean Delvare1-2/+2
2013-10-03i2c: Remove redundant 'driver' field from the i2c_client structLars-Peter Clausen1-4/+6
2013-08-19i2c: use dev_get_platdata()Jingoo Han1-1/+1
2012-10-05i2c-smbus: Convert kzalloc to devm_kzallocJulia Lawall1-7/+4
2012-07-24i2c-smbus: Use module_i2c_driver()Fabio Estevam1-12/+1
2012-03-26i2c: Update the FSF addressJean Delvare1-1/+2
2010-06-03i2c: Remove all i2c_set_clientdata(client, NULL) in driversWolfram Sang1-1/+0
2010-03-30include cleanup: Update gfp.h and slab.h includes to prepare for breaking implicit slab.h inclusion from percpu.hTejun Heo1-0/+1
2010-03-13i2c-smbus: Use device_lock/device_unlockStephen Rothwell1-3/+2
2010-03-02i2c: Add SMBus alert supportJean Delvare1-0/+263