summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-bcm2835.c
Commit message (Expand)AuthorAgeFilesLines
* i2c: bcm2835: Ensure clock exists when probingAnnaliese McDermond2019-06-261-4/+12
* i2c: bcm2835: Move IRQ request after clock code in probeAnnaliese McDermond2019-06-261-14/+14
* i2c: bcm2835: Model Divider in CCFAnnaliese McDermond2019-06-121-31/+114
* i2c: bcm2835: Clear current buffer pointers and counts after a transferPaul Kocialkowski2019-02-151-0/+12
* i2c: bcm2835: Switch to SPDX identifierStefan Wahren2018-11-271-9/+1Star
* i2c: bcm2835: Set up the rising/falling edge delaysEric Anholt2018-02-221-1/+20
* i2c: bcm2835: Avoid possible NULL ptr dereferenceStefan Wahren2017-02-201-1/+3
* i2c: bcm2835: Add support for dynamic clockNoralf Trønnes2016-11-071-19/+32
* i2c: bcm2835: Support i2c-dev ioctl I2C_TIMEOUTNoralf Trønnes2016-11-071-3/+1Star
* i2c: bcm2835: Add support for Repeated Start ConditionNoralf Trønnes2016-11-071-38/+63
* i2c: bcm2835: Can't support I2C_M_IGNORE_NAKNoralf Trønnes2016-11-071-4/+0Star
* i2c: bcm2835: Use dev_dbg logging on transfer errorsNoralf Trønnes2016-11-071-1/+1
* i2c: bcm2835: Protect against unexpected TXW/RXR interruptsNoralf Trønnes2016-11-071-9/+31
* i2c: bcm2835: Fix hang for writing messages larger than 16 bytesNoralf Trønnes2016-11-071-8/+14
* i2c: bcm2835: Don't complain on -EPROBE_DEFER from getting our clockEric Anholt2016-07-221-1/+2
* i2c: bcm2835: add I2C_AQ_NO_CLK_STRETCHNicola Corna2015-11-301-0/+10
* i2c: busses: i2c-bcm2835: limits cdiv to allowed valuesSilvan Wicki2015-06-231-0/+8
* i2c: bcm2835: clear reserved bits in S-RegisterSilvan Wicki2015-06-171-0/+3
* i2c: i2c-bcm2835: match return type of wait_for_completion_timeoutNicholas Mc Guire2015-03-151-1/+1
* i2c: busses: drop owner assignment from platform_driversWolfram Sang2014-10-201-1/+0Star
* i2c: i2c-bcm2835: Drop class based scanning to improve bootup timeWolfram Sang2014-07-161-1/+1
* i2c: remove unnecessary OOM messagesJingoo Han2014-06-021-3/+1Star
* i2c: i2c-bcm2835: deprecate class based instantiationWolfram Sang2014-03-281-1/+1
* i2c: bcm2835: Use devm_ioremap_resource()Jingoo Han2014-03-091-20/+4Star
* i2c: bcm2835: Linking platform nodes to adapter nodesFlorian Meier2013-11-281-0/+1
* tree-wide: use reinit_completion instead of INIT_COMPLETIONWolfram Sang2013-11-151-1/+1
* i2c: add bcm2835 driverStephen Warren2013-02-121-0/+342