Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | bcm53xx: use more upsteam DT patches from 5.16 / 5.17 | Rafał Miłecki | 2021-11-18 | 1 | -27/+0 |
| | | | | Signed-off-by: Rafał Miłecki <rafal@milecki.pl> | ||||
* | bcm53xx: add first 5.17 DTS changes | Rafał Miłecki | 2021-11-04 | 1 | -6/+1 |
| | | | | Signed-off-by: Rafał Miłecki <rafal@milecki.pl> | ||||
* | bcm53xx: MR32: replace i2c-gpio with SoC's i2c | Christian Lamparter | 2021-10-30 | 1 | -0/+32 |
During review of the MR32, Florian Fainelli pointed out that the SoC has a real I2C-controller. Furthermore, the connected pins (SDA and SCL) would line up perfectly for use. This patch swaps out the the bitbanged i2c-gpio with the real deal. Signed-off-by: Christian Lamparter <chunkeey@gmail.com> |