aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-highlander.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2022-08-11i2c: move drivers from strlcpy to strscpyWolfram Sang1-1/+1
2021-08-03i2c: highlander: add IRQ checkSergey Shtylyov1-1/+1
2020-02-07Merge branch 'i2c/for-5.6' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-1/+1
2020-01-15i2c: highlander: Use proper printk format for size_tKrzysztof Kozlowski1-1/+1
2020-01-06remove ioremap_nocache and devm_ioremap_nocacheChristoph Hellwig1-1/+1
2018-08-24i2c: use SPDX identifier for Renesas driversWolfram Sang1-4/+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-02-22i2c: Remove unneeded xxx_set_drvdata(..., NULL) callsDoug Anderson1-4/+0
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton1-3/+3
2012-01-14Merge tag 'for-linus' of git://github.com/rustyrussell/linuxLinus Torvalds1-1/+1
2012-01-13module_param: make bool parameters really bool (drivers & misc)Rusty Russell1-1/+1
2012-01-12i2c/busses: Use module_platform_driver()Axel Lin1-12/+1
2011-10-29i2c: irq: Remove IRQF_DISABLEDYong Zhang1-1/+1
2011-06-24treewide: transciever/transceiver spelling fixesJoe Perches1-1/+1
2010-05-20i2c-highlander: remover superflous variableWolfram Sang1-3/+2
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
2009-06-16i2c: Use resource_size macroLinus Walleij1-1/+1
2008-12-11i2c-highlander: Trivial endian casting fixesHarvey Harrison1-2/+2
2008-10-14i2c: Renesas Highlander FPGA SMBus supportPaul Mundt1-0/+498