* Re: [PATCH v10 1/5] configfs: Allow dynamic group creation [not found] ` <20151106075008.GA30535@lst.de> @ 2015-11-06 8:48 ` Daniel Baluta 2015-11-06 9:31 ` Lars-Peter Clausen 0 siblings, 1 reply; 13+ messages in thread From: Daniel Baluta @ 2015-11-06 8:48 UTC (permalink / raw) To: Christoph Hellwig, Andrew Morton, Jonathan Cameron Cc: Daniel Baluta, Joel Becker, linux-iio@vger.kernel.org, linux-fsdevel, Lars-Peter Clausen, Hartmut Knaack, Linux Kernel Mailing List, octavian.purdila@intel.com, Paul Bolle, patrick.porlan, Adriana Reus, constantin.musca, marten, Cristina Georgiana Opriceana, Peter Meerwald, viro On Fri, Nov 6, 2015 at 9:50 AM, Christoph Hellwig <hch@lst.de> wrote: > Is this going into 4.4 through the iio tree? If not is there any chance > to get it in through some other tree? While we're not past the merge > window is trivial new functionality that doesn't change code, and I'd like to > move existing configfs users over to it ASAP, so getting it into a baseline > tree ASAP would be immensely helpful. I think Jonathan could take this via linux-iio around Sunday. Could anyone do it faster :)? Andrew? > > Oh, and: > > Reviewed-by: Christoph Hellwig <hch@lst.de> I didn't add your Reviewed-by tag because I removed configfs_alloc_group/configfs_free_group functions. Thanks Christoph! ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v10 1/5] configfs: Allow dynamic group creation 2015-11-06 8:48 ` [PATCH v10 1/5] configfs: Allow dynamic group creation Daniel Baluta @ 2015-11-06 9:31 ` Lars-Peter Clausen 2015-11-06 17:38 ` Jonathan Cameron 0 siblings, 1 reply; 13+ messages in thread From: Lars-Peter Clausen @ 2015-11-06 9:31 UTC (permalink / raw) To: Daniel Baluta, Christoph Hellwig, Andrew Morton, Jonathan Cameron Cc: Joel Becker, linux-iio@vger.kernel.org, linux-fsdevel, Hartmut Knaack, Linux Kernel Mailing List, octavian.purdila@intel.com, Paul Bolle, patrick.porlan, Adriana Reus, constantin.musca, marten, Cristina Georgiana Opriceana, Peter Meerwald, viro On 11/06/2015 09:48 AM, Daniel Baluta wrote: > On Fri, Nov 6, 2015 at 9:50 AM, Christoph Hellwig <hch@lst.de> wrote: >> Is this going into 4.4 through the iio tree? If not is there any chance >> to get it in through some other tree? While we're not past the merge >> window is trivial new functionality that doesn't change code, and I'd like to >> move existing configfs users over to it ASAP, so getting it into a baseline >> tree ASAP would be immensely helpful. > > I think Jonathan could take this via linux-iio around Sunday. > Since the IIO tree goes through the staging tree, which is already closed for 4.4, we won't be able to get it into 4.4 through the IIO tree. The whole configfs support for IIO will have to wait for 4.5. > Could anyone do it faster :)? Andrew? ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v10 1/5] configfs: Allow dynamic group creation 2015-11-06 9:31 ` Lars-Peter Clausen @ 2015-11-06 17:38 ` Jonathan Cameron 2015-11-07 13:09 ` Christoph Hellwig 0 siblings, 1 reply; 13+ messages in thread From: Jonathan Cameron @ 2015-11-06 17:38 UTC (permalink / raw) To: Lars-Peter Clausen, Daniel Baluta, Christoph Hellwig, Andrew Morton, Jonathan Cameron Cc: Joel Becker, linux-iio@vger.kernel.org, linux-fsdevel, Hartmut Knaack, Linux Kernel Mailing List, octavian.purdila@intel.com, Paul Bolle, patrick.porlan, Adriana Reus, constantin.musca, marten, Cristina Georgiana Opriceana, Peter Meerwald, viro [-- Attachment #1: Type: text/plain, Size: 1560 bytes --] On 6 November 2015 09:31:25 GMT+00:00, Lars-Peter Clausen <lars@metafoo.de> wrote: >On 11/06/2015 09:48 AM, Daniel Baluta wrote: >> On Fri, Nov 6, 2015 at 9:50 AM, Christoph Hellwig <hch@lst.de> wrote: >>> Is this going into 4.4 through the iio tree? If not is there any >chance >>> to get it in through some other tree? While we're not past the >merge >>> window is trivial new functionality that doesn't change code, and >I'd like to >>> move existing configfs users over to it ASAP, so getting it into a >baseline >>> tree ASAP would be immensely helpful. >> >> I think Jonathan could take this via linux-iio around Sunday. >> > >Since the IIO tree goes through the staging tree, which is already >closed >for 4.4, we won't be able to get it into 4.4 through the IIO tree. The >whole >configfs support for IIO will have to wait for 4.5. Yup. I'd have no objection to a direct request to Linus to take this as a one off. Or we can do an immutable branch and pull it into all relevant subtrees so all users can hit mainline all in 4.5 without waiting for a cycle. That tends to work well for bits like this. Something odd going on with my email as I missed this version entirely. Will investigate. Reading up on the archive. Jonathan > >> Could anyone do it faster :)? Andrew? >-- >To unsubscribe from this list: send the line "unsubscribe linux-iio" in >the body of a message to majordomo@vger.kernel.org >More majordomo info at http://vger.kernel.org/majordomo-info.html -- Sent from my Android device with K-9 Mail. Please excuse my brevity. [-- Attachment #2: Type: text/html, Size: 1946 bytes --] ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v10 1/5] configfs: Allow dynamic group creation 2015-11-06 17:38 ` Jonathan Cameron @ 2015-11-07 13:09 ` Christoph Hellwig 2015-11-08 15:30 ` Jonathan Cameron 0 siblings, 1 reply; 13+ messages in thread From: Christoph Hellwig @ 2015-11-07 13:09 UTC (permalink / raw) To: Jonathan Cameron Cc: Lars-Peter Clausen, Daniel Baluta, Christoph Hellwig, Andrew Morton, Jonathan Cameron, Joel Becker, linux-iio@vger.kernel.org, linux-fsdevel, Hartmut Knaack, Linux Kernel Mailing List, octavian.purdila@intel.com, Paul Bolle, patrick.porlan, Adriana Reus, constantin.musca, marten, Cristina Georgiana Opriceana, Peter Meerwald, viro On Fri, Nov 06, 2015 at 05:38:53PM +0000, Jonathan Cameron wrote: > Yup. I'd have no objection to a direct request to Linus to take this as a one off. I'd appreciate if you could give it a try. > Or we can do an immutable branch and pull it into all relevant subtrees so all > users can hit mainline all in 4.5 without waiting for a cycle. That tends to work well for bits like this. That would be the second best option. ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v10 1/5] configfs: Allow dynamic group creation 2015-11-07 13:09 ` Christoph Hellwig @ 2015-11-08 15:30 ` Jonathan Cameron 0 siblings, 0 replies; 13+ messages in thread From: Jonathan Cameron @ 2015-11-08 15:30 UTC (permalink / raw) To: Christoph Hellwig, Jonathan Cameron Cc: Lars-Peter Clausen, Daniel Baluta, Andrew Morton, Joel Becker, linux-iio@vger.kernel.org, linux-fsdevel, Hartmut Knaack, Linux Kernel Mailing List, octavian.purdila@intel.com, Paul Bolle, patrick.porlan, Adriana Reus, constantin.musca, marten, Cristina Georgiana Opriceana, Peter Meerwald, viro, Greg KH On 07/11/15 13:09, Christoph Hellwig wrote: > On Fri, Nov 06, 2015 at 05:38:53PM +0000, Jonathan Cameron wrote: >> Yup. I'd have no objection to a direct request to Linus to take this as a one off. > > I'd appreciate if you could give it a try. Unfortunately this would fall out of scope for me to send. The bit we care about is definitely a file system code change in configfs. Whilst the first user will probably be IIO, I can't justify to Linus why it is necessary to put this in place ASAP rather than via normal paths (which in my case is via Greg) If Joel was active I'd suggest it should come from him if we want to try this, as he isn't (as a side note, we should probably update the MAINTAINERS entry to mark it as unmaintained I guess), who ends up being maintainer of last resort for file systems? <quick git log browse later> I'd say you need to make a case to Al Viro or Andrew Morton. > >> Or we can do an immutable branch and pull it into all relevant subtrees so all >> users can hit mainline all in 4.5 without waiting for a cycle. That tends to work well for bits like this. > > That would be the second best option. I can do this easily enough and it's probably my preferred option. Jonathan > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > ^ permalink raw reply [flat|nested] 13+ messages in thread
[parent not found: <20151110065126.GA20339@lst.de>]
* Re: [PATCH v10 1/5] configfs: Allow dynamic group creation [not found] ` <20151110065126.GA20339@lst.de> @ 2015-11-10 21:12 ` Andrew Morton 2015-11-11 6:43 ` Jonathan Cameron 2015-11-11 23:08 ` Joel Becker 0 siblings, 2 replies; 13+ messages in thread From: Andrew Morton @ 2015-11-10 21:12 UTC (permalink / raw) To: Christoph Hellwig Cc: Daniel Baluta, jic23, jlbec, linux-iio, linux-fsdevel, lars, knaack.h, linux-kernel, octavian.purdila, pebolle, patrick.porlan, adriana.reus, constantin.musca, marten, cristina.opriceana, pmeerw, viro On Tue, 10 Nov 2015 07:51:26 +0100 Christoph Hellwig <hch@lst.de> wrote: > is this simple addition something you could still send on to Linus > for this merge window? I would make my life easier to have it in > so I could start using it in patches for various trees in the next > merge window. It's super late, but the configfs changes are obviously safe to existing code. What about the IIO changes? Will someone be merging them for 4.5-rc1, or something else? ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v10 1/5] configfs: Allow dynamic group creation 2015-11-10 21:12 ` Andrew Morton @ 2015-11-11 6:43 ` Jonathan Cameron 2015-11-15 10:39 ` Jonathan Cameron 2015-11-11 23:08 ` Joel Becker 1 sibling, 1 reply; 13+ messages in thread From: Jonathan Cameron @ 2015-11-11 6:43 UTC (permalink / raw) To: Andrew Morton, Christoph Hellwig Cc: Daniel Baluta, jic23, jlbec, linux-iio, linux-fsdevel, lars, knaack.h, linux-kernel, octavian.purdila, pebolle, patrick.porlan, adriana.reus, constantin.musca, marten, cristina.opriceana, pmeerw, viro On 10 November 2015 21:12:37 GMT+00:00, Andrew Morton <akpm@linux-foundation.org> wrote: >On Tue, 10 Nov 2015 07:51:26 +0100 Christoph Hellwig <hch@lst.de> >wrote: > >> is this simple addition something you could still send on to Linus >> for this merge window? I would make my life easier to have it in >> so I could start using it in patches for various trees in the next >> merge window. > >It's super late, but the configfs changes are obviously safe to >existing code. > >What about the IIO changes? Will someone be merging them for 4.5-rc1, >or something else? Yes. I'll take the IIO bits and ultimately they'll go through Greg KH for the 4.5 merge window. Jonathan > >-- >To unsubscribe from this list: send the line "unsubscribe linux-iio" in >the body of a message to majordomo@vger.kernel.org >More majordomo info at http://vger.kernel.org/majordomo-info.html -- Sent from my Android device with K-9 Mail. Please excuse my brevity. ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v10 1/5] configfs: Allow dynamic group creation 2015-11-11 6:43 ` Jonathan Cameron @ 2015-11-15 10:39 ` Jonathan Cameron 2015-11-17 23:47 ` Andrew Morton 0 siblings, 1 reply; 13+ messages in thread From: Jonathan Cameron @ 2015-11-15 10:39 UTC (permalink / raw) To: Jonathan Cameron, Andrew Morton, Christoph Hellwig Cc: Daniel Baluta, jlbec, linux-iio, linux-fsdevel, lars, knaack.h, linux-kernel, octavian.purdila, pebolle, patrick.porlan, adriana.reus, constantin.musca, marten, cristina.opriceana, pmeerw, viro On 11/11/15 06:43, Jonathan Cameron wrote: > > > On 10 November 2015 21:12:37 GMT+00:00, Andrew Morton <akpm@linux-foundation.org> wrote: >> On Tue, 10 Nov 2015 07:51:26 +0100 Christoph Hellwig <hch@lst.de> >> wrote: >> >>> is this simple addition something you could still send on to Linus >>> for this merge window? I would make my life easier to have it in >>> so I could start using it in patches for various trees in the next >>> merge window. >> >> It's super late, but the configfs changes are obviously safe to >> existing code. >> >> What about the IIO changes? Will someone be merging them for 4.5-rc1, >> or something else? > Yes. I'll take the IIO bits and ultimately they'll go through Greg KH for the 4.5 > merge window. > Hi Andrew, Just taken a quick look at your mmotm list and see this ended up in the mainline later group (fair enough given the timing!). As such shall we fall back to plan b) a special git branch pulled into the trees of anyone who cares? I'll base such a tree on some obvious point in Linus' tree (either 4.4 or 4.5-rc1) That way I can get the IIO stuff queued up asap and we can build on that going forward during this cycle. Thanks, Jonathan ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v10 1/5] configfs: Allow dynamic group creation 2015-11-15 10:39 ` Jonathan Cameron @ 2015-11-17 23:47 ` Andrew Morton 2015-11-18 7:33 ` Jonathan Cameron 0 siblings, 1 reply; 13+ messages in thread From: Andrew Morton @ 2015-11-17 23:47 UTC (permalink / raw) To: Jonathan Cameron Cc: Jonathan Cameron, Christoph Hellwig, Daniel Baluta, jlbec, linux-iio, linux-fsdevel, lars, knaack.h, linux-kernel, octavian.purdila, pebolle, patrick.porlan, adriana.reus, constantin.musca, marten, cristina.opriceana, pmeerw, viro On Sun, 15 Nov 2015 10:39:08 +0000 Jonathan Cameron <jic23@kernel.org> wrote: > On 11/11/15 06:43, Jonathan Cameron wrote: > > > > > > On 10 November 2015 21:12:37 GMT+00:00, Andrew Morton <akpm@linux-foundation.org> wrote: > >> On Tue, 10 Nov 2015 07:51:26 +0100 Christoph Hellwig <hch@lst.de> > >> wrote: > >> > >>> is this simple addition something you could still send on to Linus > >>> for this merge window? I would make my life easier to have it in > >>> so I could start using it in patches for various trees in the next > >>> merge window. > >> > >> It's super late, but the configfs changes are obviously safe to > >> existing code. > >> > >> What about the IIO changes? Will someone be merging them for 4.5-rc1, > >> or something else? > > Yes. I'll take the IIO bits and ultimately they'll go through Greg KH for the 4.5 > > merge window. > > > Hi Andrew, > > Just taken a quick look at your mmotm list and see this ended up in the > mainline later group (fair enough given the timing!). > As such shall we fall back to plan b) a special git branch pulled into the trees > of anyone who cares? > > I'll base such a tree on some obvious point in Linus' tree (either 4.4 or 4.5-rc1) > That way I can get the IIO stuff queued up asap and we can build on that going > forward during this cycle. I plan to send configfs-allow-dynamic-group-creation.patch to Linus this week. I'll retain iio-core-introduce-iio-configfs-support.patch iio-core-introduce-iio-software-triggers.patch iio-core-introduce-iio-software-triggers-fix.patch iio-trigger-introduce-iio-hrtimer-based-trigger.patch iio-documentation-add-iio-configfs-documentation.patch with a view to dropping them once I see them turn up in linux-next. ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v10 1/5] configfs: Allow dynamic group creation 2015-11-17 23:47 ` Andrew Morton @ 2015-11-18 7:33 ` Jonathan Cameron 2015-11-29 17:27 ` Jonathan Cameron 0 siblings, 1 reply; 13+ messages in thread From: Jonathan Cameron @ 2015-11-18 7:33 UTC (permalink / raw) To: Andrew Morton, Jonathan Cameron Cc: Christoph Hellwig, Daniel Baluta, jlbec, linux-iio, linux-fsdevel, lars, knaack.h, linux-kernel, octavian.purdila, pebolle, patrick.porlan, adriana.reus, constantin.musca, marten, cristina.opriceana, pmeerw, viro On 17 November 2015 23:47:16 GMT+00:00, Andrew Morton <akpm@linux-foundation.org> wrote: >On Sun, 15 Nov 2015 10:39:08 +0000 Jonathan Cameron <jic23@kernel.org> >wrote: > >> On 11/11/15 06:43, Jonathan Cameron wrote: >> > >> > >> > On 10 November 2015 21:12:37 GMT+00:00, Andrew Morton ><akpm@linux-foundation.org> wrote: >> >> On Tue, 10 Nov 2015 07:51:26 +0100 Christoph Hellwig <hch@lst.de> >> >> wrote: >> >> >> >>> is this simple addition something you could still send on to >Linus >> >>> for this merge window? I would make my life easier to have it in >> >>> so I could start using it in patches for various trees in the >next >> >>> merge window. >> >> >> >> It's super late, but the configfs changes are obviously safe to >> >> existing code. >> >> >> >> What about the IIO changes? Will someone be merging them for >4.5-rc1, >> >> or something else? >> > Yes. I'll take the IIO bits and ultimately they'll go through Greg >KH for the 4.5 >> > merge window. >> > >> Hi Andrew, >> >> Just taken a quick look at your mmotm list and see this ended up in >the >> mainline later group (fair enough given the timing!). >> As such shall we fall back to plan b) a special git branch pulled >into the trees >> of anyone who cares? >> >> I'll base such a tree on some obvious point in Linus' tree (either >4.4 or 4.5-rc1) >> That way I can get the IIO stuff queued up asap and we can build on >that going >> forward during this cycle. > >I plan to send configfs-allow-dynamic-group-creation.patch to Linus >this week. I'll retain > >iio-core-introduce-iio-configfs-support.patch >iio-core-introduce-iio-software-triggers.patch >iio-core-introduce-iio-software-triggers-fix.patch >iio-trigger-introduce-iio-hrtimer-based-trigger.patch >iio-documentation-add-iio-configfs-documentation.patch > >with a view to dropping them once I see them turn up in linux-next. That's great. Thanks. Jonathan -- Sent from my Android device with K-9 Mail. Please excuse my brevity. ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v10 1/5] configfs: Allow dynamic group creation 2015-11-18 7:33 ` Jonathan Cameron @ 2015-11-29 17:27 ` Jonathan Cameron 2015-12-02 18:32 ` Jonathan Cameron 0 siblings, 1 reply; 13+ messages in thread From: Jonathan Cameron @ 2015-11-29 17:27 UTC (permalink / raw) To: Jonathan Cameron, Andrew Morton Cc: Christoph Hellwig, Daniel Baluta, jlbec, linux-iio, linux-fsdevel, lars, knaack.h, linux-kernel, octavian.purdila, pebolle, patrick.porlan, adriana.reus, constantin.musca, marten, cristina.opriceana, pmeerw, viro On 18/11/15 07:33, Jonathan Cameron wrote: > > > On 17 November 2015 23:47:16 GMT+00:00, Andrew Morton <akpm@linux-foundation.org> wrote: >> On Sun, 15 Nov 2015 10:39:08 +0000 Jonathan Cameron <jic23@kernel.org> >> wrote: >> >>> On 11/11/15 06:43, Jonathan Cameron wrote: >>>> >>>> >>>> On 10 November 2015 21:12:37 GMT+00:00, Andrew Morton >> <akpm@linux-foundation.org> wrote: >>>>> On Tue, 10 Nov 2015 07:51:26 +0100 Christoph Hellwig <hch@lst.de> >>>>> wrote: >>>>> >>>>>> is this simple addition something you could still send on to >> Linus >>>>>> for this merge window? I would make my life easier to have it in >>>>>> so I could start using it in patches for various trees in the >> next >>>>>> merge window. >>>>> >>>>> It's super late, but the configfs changes are obviously safe to >>>>> existing code. >>>>> >>>>> What about the IIO changes? Will someone be merging them for >> 4.5-rc1, >>>>> or something else? >>>> Yes. I'll take the IIO bits and ultimately they'll go through Greg >> KH for the 4.5 >>>> merge window. >>>> >>> Hi Andrew, >>> >>> Just taken a quick look at your mmotm list and see this ended up in >> the >>> mainline later group (fair enough given the timing!). >>> As such shall we fall back to plan b) a special git branch pulled >> into the trees >>> of anyone who cares? >>> >>> I'll base such a tree on some obvious point in Linus' tree (either >> 4.4 or 4.5-rc1) >>> That way I can get the IIO stuff queued up asap and we can build on >> that going >>> forward during this cycle. >> >> I plan to send configfs-allow-dynamic-group-creation.patch to Linus >> this week. I'll retain >> >> iio-core-introduce-iio-configfs-support.patch >> iio-core-introduce-iio-software-triggers.patch >> iio-core-introduce-iio-software-triggers-fix.patch >> iio-trigger-introduce-iio-hrtimer-based-trigger.patch >> iio-documentation-add-iio-configfs-documentation.patch >> >> with a view to dropping them once I see them turn up in linux-next. > > That's great. Thanks. I've now applied the rest of the series to my local togreg branch and pushed out as testing for the autobuilders to play with them. This branch will get rebased once Greg has picked up the previous PULL request. Thanks, Jonathan > > Jonathan > ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v10 1/5] configfs: Allow dynamic group creation 2015-11-29 17:27 ` Jonathan Cameron @ 2015-12-02 18:32 ` Jonathan Cameron 0 siblings, 0 replies; 13+ messages in thread From: Jonathan Cameron @ 2015-12-02 18:32 UTC (permalink / raw) To: Jonathan Cameron, Andrew Morton Cc: Christoph Hellwig, Daniel Baluta, jlbec, linux-iio, linux-fsdevel, lars, knaack.h, linux-kernel, octavian.purdila, pebolle, patrick.porlan, adriana.reus, constantin.musca, marten, cristina.opriceana, pmeerw, viro On 29/11/15 17:27, Jonathan Cameron wrote: > On 18/11/15 07:33, Jonathan Cameron wrote: >> >> >> On 17 November 2015 23:47:16 GMT+00:00, Andrew Morton <akpm@linux-foundation.org> wrote: >>> On Sun, 15 Nov 2015 10:39:08 +0000 Jonathan Cameron <jic23@kernel.org> >>> wrote: >>> >>>> On 11/11/15 06:43, Jonathan Cameron wrote: >>>>> >>>>> >>>>> On 10 November 2015 21:12:37 GMT+00:00, Andrew Morton >>> <akpm@linux-foundation.org> wrote: >>>>>> On Tue, 10 Nov 2015 07:51:26 +0100 Christoph Hellwig <hch@lst.de> >>>>>> wrote: >>>>>> >>>>>>> is this simple addition something you could still send on to >>> Linus >>>>>>> for this merge window? I would make my life easier to have it in >>>>>>> so I could start using it in patches for various trees in the >>> next >>>>>>> merge window. >>>>>> >>>>>> It's super late, but the configfs changes are obviously safe to >>>>>> existing code. >>>>>> >>>>>> What about the IIO changes? Will someone be merging them for >>> 4.5-rc1, >>>>>> or something else? >>>>> Yes. I'll take the IIO bits and ultimately they'll go through Greg >>> KH for the 4.5 >>>>> merge window. >>>>> >>>> Hi Andrew, >>>> >>>> Just taken a quick look at your mmotm list and see this ended up in >>> the >>>> mainline later group (fair enough given the timing!). >>>> As such shall we fall back to plan b) a special git branch pulled >>> into the trees >>>> of anyone who cares? >>>> >>>> I'll base such a tree on some obvious point in Linus' tree (either >>> 4.4 or 4.5-rc1) >>>> That way I can get the IIO stuff queued up asap and we can build on >>> that going >>>> forward during this cycle. >>> >>> I plan to send configfs-allow-dynamic-group-creation.patch to Linus >>> this week. I'll retain >>> >>> iio-core-introduce-iio-configfs-support.patch >>> iio-core-introduce-iio-software-triggers.patch >>> iio-core-introduce-iio-software-triggers-fix.patch >>> iio-trigger-introduce-iio-hrtimer-based-trigger.patch >>> iio-documentation-add-iio-configfs-documentation.patch >>> >>> with a view to dropping them once I see them turn up in linux-next. >> >> That's great. Thanks. > I've now applied the rest of the series to my local togreg branch and pushed > out as testing for the autobuilders to play with them. > > This branch will get rebased once Greg has picked up the previous PULL request. Now rebased - I also made a tiny change to take the iio_configfs_subsys structure static in response to a sparse warning - shout if I've done anything silly. > > Thanks, > > Jonathan >> >> Jonathan >> > > -- > To unsubscribe from this list: send the line "unsubscribe linux-iio" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > ^ permalink raw reply [flat|nested] 13+ messages in thread
* Re: [PATCH v10 1/5] configfs: Allow dynamic group creation 2015-11-10 21:12 ` Andrew Morton 2015-11-11 6:43 ` Jonathan Cameron @ 2015-11-11 23:08 ` Joel Becker 1 sibling, 0 replies; 13+ messages in thread From: Joel Becker @ 2015-11-11 23:08 UTC (permalink / raw) To: Andrew Morton Cc: Christoph Hellwig, Daniel Baluta, jic23, linux-iio, linux-fsdevel, lars, knaack.h, linux-kernel, octavian.purdila, pebolle, patrick.porlan, adriana.reus, constantin.musca, marten, cristina.opriceana, pmeerw, viro On Tue, Nov 10, 2015 at 01:12:37PM -0800, Andrew Morton wrote: > On Tue, 10 Nov 2015 07:51:26 +0100 Christoph Hellwig <hch@lst.de> wrote: > > > is this simple addition something you could still send on to Linus > > for this merge window? I would make my life easier to have it in > > so I could start using it in patches for various trees in the next > > merge window. > > It's super late, but the configfs changes are obviously safe to > existing code. Loving this change, even if this is merely a drive-by: Acked-by: Joel Becker <jlbec@evilplan.org> > > What about the IIO changes? Will someone be merging them for 4.5-rc1, > or something else? > -- "Copy from one, it's plagiarism; copy from two, it's research." - Wilson Mizner http://www.jlbec.org/ jlbec@evilplan.org ^ permalink raw reply [flat|nested] 13+ messages in thread
end of thread, other threads:[~2015-12-02 18:32 UTC | newest]
Thread overview: 13+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <1445614411-533-1-git-send-email-daniel.baluta@intel.com>
[not found] ` <1445614411-533-2-git-send-email-daniel.baluta@intel.com>
[not found] ` <20151106075008.GA30535@lst.de>
2015-11-06 8:48 ` [PATCH v10 1/5] configfs: Allow dynamic group creation Daniel Baluta
2015-11-06 9:31 ` Lars-Peter Clausen
2015-11-06 17:38 ` Jonathan Cameron
2015-11-07 13:09 ` Christoph Hellwig
2015-11-08 15:30 ` Jonathan Cameron
[not found] ` <20151110065126.GA20339@lst.de>
2015-11-10 21:12 ` Andrew Morton
2015-11-11 6:43 ` Jonathan Cameron
2015-11-15 10:39 ` Jonathan Cameron
2015-11-17 23:47 ` Andrew Morton
2015-11-18 7:33 ` Jonathan Cameron
2015-11-29 17:27 ` Jonathan Cameron
2015-12-02 18:32 ` Jonathan Cameron
2015-11-11 23:08 ` Joel Becker
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox