summaryrefslogtreecommitdiffstats
path: root/drivers/i2c/busses/i2c-bcm2835.c
Commit message (Expand)AuthorAgeFilesLines
* I2C: Explicitly include correct DT includesRob Herring2023-08-141-1/+1
* i2c: bcm2835: Use dev_err_probe in probe functionLiao Chang2023-08-101-8/+6
* i2c: Convert to platform remove callback returning voidUwe Kleine-König2023-06-051-4/+2
* i2c: bcm2835: Use devm_platform_get_and_ioremap_resource()ye xingchen2023-01-201-3/+1
* Merge tag 'irq-api-2022-02-21' of git://git.kernel.org/pub/scm/linux/kernel/g...Wolfram Sang2022-02-231-0/+11
|\
| * i2c: bcm2835: Avoid clock stretching timeoutsEric Anholt2022-02-071-0/+11
* | i2c: bcm2835: Fix the error handling in 'bcm2835_i2c_probe()'Christophe JAILLET2022-02-071-5/+16
|/
* i2c: bcm2835: Use platform_get_irq() to get the interruptLad Prabhakar2022-01-031-7/+4
* i2c: bcm2835: Simplify with dev_err_probe()Krzysztof Kozlowski2020-09-181-5/+3
* i2c: bcm2835: Replace HTTP links with HTTPS onesAlexander A. Klimov2020-08-051-1/+1
* i2c: drivers: Use generic definitions for bus frequenciesAndy Shevchenko2020-03-241-1/+1
* i2c: bcm2835: Store pointer to bus clockStefan Wahren2020-01-061-9/+8
* i2c: bcm2835: Add full name of devicetree node to adapter nameStefan Wahren2019-08-291-1/+2
* i2c: bcm2835: Avoid clk stretch quirk for BCM2711Stefan Wahren2019-08-291-3/+5
* 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/+1
* 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/+1
* 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/+0
* 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/+0
* 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/+1
* i2c: i2c-bcm2835: deprecate class based instantiationWolfram Sang2014-03-281-1/+1
* i2c: bcm2835: Use devm_ioremap_resource()Jingoo Han2014-03-091-20/+4
* 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