freebsd-dev/sys/arm64/rockchip
Emmanuel Vadot 3de61a6883 rk_i2c: Add driver for the I2C controller present in RockChip SoC
This controller have a special mode for RX to help with smbus-like transfer
when the controller will automatically send the slave address, register address
and read the data. Use it when possible.
The same mode for TX is describe is the datasheet but is broken and have been
since ~10 years of presence of this controller in RockChip SoCs.

Attach this driver early at we need it to communicate with the PMIC early in the
boot.
Do not hook it to the kernel build for now.
2018-06-14 06:39:33 +00:00
..
clk rk3328: Add support for the i2c clocks 2018-06-14 06:34:27 +00:00
if_dwc_rk.c if_dwc_rk: Add DesignWare driver for RockChip SoCs. 2018-06-14 06:28:09 +00:00
rk_gpio.c arm64: rockchip: rk_gpio fix rk_gpio_pin_config32 2018-04-26 22:15:09 +00:00
rk_grf.c arm64: rockchip: Add GRF driver 2018-04-26 21:35:04 +00:00
rk_i2c.c rk_i2c: Add driver for the I2C controller present in RockChip SoC 2018-06-14 06:39:33 +00:00
rk_pinctrl.c rk_pinctrl: Only add gpio subnode 2018-06-14 05:41:16 +00:00