aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-ibm_iic.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-11i2c: move drivers from strlcpy to strscpyWolfram Sang1-1/+1
2019-05-30treewide: Replace GPLv2 boilerplate/reference with SPDX - rule 152Thomas Gleixner1-6/+1
2018-11-27i2c: Remove caller signal_pending branch predictionsDavidlohr Bueso1-1/+1
2018-05-24i2c: ibm_iic: don't check number of messages in the driverWolfram Sang1-3/+0
2017-03-02sched/headers: Prepare to move signal wakeup & sigpending methods from <linux/sched.h> into <linux/sched/signal.h>Ingo Molnar1-0/+2
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang1-3/+1
2016-04-11i2c: ibm_iic: use new 8 bit address helper functionWolfram Sang1-1/+1
2016-01-05i2c: ibm_iic: rename i2c_timings struct due to clash with generic versionStephen Rothwell1-2/+2
2015-10-20i2c: ibm-iic: Fix module autoload for OF platform driverLuis de Bethencourt1-0/+1
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang1-1/+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/+2
2013-08-23i2c: move OF helpers into the coreWolfram Sang1-4/+0
2013-06-12i2c: use platform_{get,set}_drvdata()Jingoo Han1-2/+2
2013-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson1-3/+0
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton1-4/+4
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-2/+2
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-2/+2
2012-01-12i2c/busses: Use module_platform_driver()Axel Lin1-12/+1
2011-03-31Fix common misspellingsLucas De Marchi1-2/+2
2011-02-28dt: Eliminate of_platform_{,un}register_driverGrant Likely1-5/+4
2010-10-24i2c: Remove unneeded inclusions of <linux/i2c-id.h>Jean Delvare1-1/+0
2010-09-30of/i2c: Fix module load order issue caused by of_i2c.cGrant Likely1-0/+3
2010-08-06of/device: Replace struct of_device with struct platform_deviceGrant Likely1-3/+3
2010-07-05i2c: Add OF-style registration and bindingGrant Likely1-3/+0
2010-07-05of/i2c: Generalize OF supportGrant Likely1-1/+2
2010-05-22Merge remote branch 'origin' into secretlab/next-devicetreeGrant Likely1-8/+8
2010-05-22of: Remove duplicate fields from of_platform_driverGrant Likely1-2/+5
2010-05-21i2c: Use <linux/io.h> instead of <asm/io.h>H Hartley Sweeten1-1/+1
2010-05-20i2c-ibm-iic: drop NO_IRQWolfram Sang1-7/+7
2010-05-18of: Always use 'struct device.of_node' to get device node pointer.Grant Likely1-2/+2
2009-07-08Remove multiple KERN_ prefixes from printk formatsJoe Perches1-4/+5
2009-06-04i2c: Fix confusing i2c-ibm_iic messageSean MacLennan1-3/+3
2009-03-28i2c: Adapter timeout is in jiffiesJean Delvare1-3/+3
2009-01-26i2c: Delete many unused adapter IDsJean Delvare1-1/+0
2008-07-14i2c-ibm_iic: Register child nodesSean MacLennan1-11/+6
2008-07-14i2c-ibm_iic: Enable driver for all PPC4xx variants in arch/powerpcStefan Roese1-5/+1
2008-07-14i2c-ibm_iic: Remove deprecated OCP style partStefan Roese1-181/+0
2008-07-14i2c: Let bus drivers add SPD to their classJean Delvare1-2/+2
2008-04-22i2c-ibm_iic: Support building as an of_platform driverSean MacLennan1-1/+186
2008-04-22i2c-ibm_iic: Change the log levelsSean MacLennan1-5/+5
2008-04-11i2c-ibm_iic: Fast mode parm desc fixupPaul Mundt1-1/+1
2008-01-27i2c: Don't uselessly set i2c_adapter.retriesJean Delvare1-1/+0
2008-01-27i2c-ibm_iic: Whitespace cleanupStefan Roese1-95/+95
2007-10-19Convert files to UTF-8 and some cleanupsJan Engelhardt1-1/+1
2007-10-13i2c-ibm_iic: Add support for new-style clientsStefan Roese1-1/+8
2007-02-13i2c: Declare more i2c_adapter parent devicesJean Delvare1-0/+1
2006-12-10i2c: Add request/release_mem_region to i2c-ibm_iic bus driverJean-Baptiste Maneyrol1-0/+9
2006-10-05IRQ: Maintain regs pointer globally rather than passing to IRQ handlersDavid Howells1-1/+1
2006-10-03fix file specification in commentsUwe Zeisberger1-1/+1