aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-powermac.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 157Thomas Gleixner1-9/+1
2018-12-11i2c: powermac: Use of_node_name_eq for node name comparisonsRob Herring1-4/+4
2018-10-05i2c: Convert to using %pOFn instead of device_node.nameRob Herring1-8/+9
2017-08-29i2c: busses: make i2c_adapter_quirks constBhumika Goyal1-1/+1
2017-07-31i2c: Convert to using %pOF instead of full_nameRob Herring1-6/+4
2016-04-11i2c: powermac: use new 8 bit address helper functionWolfram Sang1-3/+1
2015-03-13i2c: powermac: make use of the new infrastructure for quirksWolfram Sang1-6/+4
2014-11-07i2c: remove FSF addressWolfram Sang1-4/+0
2014-01-24i2c: delete non-required instances of include <linux/init.h>Paul Gortmaker1-1/+0
2013-10-09drivers: clean-up prom.h implicit includesRob Herring1-0/+1
2013-08-23i2c: move OF helpers into the coreWolfram Sang1-4/+5
2013-08-21i2c: powermac: fix return path on errorWolfram Sang1-1/+2
2013-08-19i2c: use dev_get_platdata()Jingoo Han1-1/+1
2013-04-02i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen1-8/+2
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson1-1/+0
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton1-8/+8
2012-07-11i2c/powermac: Improve detection of devices from device-treeBenjamin Herrenschmidt1-24/+133
2012-04-30i2c/powermac: Register i2c devices from device-treeBenjamin Herrenschmidt1-27/+71
2012-01-12i2c/busses: Use module_platform_driver()Axel Lin1-17/+2
2010-03-13i2c-powermac: Be less verbose in the absence of real errors.Jean Delvare1-7/+18
2009-12-06i2c: Bus drivers don't have to support I2C_M_REV_DIR_ADDRJean Delvare1-2/+0
2009-12-06i2c-powermac: Drop temporary name bufferJean Delvare1-6/+5
2009-12-06i2c-powermac: Include the i2c_adapter in struct pmac_i2c_busJean Delvare1-12/+3
2009-12-06i2c-powermac: Log errorsJean Delvare1-5/+23
2009-12-06i2c-powermac: Refactor i2c_powermac_smbus_xferJean Delvare1-44/+41
2009-12-06i2c-powermac: Reject unsupported I2C transactionsJean Delvare1-0/+6
2009-03-28i2c: Add missing KERN_* constants to printksFrank Seidel1-1/+2
2008-10-17hwmon: (ams) Convert to a new-style i2c driverJean Delvare1-0/+29
2008-09-24i2c-powermac: Fix section for probe and remove functionsUwe Kleine-Koenig1-2/+2
2008-04-22i2c: Fix platform driver hotplug/coldplugKay Sievers1-0/+3
2008-01-14i2c: Spelling fixesJoe Perches1-1/+1
2007-07-12i2c: Fix the i2c_smbus_read_i2c_block_data() prototypeJean Delvare1-2/+1
2007-02-13i2c: completion header cleanupsJean Delvare1-1/+0
2006-10-10[POWERPC] Fix i2c-powermac platform device usageBenjamin Herrenschmidt1-13/+15
2006-09-26i2c: Constify i2c_algorithm declarations, part 2Jean Delvare1-1/+1
2006-08-01Merge branch 'merge'Paul Mackerras1-3/+1
2006-07-31[POWERPC] powermac: Constify & voidify get_property()Jeremy Kerr1-1/+2
2006-07-12[PATCH] i2c-powermac: Fix master_xfer return valueJean Delvare1-3/+1
2006-06-30Remove obsolete #include <linux/config.h>Jörn Engel1-1/+0
2006-01-09[PATCH] 2/5 powerpc: Rework PowerMac i2c part 2Benjamin Herrenschmidt1-0/+290