aboutsummaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-at91.c
AgeCommit message (Expand)Author
2014-11-14i2c: at91: don't account as iowaitWolfram Sang
2014-10-05i2c: at91: Fix a race condition during signal handling in at91_do_twi_xfer.Simon Lindgren
2014-10-05i2c: at91: add bound checking on SMBus block length bytesMarek Roszko
2014-09-05drivers/i2c/busses: use correct type for dma_map/unmapWolfram Sang
2013-04-16i2c: at91: convert to dma_request_slave_channel_compat()Ludovic Desroches
2013-04-02i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen
2013-03-29i2c: at91: Use of_match_ptr() macroSachin Kamat
2013-02-26Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds
2013-02-10i2c: at91: fix unsed variable warning when building with !CONFIG_OFJoachim Eastwood
2013-01-28i2c: at91: add of_device_id entry for at91rm9200Joachim Eastwood
2013-01-24i2c: Convert to devm_ioremap_resource()Thierry Reding
2012-12-22i2c: remove __dev* attributes from subsystemBill Pemberton
2012-11-24i2c: at91: add dma supportLudovic Desroches
2012-11-24i2c: at91: change struct members indentationLudovic Desroches
2012-11-24i2c: at91: fix compilation warningLudovic Desroches
2012-11-14i2c: at91: fix SMBus quick commandLudovic Desroches
2012-09-12i2c: at91: add dt support to i2c-at91Ludovic Desroches
2012-09-12i2c: at91: add new driverNikolaus Voss
2012-09-12i2c: at91: remove old polling driverNikolaus Voss
2012-07-12i2c-at91: Use struct dev_pm_ops for power managementRafael J. Wysocki
2012-01-12i2c/busses: Use module_platform_driver()Axel Lin
2010-05-21i2c: Use <linux/io.h> instead of <asm/io.h>H Hartley Sweeten
2009-06-16i2c: Use resource_size macroLinus Walleij
2009-01-07i2c: Use snprintf to set adapter namesJean Delvare
2008-08-23removed unused #include <linux/version.h>'sAdrian Bunk
2008-08-07[ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King
2008-04-22i2c: Fix platform driver hotplug/coldplugKay Sievers
2008-01-14i2c: Spelling fixesJoe Perches
2007-05-10i2c-at91: compile fix (IS_ERR)Alexey Dobriyan
2007-05-10i2c-at91 supports new-style i2c driversDavid Brownell
2007-05-02PCI: Cleanup the includes of <linux/pci.h>Jean Delvare
2006-12-10i2c: New Atmel AT91 bus driverAndrew Victor