On Wed, 05 Feb 2025 11:25:49 +0100, Jules Maselbas wrote:
> The include scripts/include/asm-generic/bug.h relied on a printk.h
> compatible header which is located in the scripts/include/ and was
> not updated when printk.h was renamed to printf.h.
>
>
Applied, thanks!
[1/1] scripts: include:
Hi Alexander,
On Tue, Feb 04, 2025 at 04:22:07PM +0300, Alexander Shiyan wrote:
> +
> +static int rk3x_i2c_wait_xfer_poll(struct rk3x_i2c *i2c)
> +{
> + uint64_t start = get_time_ns();
> +
> + while (!is_timeout(start, WAIT_TIMEOUT)) {
> + rk3x_i2c_irq(i2c);
> + if
On Tue, 04 Feb 2025 16:22:07 +0300, Alexander Shiyan wrote:
> The current Rockchip i2c driver was taken from the u-boot repository,
> so it has minimal functionality and is designed to be the simplest.
> Development with the Rockchip SOC led to the idea that it is not
> sufficient to handle some
On Tue, 04 Feb 2025 10:31:50 +0300, Alexander Shiyan wrote:
> struct i2c_algorithm is not defined anywhere.
>
>
Applied, thanks!
[1/1] i2c: Remove dead link to struct i2c_algorithm
https://git.pengutronix.de/cgit/barebox/commit/?id=d4cc022c (link may
not be stable)
Best regards,
-