From: Wolfram Sang <wsa+renesas@sang-engineering.com> Date: 2020-06-15 07:58:37
I want to remove the above API this cycle, and just a few patches have
not made it into 5.8-rc1. They have been reviewed and most had been
promised to get into linux-next, but well, things happen. So, I hope it
is okay for everyone to collect them like this and push them via I2C for
5.8-rc2.
One minor exception is the media documentation patch which I simply have
missed so far, but it is trivial.
And then, finally, there is the removal of the old API as the final
patch. Phew, that's been a long ride.
I am open for comments, of course.
Happy hacking,
Wolfram
Wolfram Sang (6):
drm: encoder_slave: fix refcouting error for modules
drm: encoder_slave: use new I2C API
x86/platform/intel-mid: convert to use i2c_new_client_device()
video: backlight: tosa_lcd: convert to use i2c_new_client_device()
Documentation: media: convert to use i2c_new_client_device()
i2c: remove deprecated i2c_new_device API
.../driver-api/media/v4l2-subdev.rst | 2 +-
.../userspace-api/media/conf_nitpick.py | 2 +-
arch/x86/platform/intel-mid/sfi.c | 4 +--
drivers/gpu/drm/drm_encoder_slave.c | 15 ++++-------
drivers/i2c/i2c-core-base.c | 25 -------------------
drivers/video/backlight/tosa_lcd.c | 4 +--
include/linux/i2c.h | 8 +++---
7 files changed, 14 insertions(+), 46 deletions(-)
--
2.27.0
From: Wolfram Sang <wsa+renesas@sang-engineering.com> Date: 2020-06-15 07:58:48
Move away from the deprecated API and return the shiny new ERRPTR where
useful.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Daniel Thompson <redacted>
---
I'd like to push it via I2C for 5.8-rc2.
drivers/video/backlight/tosa_lcd.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
From: Daniel Vetter <hidden> Date: 2020-06-16 12:12:52
On Mon, Jun 15, 2020 at 09:58:09AM +0200, Wolfram Sang wrote:
I want to remove the above API this cycle, and just a few patches have
not made it into 5.8-rc1. They have been reviewed and most had been
promised to get into linux-next, but well, things happen. So, I hope it
is okay for everyone to collect them like this and push them via I2C for
5.8-rc2.
for the drm side of things:
Acked-by: Daniel Vetter <redacted>
One minor exception is the media documentation patch which I simply have
missed so far, but it is trivial.
And then, finally, there is the removal of the old API as the final
patch. Phew, that's been a long ride.
I am open for comments, of course.
Happy hacking,
Wolfram
Wolfram Sang (6):
drm: encoder_slave: fix refcouting error for modules
drm: encoder_slave: use new I2C API
x86/platform/intel-mid: convert to use i2c_new_client_device()
video: backlight: tosa_lcd: convert to use i2c_new_client_device()
Documentation: media: convert to use i2c_new_client_device()
i2c: remove deprecated i2c_new_device API
.../driver-api/media/v4l2-subdev.rst | 2 +-
.../userspace-api/media/conf_nitpick.py | 2 +-
arch/x86/platform/intel-mid/sfi.c | 4 +--
drivers/gpu/drm/drm_encoder_slave.c | 15 ++++-------
drivers/i2c/i2c-core-base.c | 25 -------------------
drivers/video/backlight/tosa_lcd.c | 4 +--
include/linux/i2c.h | 8 +++---
7 files changed, 14 insertions(+), 46 deletions(-)
--
2.27.0
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
From: Emil Velikov <hidden> Date: 2020-06-16 14:09:48
Hi all,
On Tue, 16 Jun 2020 at 13:12, Daniel Vetter [off-list ref] wrote:
On Mon, Jun 15, 2020 at 09:58:09AM +0200, Wolfram Sang wrote:
quoted
I want to remove the above API this cycle, and just a few patches have
not made it into 5.8-rc1. They have been reviewed and most had been
promised to get into linux-next, but well, things happen. So, I hope it
is okay for everyone to collect them like this and push them via I2C for
5.8-rc2.
for the drm side of things:
Acked-by: Daniel Vetter <redacted>
quoted
One minor exception is the media documentation patch which I simply have
missed so far, but it is trivial.
And then, finally, there is the removal of the old API as the final
patch. Phew, that's been a long ride.
I am open for comments, of course.
Happy hacking,
Wolfram
Wolfram Sang (6):
drm: encoder_slave: fix refcouting error for modules
drm: encoder_slave: use new I2C API
The first two are in drm-misc-next and are to be expected with the 5.9
merge window. As long as that doesn't cause major nuisance proceed as
you prefer.
-Emil
From: Lee Jones <hidden> Date: 2020-06-18 08:43:31
On Mon, 15 Jun 2020, Wolfram Sang wrote:
Move away from the deprecated API and return the shiny new ERRPTR where
useful.
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
Reviewed-by: Daniel Thompson <redacted>
---
I'd like to push it via I2C for 5.8-rc2.
Go for it:
Acked-by: Lee Jones <redacted>
--
Lee Jones [李琼斯]
Senior Technical Lead - Developer Services
Linaro.org │ Open source software for Arm SoCs
Follow Linaro: Facebook | Twitter | Blog
From: Wolfram Sang <wsa+renesas@sang-engineering.com> Date: 2020-06-19 07:21:26
On Mon, Jun 15, 2020 at 09:58:09AM +0200, Wolfram Sang wrote:
I want to remove the above API this cycle, and just a few patches have
not made it into 5.8-rc1. They have been reviewed and most had been
promised to get into linux-next, but well, things happen. So, I hope it
is okay for everyone to collect them like this and push them via I2C for
5.8-rc2.
One minor exception is the media documentation patch which I simply have
missed so far, but it is trivial.
And then, finally, there is the removal of the old API as the final
patch. Phew, that's been a long ride.
I am open for comments, of course.