Re: [GIT PULL] Staging/IIO driver updates for 5.13-rc1

2021-04-26 Thread Stephen Rothwell
151.67fcf...@canb.auug.org.au/ (the scmi tree commit mentioned in the latter is now in the arm-soc tree) Not issues as such, but worth mentioning the conflicts and resolutions. -- Cheers, Stephen Rothwell pgpGUzVR9OafJ.pgp Description: OpenPGP digital

Re: [PATCH] staging: emxx_udc: Fix incorrectly defined global

2021-02-06 Thread Stephen Rothwell
S 0 /* GPIO_P153 on KZM9D */ > #define INT_VBUS 0 /* IRQ for GPIO_P153 */ > -struct gpio_desc *vbus_gpio; > -int vbus_irq; > +extern struct gpio_desc *vbus_gpio; > +extern int vbus_irq; > > /* Board dependence(Wait) */ > > --

Re: [GIT PULL] Staging/IIO driver changes for 5.11-rc1

2020-12-15 Thread Stephen Rothwell
-- Cheers, Stephen Rothwell pgp7wygbVYpNc.pgp Description: OpenPGP digital signature ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: mmotm 2020-03-28-22-17 uploaded (staging/octeon/)

2020-03-29 Thread Stephen Rothwell
. > > > Looks like it should be this change: > > - skb_reset_tc(skb); > + skb_reset_redirect(skb); I applied the above as a merge resolution patch for the staging tree merge today, as the inline removal was a late change to Linus' tree. -- Cheers, Stephen Roth

Re: [PATCH RFC] erofs: move erofs out of staging

2019-08-06 Thread Stephen Rothwell
Hi Gao, On Wed, 7 Aug 2019 01:02:58 +0800 Gao Xiang wrote: > > On Wed, Aug 07, 2019 at 01:34:23AM +1000, Stephen Rothwell wrote: > > > > One small suggestion: just remove the file names from the comments at > > the top of the files rather than change them to reflect

Re: [PATCH RFC] erofs: move erofs out of staging

2019-08-06 Thread Stephen Rothwell
Hi Gao, One small suggestion: just remove the file names from the comments at the top of the files rather than change them to reflect that they have moved. We can usually tell the name of a file by its name :-) -- Cheers, Stephen Rothwell pgpeto9QVOyjN.pgp Description: OpenPGP digital

Re: [PATCH v3 01/24] erofs: add on-disk layout

2019-07-21 Thread Stephen Rothwell
r: GPL-2.0 OR Apache-2.0 */ I think the preferred tag is now GPL-2.0-only (assuming that is what is intended). -- Cheers, Stephen Rothwell pgpGO1xuMQjKg.pgp Description: OpenPGP digital signature ___ devel mailing list de...@lin

Re: [PATCH] Revert "staging: erofs: disable compiling temporarile"

2018-09-12 Thread Stephen Rothwell
> > staging: erofs: rename superblock flags (MS_xyz -> SB_xyz) > staging: erofs: update .mount and .remount_sb I noticed, thanks. -- Cheers, Stephen Rothwell pgphPCaln6Mel.pgp Description: OpenPGP digital signature _

Re: [PATCH] Revert "staging: erofs: disable compiling temporarile"

2018-09-05 Thread Stephen Rothwell
Hi all, On Wed, 29 Aug 2018 09:44:03 +1000 Stephen Rothwell wrote: > > On Tue, 28 Aug 2018 22:13:02 +0800 Chao Yu wrote: > > > > On 2018/8/28 21:05, Greg Kroah-Hartman wrote: > > > On Tue, Aug 28, 2018 at 04:56:43PM +0800, Chao Yu wrote: > > >> >

Re: [PATCH] Revert "staging: erofs: disable compiling temporarile"

2018-08-28 Thread Stephen Rothwell
t;> I applied those patch sets to my -next branch already, right? So those > >>> > >>> Yes, Thank you for applying those patches. :) > >>> > >>>> would be going into 4.20-rc1, it is time now for "bugfixes only" for

Re: [PATCH v2] staging: emxx_udc: allow modular build

2016-07-25 Thread Stephen Rothwell
= true, + .name = driver_name, }, }; -builtin_platform_driver(udc_driver); +module_platform_driver(udc_driver); + +MODULE_DESCRIPTION(DRIVER_DESC); +MODULE_AUTHOR("Renesas Electronics Corporation"); +MODULE_LICENSE("GPL"); -- Cheers, Stephen Rothwell ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH] staging/rdma/hfi1: Fix for module parameter hdrq_entsize when it's 0

2015-12-10 Thread Stephen Rothwell
Hi Mike, On Thu, 10 Dec 2015 16:02:49 -0500 Mike Marciniszyn wrote: > > From: Sebastian Sanchez linux-nxt doesn't really need to be informed about random changes to stuff in staging unless it fixes a linux-next specific problem. -- Cheers, Stephen Rothwell

Re: linux-next: Tree for Aug 17 (staging/hfi1)

2015-08-18 Thread Stephen Rothwell
ed in the rdma tree (and the trace.h file only exists there), it needs to be fixed there. -- Cheers, Stephen Rothwells...@canb.auug.org.au ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH] staging: board: Kconfig: Let STAGING_BOARD depend on CLKDEV_LOOKUP

2015-07-06 Thread Stephen Rothwell
Hi Paul, On Mon, 6 Jul 2015 09:42:47 -0400 Paul Gortmaker wrote: > > [Re: [PATCH] staging: board: Kconfig: Let STAGING_BOARD depend on > CLKDEV_LOOKUP] On 06/07/2015 (Mon 08:48) Stephen Rothwell wrote: > > > On Sun, 5 Jul 2015 18:57:51 +0200 Geert Uytterhoeven > > w

Re: [PATCH] staging: board: Kconfig: Let STAGING_BOARD depend on CLKDEV_LOOKUP

2015-07-05 Thread Stephen Rothwell
atch to my fixes tree today (only because I couldn't easily find a copy of Paul's patch (sorry Paul) i.e. how does one get a full mail message from lkml.org? Or Geert, maybe that is not the best place to link to. -- Cheers, Stephen Rothwells...@canb.auug.o

Re: [RFC][PATCH] x86: remove vmalloc.h from asm/io.h

2015-06-01 Thread Stephen Rothwell
Hi Dave, On Mon, 01 Jun 2015 15:59:31 -0700 (PDT) David Miller wrote: > > From: Stephen Rothwell > Date: Fri, 29 May 2015 19:18:47 +1000 > > > Nothing in asm/io.h uses anything from vmalloc.h, so remove the include > > and fix up the build problems in an allmodc

Re: [RFC][PATCH] x86: remove vmalloc.h from asm/io.h

2015-05-29 Thread Stephen Rothwell
Hi Takashi, On Fri, 29 May 2015 14:43:14 +0200 Takashi Iwai wrote: > > For the sound bits, > Acked-by: Takashi Iwai Thanks, noted. -- Cheers, Stephen Rothwells...@canb.auug.org.au pgpcAWfsHc9aM.pgp Description: OpenPGP digital

Re: [RFC][PATCH] x86: remove vmalloc.h from asm/io.h

2015-05-29 Thread Stephen Rothwell
est. Good idea. the allnoconfigs produced this further patch. I will squash it into the original. The defconfigs built ok. From: Stephen Rothwell Date: Fri, 29 May 2015 22:01:41 +1000 Subject: [PATCH] x86: more fixes for removing vmalloc.h fron asm/io.h Signed-off-by: Stephen Rothwell --- arch

[RFC][PATCH] x86: remove vmalloc.h from asm/io.h

2015-05-29 Thread Stephen Rothwell
Cc: Kristen Carlson Accardi Cc: Viresh Kumar Cc: Vinod Koul Cc: "K. Y. Srinivasan" Cc: Haiyang Zhang Cc: Hiral Patel Cc: Suma Ramars Cc: Brian Uchino Cc: "James E.J. Bottomley" Cc: Jaroslav Kysela Cc: Takashi Iwai Cc: Andrew Morton Suggested-by: David Miller Signed-

Re: [PATCH] gpio: removes all usage of gpiochip_remove retval

2014-05-29 Thread Stephen Rothwell
log for this patch. -- Cheers, Stephen Rothwells...@canb.auug.org.au signature.asc Description: PGP signature ___ devel mailing list de...@linuxdriverproject.org http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel

Re: [PATCH linux-next] imx-drm: imx-tve: remove unused variable

2014-05-25 Thread Stephen Rothwell
tve.c @@ -249,7 +249,6 @@ static int imx_tve_connector_mode_valid(struct drm_connector *connector, { struct imx_tve *tve = con_to_tve(connector); unsigned long rate; - int ret; /* pixel clock with 2x oversampling */ rate = clk_round_rate(tve->

Re: [PATCH net-next,v3] hyperv: Add support for virtual Receive Side Scaling (vRSS)

2014-03-19 Thread Stephen Rothwell
) And the need for the extern on variable declarations was one reason I gave for not removing it from the function declarations (consistency is good :-)). -- Cheers, Stephen Rothwells...@canb.auug.org.au pgpCLASopPHsO.pgp Description: PGP signature

linux-next: build failure after merge of the wireless-next tree

2014-03-05 Thread Stephen Rothwell
eq(msg2.dschannel.data)), ^ Caused by commit 3ebe8e257307 ("ieee80211: remove function ieee80211_ {dsss_chan_to_freq, freq_to_dsss_chan}"). I disabled the staging tree driver like this: From: Stephen Rothwell Date: Thu, 6 Mar 2014 13:17:16 +1100 Subject: [PATCH] staging: d