aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-powermac.c
AgeCommit message (Expand)Author
2020-04-30i2c: powermac: use true,false for bool variableJason Yan
2020-04-26i2c: powermac: Simplify reading the "reg" and "i2c-address" propertyAishwarya R
2020-03-10i2c: powermac: correct comment about custom handlingWolfram Sang
2020-01-15i2c: powermac: convert to use i2c_new_client_device()Wolfram Sang
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner
2018-12-11i2c: powermac: Use of_node_name_eq for node name comparisonsRob Herring
2018-10-05i2c: Convert to using %pOFn instead of device_node.nameRob Herring
2017-08-29i2c: busses: make i2c_adapter_quirks constBhumika Goyal
2017-07-31i2c: Convert to using %pOF instead of full_nameRob Herring
2016-04-11i2c: powermac: use new 8 bit address helper functionWolfram Sang
2015-03-13i2c: powermac: make use of the new infrastructure for quirksWolfram Sang
2014-11-07i2c: remove FSF addressWolfram Sang
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker
2013-10-09drivers: clean-up prom.h implicit includesRob Herring
2013-08-23i2c: move OF helpers into the coreWolfram Sang
2013-08-21i2c: powermac: fix return path on errorWolfram Sang
2013-08-19i2c: use dev_get_platdata()Jingoo Han
2013-04-02i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton
2012-07-11i2c/powermac: Improve detection of devices from device-treeBenjamin Herrenschmidt
2012-04-30i2c/powermac: Register i2c devices from device-treeBenjamin Herrenschmidt
2012-01-12i2c/busses: Use module_platform_driver()Axel Lin
2010-03-13i2c-powermac: Be less verbose in the absence of real errors.Jean Delvare
2009-12-06i2c: Bus drivers don't have to support I2C_M_REV_DIR_ADDRJean Delvare
2009-12-06i2c-powermac: Drop temporary name bufferJean Delvare
2009-12-06i2c-powermac: Include the i2c_adapter in struct pmac_i2c_busJean Delvare
2009-12-06i2c-powermac: Log errorsJean Delvare
2009-12-06i2c-powermac: Refactor i2c_powermac_smbus_xferJean Delvare
2009-12-06i2c-powermac: Reject unsupported I2C transactionsJean Delvare
2009-03-28i2c: Add missing KERN_* constants to printksFrank Seidel
2008-10-17hwmon: (ams) Convert to a new-style i2c driverJean Delvare
2008-09-24i2c-powermac: Fix section for probe and remove functionsUwe Kleine-Koenig
2008-04-22i2c: Fix platform driver hotplug/coldplugKay Sievers
2008-01-14i2c: Spelling fixesJoe Perches
2007-07-12i2c: Fix the i2c_smbus_read_i2c_block_data() prototypeJean Delvare
2007-02-13i2c: completion header cleanupsJean Delvare
2006-10-10[POWERPC] Fix i2c-powermac platform device usageBenjamin Herrenschmidt
2006-09-26i2c: Constify i2c_algorithm declarations, part 2Jean Delvare
2006-08-01Merge branch 'merge'Paul Mackerras
2006-07-31[POWERPC] powermac: Constify & voidify get_property()Jeremy Kerr
2006-07-12[PATCH] i2c-powermac: Fix master_xfer return valueJean Delvare
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel
2006-01-09[PATCH] 2/5 powerpc: Rework PowerMac i2c part 2Benjamin Herrenschmidt