t, then we are at least explicit about our
> behavior now and it can be further refined down the line.
>
> Signed-off-by: Maxime Ripard
> ---
Tested-by: Charles Keepax
Thanks,
Charles
On Thu, Apr 06, 2023 at 10:30:25PM +0200, Krzysztof Kozlowski wrote:
> Statically allocated array of pointed to hwmon_channel_info can be made
> const for safety.
>
> Signed-off-by: Krzysztof Kozlowski
> ---
Acked-by: Charles Keepax
Thanks,
Charles
On Fri, Nov 04, 2022 at 02:18:22PM +0100, Maxime Ripard wrote:
> The determine_rate hook allows to select the proper parent and its rate
> for a given clock configuration. On another hand, set_parent is there to
> change the parent of a mux.
>
> Some clocks provide a set_parent hook but don't impl
n oversight, then we are at least explicit about our
> behavior now and it can be further refined down the line.
>
Yeah I don't think there would be anything wrong with this clock
changing parents on a rate change, but as you say this can be
refined down the line if someone needs the beh
removing a few
> false-positives.
>
> Signed-off-by: Mauro Carvalho Chehab
> ---
> drivers/input/touchscreen/wm97xx-core.c | 2 +-
Acked-by: Charles Keepax
Thanks,
Charles
___
dri-devel mailing list
dri-devel@lists.freedesktop.org
On Wed, Sep 30, 2015 at 08:26:37PM +0900, Inki Dae wrote:
> Hi,
>
> On 2015ë
09ì 28ì¼ 01:11, Charles Keepax wrote:
> > If binding failed calling exynos_dp_enable in exynos_dp_resume will
> > result in several NULL pointer dereferences. It is much better to
> >
If binding failed calling exynos_dp_enable in exynos_dp_resume will
result in several NULL pointer dereferences. It is much better to
simply skip suspend/resume handling if bind has failed, do so by
checking if a drm_dev exists.
Signed-off-by: Charles Keepax
---
drivers/gpu/drm/exynos
On Fri, Mar 06, 2015 at 10:13:42PM +0900, Inki Dae wrote:
> On 2015ë
02ì 18ì¼ 02:14, Charles Keepax wrote:
> > The commit "drm/exynos: remove exynos_plane_dpms" (d9ea6256) removed the
> > use of the enabled flag, which means that the code may attempt to call
>
On Tue, Feb 17, 2015 at 09:18:28PM +0100, Javier Martinez Canillas wrote:
> Hello Charles,
>
> On Tue, Feb 17, 2015 at 5:58 PM, Charles Keepax
> wrote:
> > This reverts commit 8dcc14f82f06fce997e35f4c77ced9d4ed192f31.
> >
> > This patch causes this error on Arndale
referenced.
Signed-off-by: Charles Keepax
---
drivers/gpu/drm/exynos/exynos_drm_plane.c |2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/drivers/gpu/drm/exynos/exynos_drm_plane.c
b/drivers/gpu/drm/exynos/exynos_drm_plane.c
index 2dfb847..78fc0a1 100644
--- a/drivers/gpu/
tree
implementation, but not in mainline. Simplest solution seems
to be to revert this patch such that the IOMMU driver is not built in
on Arndale until it is fixed.
Signed-off-by: Charles Keepax
---
drivers/gpu/drm/exynos/Kconfig |5 +++--
1 files changed, 3 insertions(+), 2 deletions(-)
11 matches
Mail list logo