summaryrefslogtreecommitdiff
path: root/drivers/i2c/busses/i2c-brcmstb.c
AgeCommit message (Expand)AuthorFilesLines
2023-10-11i2c: brcmstb: Add support for atomic transfersMarek Szyprowski1-2/+21
2023-08-14i2c: brcmstb: Convert to devm_platform_ioremap_resource()Yangtao Li1-13/+6
2023-08-08i2c: brcmstb: Remove #ifdef guards for PM related functionsPaul Cercueil1-5/+3
2023-06-05i2c: Convert to platform remove callback returning voidUwe Kleine-König1-3/+2
2023-03-29i2c: brcmstb: use devm_platform_ioremap_resource_byname()Ye Xingchen1-3/+1
2022-08-12i2c: move drivers from strlcpy to strscpyWolfram Sang1-1/+1
2022-08-04Merge tag 'spdx-6.0-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gre...Linus Torvalds1-12/+2
2022-07-22i2c: brcmstb: Use dev_name() for adapter nameFlorian Fainelli1-3/+1
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_30.RULE (pa...Thomas Gleixner1-12/+2
2022-02-18i2c: brcmstb: fix support for DSL and CM variantsRafał Miłecki1-1/+1
2021-04-09i2c: remove unused 'version.h' include in driversTian Tao1-1/+0
2021-02-26i2c: brcmstb: Fix brcmstd_send_i2c_cmd conditionMaxime Ripard1-1/+1
2020-04-26i2c: brcmstb: Fix handling of optional interruptDave Stevenson1-9/+11
2020-03-10i2c: brcmstb: Support BCM2711 HDMI BSC controllersMaxime Ripard1-0/+33
2019-04-15i2c: brcmstb: remove unused struct memberWolfram Sang1-1/+0
2019-01-08i2c: brcmstb: use core helper to mark adapter suspendedWolfram Sang1-11/+2
2018-07-13i2c: remove i2c_lock_adapter and use i2c_lock_bus directlyPeter Rosin1-4/+4
2017-03-08i2c: brcmstb: Fix START and STOP conditionsJaedon Shin1-6/+21
2016-08-22i2c: don't print error when adding adapter failsWolfram Sang1-3/+1
2016-08-15i2c: brcmstb: Use complete() instead of complete_all()Daniel Wagner1-1/+1
2016-07-15i2c: brcmstb: Remove superfluous size checkJaedon Shin1-2/+1
2016-04-11i2c: brcmstb: use new 8 bit address helper functionWolfram Sang1-3/+1
2016-03-01i2c: brcmstb: allocate correct amount of memory for regmapWolfram Sang1-2/+1
2016-01-03i2c: brcmstb: Adding support for CM and DSL SoCsKamal Dasu1-24/+56
2015-06-10i2c: brcmstb: Add Broadcom settop SoC i2c controller driverKamal Dasu1-0/+694