aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-pmcmsp.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2018-08-04i2c: pmcmsp: use core to detect 'no zero length' quirkWolfram Sang1-16/+1
2018-05-15i2c: pmcmsp: fix error return from master_xferPeter Rosin1-1/+1
2018-05-15i2c: pmcmsp: return message count on master_xfer successPeter Rosin1-1/+1
2017-08-12i2c: constify internal structuresGustavo A. R. Silva1-2/+2
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang1-3/+1
2015-03-13i2c: pmcmsp: make use of the new infrastructure for quirksWolfram Sang1-26/+16
2015-01-13i2c: pmcmsp: remove dead codeWolfram Sang1-7/+0
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-coreLinus Torvalds1-1/+0
2014-11-07i2c: remove FSF addressWolfram Sang1-4/+0
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-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson1-2/+0
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton1-3/+3
2012-07-19i2c-pmcmsp: remove IRQF_SAMPLE_RANDOM which is now a no-opTheodore Ts'o1-2/+1
2012-01-12i2c/busses: Use module_platform_driver()Axel Lin1-15/+2
2011-10-29i2c: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2010-05-21i2c: Use <linux/io.h> instead of <asm/io.h>H Hartley Sweeten1-1/+1
2009-06-16i2c: Use resource_size macroLinus Walleij1-4/+4
2008-12-11i2c-pmcmsp: Fix endianness misannotationHarvey Harrison1-1/+1
2008-07-14i2c: Let bus drivers add SPD to their classJean Delvare1-1/+1
2008-04-22i2c: Fix platform driver hotplug/coldplugKay Sievers1-0/+3
2008-04-22i2c: Replace remaining __FUNCTION__ occurrencesHarvey Harrison1-2/+2
2008-02-24i2c: Storage class should be before const qualifierTobias Klauser1-2/+2
2007-10-18Add missing newlines to some uses of dev_<level> messagesJoe Perches1-4/+4
2007-07-17parse error, drivers/i2c/busses/i2c-pmcmsp.cYoann Padioleau1-1/+1
2007-07-12i2c: New PMC MSP71xx TWI bus driverMarc St-Jean1-0/+653