summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-at91.c
Commit message (Expand)AuthorAgeFilesLines
* Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds2014-12-141-1/+0
|\
| * i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0
* | i2c: at91: enable probe deferring on dma channel requestLudovic Desroches2014-11-231-11/+14
* | i2c: at91: remove legacy DMA supportArnd Bergmann2014-11-211-34/+3
* | i2c: at91: adopt pinctrl supportWenyou Yang2014-11-121-0/+5
* | i2c: at91: add support for system PMWenyou Yang2014-11-101-0/+26
* | i2c: at91: add support for runtime PMWenyou Yang2014-11-101-6/+32
* | i2c: at91: don't account as iowaitWolfram Sang2014-11-071-1/+1
|/
* i2c: at91: add bound checking on SMBus block length bytesMarek Roszko2014-09-021-4/+24
* i2c: at91: Fix a race condition during signal handling in at91_do_twi_xfer.Simon Lindgren2014-09-021-2/+2
* drivers/i2c/busses: use correct type for dma_map/unmapWolfram Sang2014-08-011-2/+2
* i2c: i2c-at91: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-1/+1
* i2c: at91: Add device tree property to set clock-frequencyMarek Roszko2014-03-121-2/+8
* i2c: i2c-at91: deprecate class based instantiationWolfram Sang2014-03-051-1/+1
* i2c: at91: add a new compatibility string for the at91sam9261jean-jacques hiblot2014-01-161-0/+3
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* i2c: move OF helpers into the coreWolfram Sang2013-08-231-3/+0
* i2c: at91: convert to dma_request_slave_channel_compat()Ludovic Desroches2013-04-161-24/+25
* i2c: Ignore return value of i2c_del_adapter()Lars-Peter Clausen2013-04-021-3/+2
* i2c: at91: Use of_match_ptr() macroSachin Kamat2013-03-291-3/+1
* Merge branch 'i2c/for-next' of git://git.kernel.org/pub/scm/linux/kernel/git/...Linus Torvalds2013-02-261-7/+10
|\
| * i2c: at91: fix unsed variable warning when building with !CONFIG_OFJoachim Eastwood2013-02-101-7/+7
| * i2c: at91: add of_device_id entry for at91rm9200Joachim Eastwood2013-01-281-0/+3
* | i2c: Convert to devm_ioremap_resource()Thierry Reding2013-01-241-3/+3
|/
* i2c: remove __dev* attributes from subsystemBill Pemberton2012-12-221-7/+7
* i2c: at91: add dma supportLudovic Desroches2012-11-241-8/+298
* i2c: at91: change struct members indentationLudovic Desroches2012-11-241-15/+15
* i2c: at91: fix compilation warningLudovic Desroches2012-11-241-1/+1
* i2c: at91: fix SMBus quick commandLudovic Desroches2012-11-141-1/+6
* i2c: at91: add dt support to i2c-at91Ludovic Desroches2012-09-121-0/+49
* i2c: at91: add new driverNikolaus Voss2012-09-121-0/+505
* i2c: at91: remove old polling driverNikolaus Voss2012-09-121-315/+0
* i2c-at91: Use struct dev_pm_ops for power managementRafael J. Wysocki2012-07-121-6/+7
* i2c/busses: Use module_platform_driver()Axel Lin2012-01-121-15/+2
* i2c: Use <linux/io.h> instead of <asm/io.h>H Hartley Sweeten2010-05-211-2/+1
* i2c: Use resource_size macroLinus Walleij2009-06-161-4/+4
* i2c: Use snprintf to set adapter namesJean Delvare2009-01-071-1/+1
* removed unused #include <linux/version.h>'sAdrian Bunk2008-08-231-1/+0
* [ARM] Move include/asm-arm/arch-* to arch/arm/*/include/machRussell King2008-08-071-3/+3
* i2c: Fix platform driver hotplug/coldplugKay Sievers2008-04-221-1/+1
* i2c: Spelling fixesJoe Perches2008-01-141-1/+1
* i2c-at91: compile fix (IS_ERR)Alexey Dobriyan2007-05-101-0/+1
* i2c-at91 supports new-style i2c driversDavid Brownell2007-05-101-1/+5
* PCI: Cleanup the includes of <linux/pci.h>Jean Delvare2007-05-021-1/+0
* i2c: New Atmel AT91 bus driverAndrew Victor2006-12-101-0/+325
OpenPOWER on IntegriCloud