Re: [PATCH 64/64] i2c: reword i2c_algorithm in drivers according to newest specification

2024-03-22 Thread Bjorn Andersson
rsions are > needed. For the others more work needs to be done but this will be > performed incrementally along with API changes/improvements. All these > changes here are simple search/replace results. > > Signed-off-by: Wolfram Sang Reviewed-by: Bjorn Andersson Regards, Bjorn

Re: (subset) [PATCH 00/40] soc: Convert to platform remove callback returning void

2023-10-02 Thread Bjorn Andersson
89f7d1264b2b1885345a28a32fd5e1e61f9c7 Best regards, -- Bjorn Andersson

Re: [PATCH 00/40] soc: Convert to platform remove callback returning void

2023-09-27 Thread Bjorn Andersson
On Wed, Sep 27, 2023 at 10:43:16AM +0200, Arnd Bergmann wrote: > On Wed, Sep 27, 2023, at 04:25, Joel Stanley wrote: > > On Mon, 25 Sept 2023 at 09:55, Uwe Kleine-König > > wrote: > >> > >> this series converts all platform drivers below drivers/soc to use > >> .remove_new(). The motivation is

Re: [PATCH 2/5] arm: dts: remove label = "cpu" from DSA dt-binding

2022-12-01 Thread Bjorn Andersson
On Wed, Nov 30, 2022 at 05:10:37PM +0300, Arınç ÜNAL wrote: [..] > arch/arm/boot/dts/qcom-ipq8064-rb3011.dts | 2 -- Acked-by: Bjorn Andersson Regards, Bjorn

Re: [PATCH] soc: move from strlcpy with unused retval to strscpy

2022-10-17 Thread Bjorn Andersson
cpy with unused retval to strscpy commit: 3f54a39819324e7adba8ff3c0e2bd97f218bb956 Best regards, -- Bjorn Andersson

Re: [PATCH] soc: move from strlcpy with unused retval to strscpy

2022-08-29 Thread Bjorn Andersson
tree? If you prefer: Acked-by: Bjorn Andersson Regards, Bjorn > drivers/soc/qcom/smp2p.c | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > > diff --git a/drivers/soc/fsl/qe/qe.c b/drivers/soc/fsl/qe/qe.c > index b3c226eb5292..58746e570d14 100644 > --- a/drivers/so

Re: [PATCH v2 4/4] bus: Make remove callback return void

2021-07-06 Thread Bjorn Andersson
On Tue 06 Jul 13:43 CDT 2021, Uwe Kleine-K?nig wrote: > Hello Bjorn, > > On Tue, Jul 06, 2021 at 01:08:18PM -0500, Bjorn Andersson wrote: > > On Tue 06 Jul 10:48 CDT 2021, Uwe Kleine-K?nig wrote: > > > diff --git a/drivers/rpmsg/rpmsg_core.c b/drivers/rpmsg/rpmsg_core.c

Re: [PATCH v2 4/4] bus: Make remove callback return void

2021-07-06 Thread Bjorn Andersson
ted buses return an ignored error code and so don't anticipate > wrong expectations for driver authors. > Thanks for doing this! Acked-by: Bjorn Andersson (rpmsg and apr) [..] > diff --git a/drivers/rpmsg/rpmsg_core.c b/drivers/rpmsg/rpmsg_core.c > index c1404d3dae2c..7f6fac618

Re: [PATCH v1 1/1] kernel.h: Split out panic and oops helpers

2021-04-06 Thread Bjorn Andersson
use new header. > Though for time being include new header back to kernel.h to avoid twisted > indirected includes for existing users. > Reviewed-by: Bjorn Andersson Regards, Bjorn

Re: [PATCH 00/25] Rid W=1 warnings in SoC

2020-11-10 Thread Bjorn Andersson
qcom patches): Reviewed-by: Bjorn Andersson and applied towards 5.11 Regards, Bjorn > Lee Jones (25): > soc: bcm: brcmstb: pm: pm-arm: Provide prototype for > brcmstb_pm_s3_finish() > soc: qcom: qcom_aoss: Remove set but unused variable 'tlen' > soc: qcom: qcom_aoss: Add missing de

Re: [PATCH 30/33] docs: ABI: cleanup several ABI documents

2020-11-03 Thread Bjorn Andersson
On Wed 28 Oct 09:23 CDT 2020, Mauro Carvalho Chehab wrote: [..] > .../ABI/testing/sysfs-class-remoteproc| 14 +- for this: Acked-by: Bjorn Andersson Thanks, Bjorn

Re: [PATCH v2 20/45] drivers: tty: serial: msm_serial: use devm_* functions

2019-05-26 Thread Bjorn Andersson
On Thu 14 Mar 15:33 PDT 2019, Enrico Weigelt, metux IT consult wrote: > Use the safer devm versions of memory mapping functions. > > Signed-off-by: Enrico Weigelt, metux IT consult As pointed out by others, this resource does not follow the life cycle of the port->dev, so I don't think this

Re: [PATCH v2 05/17] compat_ioctl: move more drivers to generic_compat_ioctl_ptrarg

2018-10-06 Thread Bjorn Andersson
pat_ioctl = rpmsg_ctrldev_ioctl, > + .compat_ioctl = generic_compat_ioctl_ptrarg, > }; > For rpmsg part Acked-by: Bjorn Andersson Regards, Bjorn

[PATCH 1/3] PCI: dwc: Handle host_init failures

2017-07-16 Thread Bjorn Andersson
In several dwc based drivers host_init can fail, so make sure to propagate and handle this to avoid continuing operation of a driver or hardware in an invalid state. Signed-off-by: Bjorn Andersson <bjorn.anders...@linaro.org> --- drivers/pci/dwc/pci-dra7xx.c | 4 +++- drivers/p

Re: [RFC] fs: add userspace critical mounts event support

2016-09-06 Thread Bjorn Andersson
On Tue 06 Sep 14:52 PDT 2016, Luis R. Rodriguez wrote: > We already have MODULE_FIRMWARE(), we could have MODULE_FIRMWARE_REQ() or > something like it to help annotate the the driver was only functional with the > firmware, punt things to kmod to deal with the requirements. That implies that a

Re: [RFC] fs: add userspace critical mounts event support

2016-09-06 Thread Bjorn Andersson
On Tue 06 Sep 11:32 PDT 2016, Linus Torvalds wrote: > On Tue, Sep 6, 2016 at 10:46 AM, Bjorn Andersson > <bjorn.anders...@linaro.org> wrote: > > > > Linus, I reversed the order of your questions/answers to fit my answer > > better. > > Nobody has actually

Re: [RFC] fs: add userspace critical mounts event support

2016-09-06 Thread Bjorn Andersson
On Fri 02 Sep 21:11 PDT 2016, Linus Torvalds wrote: Linus, I reversed the order of your questions/answers to fit my answer better. > On Fri, Sep 2, 2016 at 5:20 PM, Luis R. Rodriguez wrote: > > > > Thoughts ? > What are the drivers that need this, and why can't those drivers