aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-at91.c
AgeCommit message (Expand)Author
2019-03-24i2c: at91: split driver into core and master fileJuergen Fitschen
2019-03-24i2c: at91: segregate master mode specific code from probe and init funcJuergen Fitschen
2018-04-30i2c: at91: Read all available bytes at onceDavid Engraf
2017-08-29i2c: busses: make i2c_adapter_quirks constBhumika Goyal
2017-06-19i2c: at91: Fix compilation warning.Arvind Yadav
2017-06-19i2c: at91: Handle return value of clk_prepare_enableArvind Yadav
2017-02-20i2c: at91: ensure state is restored after suspendingAlexandre Belloni
2017-02-09i2c: busses: constify i2c_algorithm structuresBhumika Goyal
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang
2016-08-15i2c: at91: fix support of the "alternative command" featureCyrille Pitchen
2016-05-26i2c: at91: change log when dma configuration failsLudovic Desroches
2015-12-03i2c: at91: add support for the HOLD fieldLudovic Desroches
2015-10-26i2c: at91: manage unexpected RXRDY flag when starting a transferLudovic Desroches
2015-10-22i2c: at91: fix write transfers by clearing pending interrupt firstCyrille Pitchen
2015-06-11i2c: at91: fix code checker warningsCyrille Pitchen
2015-06-10i2c: at91: add support to FIFOsCyrille Pitchen
2015-06-10i2c: at91: print hardware versionCyrille Pitchen
2015-06-10i2c: at91: add support for new alternative command modeCyrille Pitchen
2015-06-10i2c: at91: use BIT() macro to define register bitsCyrille Pitchen
2015-06-10i2c: at91: fix a race condition when using the DMA controllerCyrille Pitchen
2015-03-15i2c: at91: fixup return type of wait_for_completion_timeoutNicholas Mc Guire
2015-03-13i2c: at91: make use of the new infrastructure for quirksWolfram Sang
2014-12-14Merge tag 'driver-core-3.19-rc1' of git://git.kernel.org/pub/scm/linux/kernel...Linus Torvalds
2014-11-23i2c: at91: enable probe deferring on dma channel requestLudovic Desroches
2014-11-21i2c: at91: remove legacy DMA supportArnd Bergmann
2014-11-12i2c: at91: adopt pinctrl supportWenyou Yang
2014-11-10i2c: at91: add support for system PMWenyou Yang
2014-11-10i2c: at91: add support for runtime PMWenyou Yang
2014-11-07i2c: at91: don't account as iowaitWolfram Sang
2014-10-20i2c: busses: drop owner assignment from platform_driversWolfram Sang
2014-09-02i2c: at91: add bound checking on SMBus block length bytesMarek Roszko
2014-09-02i2c: at91: Fix a race condition during signal handling in at91_do_twi_xfer.Simon Lindgren
2014-08-01drivers/i2c/busses: use correct type for dma_map/unmapWolfram Sang
2014-07-16i2c: i2c-at91: Drop class based scanning to improve bootup timeWolfram Sang
2014-03-12i2c: at91: Add device tree property to set clock-frequencyMarek Roszko
2014-03-05i2c: i2c-at91: deprecate class based instantiationWolfram Sang
2014-01-16i2c: at91: add a new compatibility string for the at91sam9261jean-jacques hiblot
2013-11-15tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang
2013-08-23i2c: move OF helpers into the coreWolfram 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