Re: [PATCH v2 08/10] drivers: watchdog: Replace GPL license notice with SPDX identifier

2023-05-13 Thread Greg Kroah-Hartman
On Sat, May 13, 2023 at 09:43:39AM -0400, Richard Fontana wrote: > On Sat, May 13, 2023 at 6:53 AM Bagas Sanjaya wrote: > > > > On 5/12/23 19:46, Richard Fontana wrote: > > > On Fri, May 12, 2023 at 6:07 AM Bagas Sanjaya > > > wrote: > > > > > > > > >> diff --git a/drivers/watchdog/sb_wdog.c b/d

Re: [GIT PULL] fbdev fixes and updates for v6.4-rc2

2023-05-13 Thread pr-tracker-bot
The pull request you sent on Sun, 14 May 2023 01:32:11 +0200: > http://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git > tags/fbdev-for-6.4-rc2 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/adfbf653a3ba6bb8bbb84ed90bf4f1533db545d3 Thank you! -- Deet

[GIT PULL] fbdev fixes and updates for v6.4-rc2

2023-05-13 Thread Helge Deller
The following changes since commit ac9a78681b921877518763ba0e89202254349d1b: Linux 6.4-rc1 (2023-05-07 13:34:35 -0700) are available in the Git repository at: http://git.kernel.org/pub/scm/linux/kernel/git/deller/linux-fbdev.git tags/fbdev-for-6.4-rc2 for you to fetch changes up to 0bdf1ad

Re: [PATCH v10 3/8] drm/msm/dsi: use DRM DSC helpers for DSC setup

2023-05-13 Thread Marijn Suijten
On 2023-05-12 14:32:13, Jessica Zhang wrote: > > From: Dmitry Baryshkov > > Use new DRM DSC helpers to setup DSI DSC configuration. The > initial_scale_value needs to be adjusted according to the standard, but > this is a separate change. > > Signed-off-by: Dmitry Baryshkov > Reviewed-by: Abhi

Re: [PATCH v5 2/8] drm/i915/dsc: move rc_buf_thresh values to common helper

2023-05-13 Thread Marijn Suijten
On 2023-05-04 18:35:05, Dmitry Baryshkov wrote: > > The rc_buf_thresh values are common to all DSC implementations. Move > them to the common helper together with the code to propagage them to Propagate* > the drm_dsc_config. > > Reviewed-by: Jani Nikula > Signed-off-by: Dmitry Baryshkov Aft

Re: [PATCH v10 1/8] drm/display/dsc: Add flatness and initial scale value calculations

2023-05-13 Thread Marijn Suijten
On 2023-05-12 14:32:11, Jessica Zhang wrote: > > Add helpers to calculate det_thresh_flatness and initial_scale_value as > these calculations are defined within the DSC spec. > > Reviewed-by: Marijn Suijten > Signed-off-by: Jessica Zhang > --- > include/drm/display/drm_dsc_helper.h | 10 ++

[PATCH] drm: bridge: dw-mipi-dsi: Drop panel_bridge post_disable call

2023-05-13 Thread Marek Vasut
This panel_bridge post_disable callback is called from the bridge chain now, so drop the explicit call here. This fixes call imbalance, where this driver does not call ->pre_enable, but does call ->post_disable . In case either of the two callbacks implemented in one of the panel or bridge drivers

Re: [PATCH v8 2/8] drm/msm/dpu: add DPU_PINGPONG_DSC feature bit for DPU < 7.0.0

2023-05-13 Thread Marijn Suijten
On 2023-05-12 11:00:17, Kuogee Hsieh wrote: > > DPU < 7.0.0 requires the PINGPONG block to be involved during > DSC setting up. Since DPU >= 7.0.0, enabling and starting the DSC > encoder engine was moved to INTF with the help of the flush mechanism. > Add a DPU_PINGPONG_DSC feature bit to restric

Re: [PATCH v4 04/13] dt-bindings: display: add Amlogic MIPI DSI Host Controller bindings

2023-05-13 Thread Krzysztof Kozlowski
On 12/05/2023 15:11, Neil Armstrong wrote: > The Amlogic G12A, G12B & SM1 SoCs embeds a Synopsys DW-MIPI-DSI transceiver > (ver 1.21a), > with a custom glue managing the IP resets, clock and data input similar to > the DW-HDMI Glue > on the same Amlogic SoCs. Please wrap commit message according

Re: [PATCH v4 01/13] dt-bindings: clk: g12a-clkc: export VCLK2_SEL and add CTS_ENCL clock ids

2023-05-13 Thread Krzysztof Kozlowski
On 12/05/2023 15:11, Neil Armstrong wrote: > Expose VCLK2_SEL clock id and add new ids for the CTS_ENCL and CTS_ENCL_SEL > clocks on G12A compatible SoCs. > > Signed-off-by: Neil Armstrong > --- > drivers/clk/meson/g12a.h | 1 - > include/dt-bindings/clock/g12a-clkc.h | 3 +++ > 2 f

[PATCH v3 1/5] i2c: Enhance i2c_new_ancillary_device API

2023-05-13 Thread Biju Das
Renesas PMIC RAA215300 exposes two separate i2c devices, one for the main device and another for rtc device. Enhance i2c_new_ancillary_device() to instantiate a real device. (eg: Instantiate rtc device from PMIC driver) Signed-off-by: Biju Das --- v3: * New patch Ref: https://patchwork.kerne

Re: [PATCH v2 08/10] drivers: watchdog: Replace GPL license notice with SPDX identifier

2023-05-13 Thread Richard Fontana
On Sat, May 13, 2023 at 6:53 AM Bagas Sanjaya wrote: > > On 5/12/23 19:46, Richard Fontana wrote: > > On Fri, May 12, 2023 at 6:07 AM Bagas Sanjaya wrote: > > > > > >> diff --git a/drivers/watchdog/sb_wdog.c b/drivers/watchdog/sb_wdog.c > >> index 504be461f992a9..822bf8905bf3ce 100644 > >> --- a/

Re: drm/drm_plane.h: fix grammar of the comment

2023-05-13 Thread Sui Jingfeng
Hi, thanks a lot On 2023/4/9 21:15, Sui Jingfeng wrote: From: Sui Jingfeng Signed-off-by: Sui Jingfeng --- include/drm/drm_plane.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/drm/drm_plane.h b/include/drm/drm_plane.h index 51291983ea44..79d62856defb 100644

Re: drm/ssd130x: Fix include guard name

2023-05-13 Thread Sui Jingfeng
Reviewed-by: Sui Jingfeng On 2023/5/12 20:02, Javier Martinez Canillas wrote: This is a leftover from an early iteration of the driver when it was still named ssd1307 instead of ssd130x. Change it for consistency with the rest. Signed-off-by: Javier Martinez Canillas Reviewed-by: Sam Ravnb

Re: [PATCH v2 08/10] drivers: watchdog: Replace GPL license notice with SPDX identifier

2023-05-13 Thread Bagas Sanjaya
On 5/12/23 19:46, Richard Fontana wrote: > On Fri, May 12, 2023 at 6:07 AM Bagas Sanjaya wrote: > > >> diff --git a/drivers/watchdog/sb_wdog.c b/drivers/watchdog/sb_wdog.c >> index 504be461f992a9..822bf8905bf3ce 100644 >> --- a/drivers/watchdog/sb_wdog.c >> +++ b/drivers/watchdog/sb_wdog.c >> @@

Re: [PATCH v2 09/10] udf: Replace license notice with SPDX identifier

2023-05-13 Thread Greg Kroah-Hartman
On Sat, May 13, 2023 at 11:48:51AM +0200, Pali Rohár wrote: > On Friday 12 May 2023 17:06:20 Bagas Sanjaya wrote: > > diff --git a/fs/udf/udftime.c b/fs/udf/udftime.c > > index fce4ad976c8c29..d0fce5348fd3f3 100644 > > --- a/fs/udf/udftime.c > > +++ b/fs/udf/udftime.c > > @@ -1,21 +1,4 @@ > > -/* C

Re: [PATCH v2 09/10] udf: Replace license notice with SPDX identifier

2023-05-13 Thread Pali Rohár
On Friday 12 May 2023 17:06:20 Bagas Sanjaya wrote: > diff --git a/fs/udf/udftime.c b/fs/udf/udftime.c > index fce4ad976c8c29..d0fce5348fd3f3 100644 > --- a/fs/udf/udftime.c > +++ b/fs/udf/udftime.c > @@ -1,21 +1,4 @@ > -/* Copyright (C) 1993, 1994, 1995, 1996, 1997 Free Software Foundation, Inc. >

Re: [PATCH v2 09/10] udf: Replace license notice with SPDX identifier

2023-05-13 Thread Bagas Sanjaya
On 5/12/23 20:21, Richard Fontana wrote: > On Fri, May 12, 2023 at 6:07 AM Bagas Sanjaya wrote: > >> diff --git a/fs/udf/ecma_167.h b/fs/udf/ecma_167.h >> index de17a97e866742..b2b5bca45758df 100644 >> --- a/fs/udf/ecma_167.h >> +++ b/fs/udf/ecma_167.h >> @@ -1,3 +1,4 @@ >> +/* SPDX-License-Ident

Re: [PATCH v2 00/10] Treewide GPL SPDX conversion and cleanup (in response to Didi's GPL full name fixes)

2023-05-13 Thread Bagas Sanjaya
On 5/12/23 18:23, Greg Kroah-Hartman wrote: > I'm glad to take these types of changes through the SPDX tree, but > please break them up into smaller changes that show the justification > for each type of change in each subsystem, so that we can evaluate them > on an individual basis. As you did he