aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-at91.c (follow)
AgeCommit message (Expand)AuthorFilesLines
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-23i2c: at91: enable probe deferring on dma channel requestLudovic Desroches1-11/+14
2014-11-21i2c: at91: remove legacy DMA supportArnd Bergmann1-34/+3
2014-11-12i2c: at91: adopt pinctrl supportWenyou Yang1-0/+5
2014-11-10i2c: at91: add support for system PMWenyou Yang1-0/+26
2014-11-10i2c: at91: add support for runtime PMWenyou Yang1-6/+32
2014-11-07i2c: at91: don't account as iowaitWolfram Sang1-1/+1
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang1-1/+0
2014-09-02i2c: at91: add bound checking on SMBus block length bytesMarek Roszko1-4/+24
2014-09-02i2c: at91: Fix a race condition during signal handling in at91_do_twi_xfer.Simon Lindgren1-2/+2
2014-08-01drivers/i2c/busses: use correct type for dma_map/unmapWolfram Sang1-2/+2
2014-07-16i2c: i2c-at91: Drop class based scanning to improve bootup timeWolfram Sang1-1/+1
2014-03-12i2c: at91: Add device tree property to set clock-frequencyMarek Roszko1-2/+8
2014-03-05i2c: i2c-at91: deprecate class based instantiationWolfram Sang1-1/+1
2014-01-16i2c: at91: add a new compatibility string for the at91sam9261jean-jacques hiblot1-0/+3
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang1-1/+1
2013-08-23i2c: move OF helpers into the coreWolfram Sang1-3/+0
2013-04-16i2c: at91: convert to dma_request_slave_channel_compat()Ludovic Desroches1-24/+25
2013-04-02i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen1-3/+2
2013-03-29i2c: at91: Use of_match_ptr() macroSachin Kamat1-3/+1
2013-02-26Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/wsa/linuxLinus Torvalds1-7/+10
2013-02-10i2c: at91: fix unsed variable warning when building with !CONFIG_OFJoachim Eastwood1-7/+7
2013-01-28i2c: at91: add of_device_id entry for at91rm9200Joachim Eastwood1-0/+3
2013-01-24i2c: Convert to devm_ioremap_resource()Thierry Reding1-3/+3
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton1-7/+7
2012-11-24i2c: at91: add dma supportLudovic Desroches1-8/+298
2012-11-24i2c: at91: change struct members indentationLudovic Desroches1-15/+15
2012-11-24i2c: at91: fix compilation warningLudovic Desroches1-1/+1
2012-11-14i2c: at91: fix SMBus quick commandLudovic Desroches1-1/+6
2012-09-12i2c: at91: add dt support to i2c-at91Ludovic Desroches1-0/+49
2012-09-12i2c: at91: add new driverNikolaus Voss1-0/+505
2012-09-12i2c: at91: remove old polling driverNikolaus Voss1-315/+0
2012-07-12i2c-at91: Use struct dev_pm_ops for power managementRafael J. Wysocki1-6/+7
2012-01-12i2c/busses: Use module_platform_driver()Axel Lin1-15/+2
2010-05-21i2c: Use <linux/io.h> instead of <asm/io.h>H Hartley Sweeten1-2/+1
2009-06-16i2c: Use resource_size macroLinus Walleij1-4/+4
2009-01-07i2c: Use snprintf to set adapter namesJean Delvare1-1/+1
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk1-1/+0
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King1-3/+3
2008-04-22i2c: Fix platform driver hotplug/coldplugKay Sievers1-1/+1
2008-01-14i2c: Spelling fixesJoe Perches1-1/+1
2007-05-10i2c-at91: compile fix (IS_ERR)Alexey Dobriyan1-0/+1
2007-05-10i2c-at91 supports new-style i2c driversDavid Brownell1-1/+5
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare1-1/+0
2006-12-10i2c: New Atmel AT91 bus driverAndrew Victor1-0/+325