* [GIT PULL] omap fixes for v2.6.32-rc3
@ 2009-10-07 18:51 Tony Lindgren
2009-10-08 21:29 ` Felipe Contreras
0 siblings, 1 reply; 18+ messages in thread
From: Tony Lindgren @ 2009-10-07 18:51 UTC (permalink / raw)
To: Linus Torvalds; +Cc: linux-omap, linux-kernel, linux-arm-kernel
Linus,
Please pull omap fixes from:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus
Regards,
Tony
The following changes since commit 374576a8b6f865022c0fd1ca62396889b23d66dd:
Linus Torvalds (1):
Linux 2.6.32-rc3
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus
Artem Bityutskiy (1):
OMAP3: PM: introduce a new powerdomain walk helper
Daniel Walker (1):
omap: iovmm: Add missing mutex_unlock
Hiroshi DOYU (1):
omap: iovmm: Fix incorrect spelling
Jon Hunter (1):
OMAP3: PM: Prevent hang in prcm_interrupt_handler
Kevin Hilman (1):
OMAP3: PM: Enable GPIO module-level wakeups
Paul Walmsley (2):
OMAP3: PM: PRCM interrupt: check MPUGRPSEL register
OMAP3: PM: PRCM interrupt: only handle selected PRCM interrupts
Rajendra Nayak (1):
omap: Lock DPLL5 at boot
Sergio Aguirre (1):
omapfb: Condition mutex acquisition
Tommi Rantala (2):
omapfb: Blizzard: fix pointer to be const
omapfb: Blizzard: constify register address tables
Tony Lindgren (2):
omap: Fix incorrect 730 vs 850 detection
Merge branch 'pm-fixes-32' of git://git.kernel.org/.../khilman/linux-omap-pm into omap-fixes-for-linus
Vikram Pandita (1):
OMAP3: PM: USBHOST: clear wakeup events on both hosts
ye janboe (1):
omap: SRAM: flush the right address after memcpy in omap_sram_push
arch/arm/mach-omap2/clock34xx.c | 35 +++++
arch/arm/mach-omap2/pm-debug.c | 4 +-
arch/arm/mach-omap2/pm34xx.c | 187 ++++++++++++++-----------
arch/arm/mach-omap2/powerdomain.c | 39 ++++--
arch/arm/plat-omap/include/mach/cpu.h | 37 ++---
arch/arm/plat-omap/include/mach/powerdomain.h | 2 +
arch/arm/plat-omap/iovmm.c | 9 +-
arch/arm/plat-omap/sram.c | 3 +-
drivers/video/omap/blizzard.c | 10 +-
drivers/video/omap/omapfb_main.c | 22 ++-
10 files changed, 212 insertions(+), 136 deletions(-)
^ permalink raw reply [flat|nested] 18+ messages in thread* Re: [GIT PULL] omap fixes for v2.6.32-rc3 2009-10-07 18:51 [GIT PULL] omap fixes for v2.6.32-rc3 Tony Lindgren @ 2009-10-08 21:29 ` Felipe Contreras 2009-10-08 21:41 ` Tony Lindgren 0 siblings, 1 reply; 18+ messages in thread From: Felipe Contreras @ 2009-10-08 21:29 UTC (permalink / raw) To: Tony Lindgren; +Cc: linux-omap, Linus Torvalds, linux-kernel, linux-arm-kernel On Wed, Oct 7, 2009 at 9:51 PM, Tony Lindgren <tony@atomide.com> wrote: > Linus, > > Please pull omap fixes from: > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus > > Regards, > > Tony > > > The following changes since commit 374576a8b6f865022c0fd1ca62396889b23d66dd: > Linus Torvalds (1): > Linux 2.6.32-rc3 > > are available in the git repository at: > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus > > Artem Bityutskiy (1): > OMAP3: PM: introduce a new powerdomain walk helper > > Daniel Walker (1): > omap: iovmm: Add missing mutex_unlock > > Hiroshi DOYU (1): > omap: iovmm: Fix incorrect spelling > > Jon Hunter (1): > OMAP3: PM: Prevent hang in prcm_interrupt_handler > > Kevin Hilman (1): > OMAP3: PM: Enable GPIO module-level wakeups > > Paul Walmsley (2): > OMAP3: PM: PRCM interrupt: check MPUGRPSEL register > OMAP3: PM: PRCM interrupt: only handle selected PRCM interrupts > > Rajendra Nayak (1): > omap: Lock DPLL5 at boot > > Sergio Aguirre (1): > omapfb: Condition mutex acquisition > > Tommi Rantala (2): > omapfb: Blizzard: fix pointer to be const > omapfb: Blizzard: constify register address tables > > Tony Lindgren (2): > omap: Fix incorrect 730 vs 850 detection > Merge branch 'pm-fixes-32' of git://git.kernel.org/.../khilman/linux-omap-pm into omap-fixes-for-linus > > Vikram Pandita (1): > OMAP3: PM: USBHOST: clear wakeup events on both hosts > > ye janboe (1): > omap: SRAM: flush the right address after memcpy in omap_sram_push The beagleboard is still not booting for me with this branch, I need to add these two patches: * http://patchwork.kernel.org/patch/50721/ This one is needed because the defconfig has: CONFIG_TWL4030_USB=y * http://patchwork.kernel.org/patch/50970/ This is needed because most people boot from an MMC. You can add my 'tested-by' line if you want. Cheers. -- Felipe Contreras _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PULL] omap fixes for v2.6.32-rc3 2009-10-08 21:29 ` Felipe Contreras @ 2009-10-08 21:41 ` Tony Lindgren 2009-10-08 22:13 ` Felipe Contreras 0 siblings, 1 reply; 18+ messages in thread From: Tony Lindgren @ 2009-10-08 21:41 UTC (permalink / raw) To: Felipe Contreras Cc: Linus Torvalds, linux-kernel, linux-arm-kernel, linux-omap * Felipe Contreras <felipe.contreras@gmail.com> [091008 14:29]: > On Wed, Oct 7, 2009 at 9:51 PM, Tony Lindgren <tony@atomide.com> wrote: > > Linus, > > > > Please pull omap fixes from: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus > > > > Regards, > > > > Tony > > > > > > The following changes since commit 374576a8b6f865022c0fd1ca62396889b23d66dd: > > Linus Torvalds (1): > > Linux 2.6.32-rc3 > > > > are available in the git repository at: > > > > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus > > > > Artem Bityutskiy (1): > > OMAP3: PM: introduce a new powerdomain walk helper > > > > Daniel Walker (1): > > omap: iovmm: Add missing mutex_unlock > > > > Hiroshi DOYU (1): > > omap: iovmm: Fix incorrect spelling > > > > Jon Hunter (1): > > OMAP3: PM: Prevent hang in prcm_interrupt_handler > > > > Kevin Hilman (1): > > OMAP3: PM: Enable GPIO module-level wakeups > > > > Paul Walmsley (2): > > OMAP3: PM: PRCM interrupt: check MPUGRPSEL register > > OMAP3: PM: PRCM interrupt: only handle selected PRCM interrupts > > > > Rajendra Nayak (1): > > omap: Lock DPLL5 at boot > > > > Sergio Aguirre (1): > > omapfb: Condition mutex acquisition > > > > Tommi Rantala (2): > > omapfb: Blizzard: fix pointer to be const > > omapfb: Blizzard: constify register address tables > > > > Tony Lindgren (2): > > omap: Fix incorrect 730 vs 850 detection > > Merge branch 'pm-fixes-32' of git://git.kernel.org/.../khilman/linux-omap-pm into omap-fixes-for-linus > > > > Vikram Pandita (1): > > OMAP3: PM: USBHOST: clear wakeup events on both hosts > > > > ye janboe (1): > > omap: SRAM: flush the right address after memcpy in omap_sram_push > > The beagleboard is still not booting for me with this branch, I need > to add these two patches: > > * http://patchwork.kernel.org/patch/50721/ > This should go to the mainline kernel via Samuel as it's drivers/mfd related. > This one is needed because the defconfig has: > CONFIG_TWL4030_USB=y > > * http://patchwork.kernel.org/patch/50970/ > > This is needed because most people boot from an MMC. And this should go in via the mmc list. So little more patience is still needed :) Cheers, Tony > > You can add my 'tested-by' line if you want. > > Cheers. > > -- > Felipe Contreras -- To unsubscribe from this list: send the line "unsubscribe linux-omap" 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] 18+ messages in thread
* Re: [GIT PULL] omap fixes for v2.6.32-rc3 2009-10-08 21:41 ` Tony Lindgren @ 2009-10-08 22:13 ` Felipe Contreras 2009-10-08 22:20 ` Felipe Contreras 2009-10-09 8:02 ` Uwe Kleine-König 0 siblings, 2 replies; 18+ messages in thread From: Felipe Contreras @ 2009-10-08 22:13 UTC (permalink / raw) To: Tony Lindgren Cc: linux-kernel, Denis Karpov, Uwe Kleine-König, linux-omap, Linus Torvalds, linux-arm-kernel On Fri, Oct 9, 2009 at 12:41 AM, Tony Lindgren <tony@atomide.com> wrote: > * Felipe Contreras <felipe.contreras@gmail.com> [091008 14:29]: >> On Wed, Oct 7, 2009 at 9:51 PM, Tony Lindgren <tony@atomide.com> wrote: >> > Linus, >> > >> > Please pull omap fixes from: >> > >> > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus >> > >> > Regards, >> > >> > Tony >> > >> > >> > The following changes since commit 374576a8b6f865022c0fd1ca62396889b23d66dd: >> > Linus Torvalds (1): >> > Linux 2.6.32-rc3 >> > >> > are available in the git repository at: >> > >> > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus >> > >> > Artem Bityutskiy (1): >> > OMAP3: PM: introduce a new powerdomain walk helper >> > >> > Daniel Walker (1): >> > omap: iovmm: Add missing mutex_unlock >> > >> > Hiroshi DOYU (1): >> > omap: iovmm: Fix incorrect spelling >> > >> > Jon Hunter (1): >> > OMAP3: PM: Prevent hang in prcm_interrupt_handler >> > >> > Kevin Hilman (1): >> > OMAP3: PM: Enable GPIO module-level wakeups >> > >> > Paul Walmsley (2): >> > OMAP3: PM: PRCM interrupt: check MPUGRPSEL register >> > OMAP3: PM: PRCM interrupt: only handle selected PRCM interrupts >> > >> > Rajendra Nayak (1): >> > omap: Lock DPLL5 at boot >> > >> > Sergio Aguirre (1): >> > omapfb: Condition mutex acquisition >> > >> > Tommi Rantala (2): >> > omapfb: Blizzard: fix pointer to be const >> > omapfb: Blizzard: constify register address tables >> > >> > Tony Lindgren (2): >> > omap: Fix incorrect 730 vs 850 detection >> > Merge branch 'pm-fixes-32' of git://git.kernel.org/.../khilman/linux-omap-pm into omap-fixes-for-linus >> > >> > Vikram Pandita (1): >> > OMAP3: PM: USBHOST: clear wakeup events on both hosts >> > >> > ye janboe (1): >> > omap: SRAM: flush the right address after memcpy in omap_sram_push >> >> The beagleboard is still not booting for me with this branch, I need >> to add these two patches: >> >> * http://patchwork.kernel.org/patch/50721/ >> > > This should go to the mainline kernel via Samuel as it's > drivers/mfd related. > >> This one is needed because the defconfig has: >> CONFIG_TWL4030_USB=y >> >> * http://patchwork.kernel.org/patch/50970/ >> >> This is needed because most people boot from an MMC. > > And this should go in via the mmc list. Should it? Here you can see Uwe Kleine-König sending the original patch without even CC'ing the mmc list: http://marc.info/?l=linux-kernel&m=124820861213849&w=2 And it was unintentionally broken by this one: http://marc.info/?l=linux-mmc&m=125249763422227&w=2 I don't see what we are waiting for, the code is clearly broken, even the compiler warns that nobody is using omap_hsmmc_probe(). -- Felipe Contreras _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PULL] omap fixes for v2.6.32-rc3 2009-10-08 22:13 ` Felipe Contreras @ 2009-10-08 22:20 ` Felipe Contreras 2009-10-08 23:26 ` Tony Lindgren 2009-10-09 8:02 ` Uwe Kleine-König 1 sibling, 1 reply; 18+ messages in thread From: Felipe Contreras @ 2009-10-08 22:20 UTC (permalink / raw) To: Tony Lindgren Cc: linux-kernel, Denis Karpov, Uwe Kleine-König, linux-omap, Linus Torvalds, linux-arm-kernel On Fri, Oct 9, 2009 at 1:13 AM, Felipe Contreras <felipe.contreras@gmail.com> wrote: > On Fri, Oct 9, 2009 at 12:41 AM, Tony Lindgren <tony@atomide.com> wrote: >> * Felipe Contreras <felipe.contreras@gmail.com> [091008 14:29]: >>> On Wed, Oct 7, 2009 at 9:51 PM, Tony Lindgren <tony@atomide.com> wrote: >>> > Linus, >>> > >>> > Please pull omap fixes from: >>> > >>> > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus >>> > >>> > Regards, >>> > >>> > Tony >>> > >>> > >>> > The following changes since commit 374576a8b6f865022c0fd1ca62396889b23d66dd: >>> > Linus Torvalds (1): >>> > Linux 2.6.32-rc3 >>> > >>> > are available in the git repository at: >>> > >>> > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus >>> > >>> > Artem Bityutskiy (1): >>> > OMAP3: PM: introduce a new powerdomain walk helper >>> > >>> > Daniel Walker (1): >>> > omap: iovmm: Add missing mutex_unlock >>> > >>> > Hiroshi DOYU (1): >>> > omap: iovmm: Fix incorrect spelling >>> > >>> > Jon Hunter (1): >>> > OMAP3: PM: Prevent hang in prcm_interrupt_handler >>> > >>> > Kevin Hilman (1): >>> > OMAP3: PM: Enable GPIO module-level wakeups >>> > >>> > Paul Walmsley (2): >>> > OMAP3: PM: PRCM interrupt: check MPUGRPSEL register >>> > OMAP3: PM: PRCM interrupt: only handle selected PRCM interrupts >>> > >>> > Rajendra Nayak (1): >>> > omap: Lock DPLL5 at boot >>> > >>> > Sergio Aguirre (1): >>> > omapfb: Condition mutex acquisition >>> > >>> > Tommi Rantala (2): >>> > omapfb: Blizzard: fix pointer to be const >>> > omapfb: Blizzard: constify register address tables >>> > >>> > Tony Lindgren (2): >>> > omap: Fix incorrect 730 vs 850 detection >>> > Merge branch 'pm-fixes-32' of git://git.kernel.org/.../khilman/linux-omap-pm into omap-fixes-for-linus >>> > >>> > Vikram Pandita (1): >>> > OMAP3: PM: USBHOST: clear wakeup events on both hosts >>> > >>> > ye janboe (1): >>> > omap: SRAM: flush the right address after memcpy in omap_sram_push >>> >>> The beagleboard is still not booting for me with this branch, I need >>> to add these two patches: >>> >>> * http://patchwork.kernel.org/patch/50721/ >>> >> >> This should go to the mainline kernel via Samuel as it's >> drivers/mfd related. >> >>> This one is needed because the defconfig has: >>> CONFIG_TWL4030_USB=y >>> >>> * http://patchwork.kernel.org/patch/50970/ >>> >>> This is needed because most people boot from an MMC. >> >> And this should go in via the mmc list. > > Should it? > > Here you can see Uwe Kleine-König sending the original patch without > even CC'ing the mmc list: > http://marc.info/?l=linux-kernel&m=124820861213849&w=2 > > And it was unintentionally broken by this one: > http://marc.info/?l=linux-mmc&m=125249763422227&w=2 Er, actually that one was ok, the problem was introduced only in the final version: http://marc.info/?l=linux-mmc&m=125366315417006&w=2 > I don't see what we are waiting for, the code is clearly broken, even > the compiler warns that nobody is using omap_hsmmc_probe(). -- Felipe Contreras _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PULL] omap fixes for v2.6.32-rc3 2009-10-08 22:20 ` Felipe Contreras @ 2009-10-08 23:26 ` Tony Lindgren 2009-10-09 12:08 ` Felipe Contreras 0 siblings, 1 reply; 18+ messages in thread From: Tony Lindgren @ 2009-10-08 23:26 UTC (permalink / raw) To: Felipe Contreras Cc: linux-kernel, Denis Karpov, Uwe Kleine-König, linux-omap, Linus Torvalds, linux-arm-kernel * Felipe Contreras <felipe.contreras@gmail.com> [091008 15:20]: > On Fri, Oct 9, 2009 at 1:13 AM, Felipe Contreras > <felipe.contreras@gmail.com> wrote: > > On Fri, Oct 9, 2009 at 12:41 AM, Tony Lindgren <tony@atomide.com> wrote: > >> * Felipe Contreras <felipe.contreras@gmail.com> [091008 14:29]: > >>> On Wed, Oct 7, 2009 at 9:51 PM, Tony Lindgren <tony@atomide.com> wrote: > >>> <snip snip> > >>> The beagleboard is still not booting for me with this branch, I need > >>> to add these two patches: > >>> > >>> * http://patchwork.kernel.org/patch/50721/ > >>> > >> > >> This should go to the mainline kernel via Samuel as it's > >> drivers/mfd related. > >> > >>> This one is needed because the defconfig has: > >>> CONFIG_TWL4030_USB=y > >>> > >>> * http://patchwork.kernel.org/patch/50970/ > >>> > >>> This is needed because most people boot from an MMC. > >> > >> And this should go in via the mmc list. > > > > Should it? > > > > Here you can see Uwe Kleine-König sending the original patch without > > even CC'ing the mmc list: > > http://marc.info/?l=linux-kernel&m=124820861213849&w=2 > > > > And it was unintentionally broken by this one: > > http://marc.info/?l=linux-mmc&m=125249763422227&w=2 > > Er, actually that one was ok, the problem was introduced only in the > final version: > http://marc.info/?l=linux-mmc&m=125366315417006&w=2 Right, looks like Roger forgot to Cc linux-mmc. > > I don't see what we are waiting for, the code is clearly broken, even > > the compiler warns that nobody is using omap_hsmmc_probe(). I've sent Roger's patch to Andrew & linux-mmc so hopefully it will get merged soon: http://www.mail-archive.com/linux-mmc@vger.kernel.org/msg00539.html Regards, Tony ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PULL] omap fixes for v2.6.32-rc3 2009-10-08 23:26 ` Tony Lindgren @ 2009-10-09 12:08 ` Felipe Contreras 2009-10-09 14:48 ` Greg KH 0 siblings, 1 reply; 18+ messages in thread From: Felipe Contreras @ 2009-10-09 12:08 UTC (permalink / raw) To: Tony Lindgren Cc: Linus Torvalds, linux-kernel, linux-omap, Denis Karpov, Uwe Kleine-König, Greg Kroah-Hartman, Andrew Morton On Fri, Oct 9, 2009 at 2:26 AM, Tony Lindgren <tony@atomide.com> wrote: > * Felipe Contreras <felipe.contreras@gmail.com> [091008 15:20]: <snip/> >> > Here you can see Uwe Kleine-König sending the original patch without >> > even CC'ing the mmc list: >> > http://marc.info/?l=linux-kernel&m=124820861213849&w=2 >> > >> > And it was unintentionally broken by this one: >> > http://marc.info/?l=linux-mmc&m=125249763422227&w=2 >> >> Er, actually that one was ok, the problem was introduced only in the >> final version: >> http://marc.info/?l=linux-mmc&m=125366315417006&w=2 > > Right, looks like Roger forgot to Cc linux-mmc. > >> > I don't see what we are waiting for, the code is clearly broken, even >> > the compiler warns that nobody is using omap_hsmmc_probe(). > > I've sent Roger's patch to Andrew & linux-mmc so hopefully it will get > merged soon: > > http://www.mail-archive.com/linux-mmc@vger.kernel.org/msg00539.html I don't see what's specific about mmc in that patch, nor omap. It's just a fix for an obvious mistake that must be picked ASAP and can't possibly be NAK'ed. There's a tree for trivial fixes: git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial And one for includecheck: git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6 What's the procedure for obvious fixes? I'm CC'ing Greg KH and Andrew Morton because I think they might interested in fixing these kinds of issues quickly in the future. Cheers. -- Felipe Contreras ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PULL] omap fixes for v2.6.32-rc3 2009-10-09 12:08 ` Felipe Contreras @ 2009-10-09 14:48 ` Greg KH 2009-10-09 17:29 ` Felipe Contreras 0 siblings, 1 reply; 18+ messages in thread From: Greg KH @ 2009-10-09 14:48 UTC (permalink / raw) To: Felipe Contreras Cc: Tony Lindgren, Linus Torvalds, linux-kernel, linux-omap, Denis Karpov, Uwe Kleine-K??nig, Andrew Morton On Fri, Oct 09, 2009 at 03:08:00PM +0300, Felipe Contreras wrote: > On Fri, Oct 9, 2009 at 2:26 AM, Tony Lindgren <tony@atomide.com> wrote: > > * Felipe Contreras <felipe.contreras@gmail.com> [091008 15:20]: > > <snip/> > > >> > Here you can see Uwe Kleine-K??nig sending the original patch without > >> > even CC'ing the mmc list: > >> > http://marc.info/?l=linux-kernel&m=124820861213849&w=2 > >> > > >> > And it was unintentionally broken by this one: > >> > http://marc.info/?l=linux-mmc&m=125249763422227&w=2 > >> > >> Er, actually that one was ok, the problem was introduced only in the > >> final version: > >> http://marc.info/?l=linux-mmc&m=125366315417006&w=2 > > > > Right, looks like Roger forgot to Cc linux-mmc. > > > >> > I don't see what we are waiting for, the code is clearly broken, even > >> > the compiler warns that nobody is using omap_hsmmc_probe(). > > > > I've sent Roger's patch to Andrew & linux-mmc so hopefully it will get > > merged soon: > > > > http://www.mail-archive.com/linux-mmc@vger.kernel.org/msg00539.html > > I don't see what's specific about mmc in that patch, nor omap. It's > just a fix for an obvious mistake that must be picked ASAP and can't > possibly be NAK'ed. > > There's a tree for trivial fixes: > git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial > > And one for includecheck: > git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6 > > What's the procedure for obvious fixes? I'm CC'ing Greg KH and Andrew > Morton because I think they might interested in fixing these kinds of > issues quickly in the future. What kind of issues? Why would I be interested, where is the problem? confused, greg k-h ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PULL] omap fixes for v2.6.32-rc3 2009-10-09 14:48 ` Greg KH @ 2009-10-09 17:29 ` Felipe Contreras 2009-10-09 19:26 ` Greg KH 0 siblings, 1 reply; 18+ messages in thread From: Felipe Contreras @ 2009-10-09 17:29 UTC (permalink / raw) To: Greg KH Cc: Tony Lindgren, Linus Torvalds, linux-kernel, linux-omap, Denis Karpov, Uwe Kleine-K??nig, Andrew Morton On Fri, Oct 9, 2009 at 5:48 PM, Greg KH <gregkh@suse.de> wrote: > On Fri, Oct 09, 2009 at 03:08:00PM +0300, Felipe Contreras wrote: >> On Fri, Oct 9, 2009 at 2:26 AM, Tony Lindgren <tony@atomide.com> wrote: >> > * Felipe Contreras <felipe.contreras@gmail.com> [091008 15:20]: >> >> <snip/> >> >> >> > Here you can see Uwe Kleine-K??nig sending the original patch without >> >> > even CC'ing the mmc list: >> >> > http://marc.info/?l=linux-kernel&m=124820861213849&w=2 >> >> > >> >> > And it was unintentionally broken by this one: >> >> > http://marc.info/?l=linux-mmc&m=125249763422227&w=2 >> >> >> >> Er, actually that one was ok, the problem was introduced only in the >> >> final version: >> >> http://marc.info/?l=linux-mmc&m=125366315417006&w=2 >> > >> > Right, looks like Roger forgot to Cc linux-mmc. >> > >> >> > I don't see what we are waiting for, the code is clearly broken, even >> >> > the compiler warns that nobody is using omap_hsmmc_probe(). >> > >> > I've sent Roger's patch to Andrew & linux-mmc so hopefully it will get >> > merged soon: >> > >> > http://www.mail-archive.com/linux-mmc@vger.kernel.org/msg00539.html >> >> I don't see what's specific about mmc in that patch, nor omap. It's >> just a fix for an obvious mistake that must be picked ASAP and can't >> possibly be NAK'ed. >> >> There's a tree for trivial fixes: >> git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial >> >> And one for includecheck: >> git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6 >> >> What's the procedure for obvious fixes? I'm CC'ing Greg KH and Andrew >> Morton because I think they might interested in fixing these kinds of >> issues quickly in the future. > > What kind of issues? Why would I be interested, where is the problem? The obvious-brain-dead-duh kind of issues, like this one. The problem is that OMAP devices (like beagleboard) are not booting correctly right now because of a wrong merge. It has been identified, tested, and acked, but nobody has picked it up for a pull request, so it's not clear it will be on -rc4. To me it's not clear who should push the patch, it seems it doesn't belong on linux-omap, so Tony is pushing it through linux-mmc, which I don't think is the right place. They should be handling mmc-related issues, not obvious breakage. In order to keep the engines oiled I think there must be a process to flag obvious generic breakage so it's immediately picked; maybe an 'obvious-fixes' tree, or a 'simple-fixes' that has 'trivial', 'includecheck', and similar, or maybe nothing needs to be done. Up to you to decide. Cheers. -- Felipe Contreras ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PULL] omap fixes for v2.6.32-rc3 2009-10-09 17:29 ` Felipe Contreras @ 2009-10-09 19:26 ` Greg KH 2009-10-09 21:33 ` Andrew Morton 2009-10-09 21:42 ` Jiri Kosina 0 siblings, 2 replies; 18+ messages in thread From: Greg KH @ 2009-10-09 19:26 UTC (permalink / raw) To: Felipe Contreras Cc: Tony Lindgren, Linus Torvalds, linux-kernel, linux-omap, Denis Karpov, Uwe Kleine-K??nig, Andrew Morton On Fri, Oct 09, 2009 at 08:29:24PM +0300, Felipe Contreras wrote: > On Fri, Oct 9, 2009 at 5:48 PM, Greg KH <gregkh@suse.de> wrote: > > On Fri, Oct 09, 2009 at 03:08:00PM +0300, Felipe Contreras wrote: > >> On Fri, Oct 9, 2009 at 2:26 AM, Tony Lindgren <tony@atomide.com> wrote: > >> > * Felipe Contreras <felipe.contreras@gmail.com> [091008 15:20]: > >> > >> <snip/> > >> > >> >> > Here you can see Uwe Kleine-K??nig sending the original patch without > >> >> > even CC'ing the mmc list: > >> >> > http://marc.info/?l=linux-kernel&m=124820861213849&w=2 > >> >> > > >> >> > And it was unintentionally broken by this one: > >> >> > http://marc.info/?l=linux-mmc&m=125249763422227&w=2 > >> >> > >> >> Er, actually that one was ok, the problem was introduced only in the > >> >> final version: > >> >> http://marc.info/?l=linux-mmc&m=125366315417006&w=2 > >> > > >> > Right, looks like Roger forgot to Cc linux-mmc. > >> > > >> >> > I don't see what we are waiting for, the code is clearly broken, even > >> >> > the compiler warns that nobody is using omap_hsmmc_probe(). > >> > > >> > I've sent Roger's patch to Andrew & linux-mmc so hopefully it will get > >> > merged soon: > >> > > >> > http://www.mail-archive.com/linux-mmc@vger.kernel.org/msg00539.html > >> > >> I don't see what's specific about mmc in that patch, nor omap. It's > >> just a fix for an obvious mistake that must be picked ASAP and can't > >> possibly be NAK'ed. > >> > >> There's a tree for trivial fixes: > >> git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial > >> > >> And one for includecheck: > >> git://git.kernel.org/pub/scm/linux/kernel/git/jaswinder/linux-2.6 > >> > >> What's the procedure for obvious fixes? I'm CC'ing Greg KH and Andrew > >> Morton because I think they might interested in fixing these kinds of > >> issues quickly in the future. > > > > What kind of issues? Why would I be interested, where is the problem? > > The obvious-brain-dead-duh kind of issues, like this one. > > The problem is that OMAP devices (like beagleboard) are not booting > correctly right now because of a wrong merge. It has been identified, > tested, and acked, but nobody has picked it up for a pull request, so > it's not clear it will be on -rc4. Has the patches been sent from the maintainer to Linus? Who is the maintainer? Who normally sends this stuff? > To me it's not clear who should push the patch, it seems it doesn't > belong on linux-omap, so Tony is pushing it through linux-mmc, which I > don't think is the right place. They should be handling mmc-related > issues, not obvious breakage. Well, mmc related breakage is fine to handle :) > In order to keep the engines oiled I think there must be a process to > flag obvious generic breakage so it's immediately picked; maybe an > 'obvious-fixes' tree, or a 'simple-fixes' that has 'trivial', > 'includecheck', and similar, or maybe nothing needs to be done. Up to > you to decide. Andrew usually sends stuff like this at times. thanks, greg k-h ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PULL] omap fixes for v2.6.32-rc3 2009-10-09 19:26 ` Greg KH @ 2009-10-09 21:33 ` Andrew Morton 2009-10-10 10:38 ` Felipe Contreras 2009-10-09 21:42 ` Jiri Kosina 1 sibling, 1 reply; 18+ messages in thread From: Andrew Morton @ 2009-10-09 21:33 UTC (permalink / raw) To: Greg KH Cc: Felipe Contreras, Tony Lindgren, Linus Torvalds, linux-kernel, linux-omap, Denis Karpov, Uwe Kleine-K??nig On Fri, 9 Oct 2009 12:26:42 -0700 Greg KH <gregkh@suse.de> wrote: > > > > > > What kind of issues? __Why would I be interested, where is the problem? > > > > The obvious-brain-dead-duh kind of issues, like this one. > > > > The problem is that OMAP devices (like beagleboard) are not booting > > correctly right now because of a wrong merge. It has been identified, > > tested, and acked, but nobody has picked it up for a pull request, so > > it's not clear it will be on -rc4. > > Has the patches been sent from the maintainer to Linus? > > Who is the maintainer? Who normally sends this stuff? > > > To me it's not clear who should push the patch, it seems it doesn't > > belong on linux-omap, so Tony is pushing it through linux-mmc, which I > > don't think is the right place. They should be handling mmc-related > > issues, not obvious breakage. > > Well, mmc related breakage is fine to handle :) > > > In order to keep the engines oiled I think there must be a process to > > flag obvious generic breakage so it's immediately picked; maybe an > > 'obvious-fixes' tree, or a 'simple-fixes' that has 'trivial', > > 'includecheck', and similar, or maybe nothing needs to be done. Up to > > you to decide. > > Andrew usually sends stuff like this at times. yeah, when in doubt, send it to me. When not in doubt send it to me anyway ;) I'll take care of bugging the appropriate maintainer or merging it directly. ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PULL] omap fixes for v2.6.32-rc3 2009-10-09 21:33 ` Andrew Morton @ 2009-10-10 10:38 ` Felipe Contreras 0 siblings, 0 replies; 18+ messages in thread From: Felipe Contreras @ 2009-10-10 10:38 UTC (permalink / raw) To: Andrew Morton Cc: Greg KH, Tony Lindgren, Linus Torvalds, linux-kernel, linux-omap, Denis Karpov, Uwe Kleine-K??nig On Sat, Oct 10, 2009 at 12:33 AM, Andrew Morton <akpm@linux-foundation.org> wrote: > On Fri, 9 Oct 2009 12:26:42 -0700 > Greg KH <gregkh@suse.de> wrote: > >> > > >> > > What kind of issues? __Why would I be interested, where is the problem? >> > >> > The obvious-brain-dead-duh kind of issues, like this one. >> > >> > The problem is that OMAP devices (like beagleboard) are not booting >> > correctly right now because of a wrong merge. It has been identified, >> > tested, and acked, but nobody has picked it up for a pull request, so >> > it's not clear it will be on -rc4. >> >> Has the patches been sent from the maintainer to Linus? >> >> Who is the maintainer? Who normally sends this stuff? >> >> > To me it's not clear who should push the patch, it seems it doesn't >> > belong on linux-omap, so Tony is pushing it through linux-mmc, which I >> > don't think is the right place. They should be handling mmc-related >> > issues, not obvious breakage. >> >> Well, mmc related breakage is fine to handle :) >> >> > In order to keep the engines oiled I think there must be a process to >> > flag obvious generic breakage so it's immediately picked; maybe an >> > 'obvious-fixes' tree, or a 'simple-fixes' that has 'trivial', >> > 'includecheck', and similar, or maybe nothing needs to be done. Up to >> > you to decide. >> >> Andrew usually sends stuff like this at times. > > yeah, when in doubt, send it to me. When not in doubt send it to me > anyway ;) > > I'll take care of bugging the appropriate maintainer or merging it directly. Ah, that's exactly what I wanted to know, thanks :) -- Felipe Contreras -- To unsubscribe from this list: send the line "unsubscribe linux-omap" 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] 18+ messages in thread
* Re: [GIT PULL] omap fixes for v2.6.32-rc3 2009-10-09 19:26 ` Greg KH 2009-10-09 21:33 ` Andrew Morton @ 2009-10-09 21:42 ` Jiri Kosina 2009-10-09 21:57 ` Andrew Morton 2009-10-09 22:32 ` Madhusudhan 1 sibling, 2 replies; 18+ messages in thread From: Jiri Kosina @ 2009-10-09 21:42 UTC (permalink / raw) To: Greg KH Cc: Felipe Contreras, Tony Lindgren, Linus Torvalds, linux-kernel, linux-omap, Denis Karpov, Uwe Kleine-K??nig, Andrew Morton, Madhusudhan Chikkature On Fri, 9 Oct 2009, Greg KH wrote: > > >> There's a tree for trivial fixes: > > >> git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial Well, as this is quite a high-priority functional fix, I'd suggest using other channels that trivial tree, as this one is primarily intended for simple fixes that are not really urgent. > > The problem is that OMAP devices (like beagleboard) are not booting > > correctly right now because of a wrong merge. It has been identified, > > tested, and acked, but nobody has picked it up for a pull request, so > > it's not clear it will be on -rc4. > Has the patches been sent from the maintainer to Linus? > Who is the maintainer? Who normally sends this stuff? The problem is that MMC now doesn't have proper maintainer, since Pierre stepped down from maintaining this stuff. Still, for the fix mentioned on http://www.mail-archive.com/linux-mmc@vger.kernel.org/msg00539.html the most appropriate contact would probably be Madhusudhan Chikkature. Adding him to CC of this thread. -- Jiri Kosina SUSE Labs, Novell Inc. ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PULL] omap fixes for v2.6.32-rc3 2009-10-09 21:42 ` Jiri Kosina @ 2009-10-09 21:57 ` Andrew Morton 2009-10-09 22:32 ` Madhusudhan 1 sibling, 0 replies; 18+ messages in thread From: Andrew Morton @ 2009-10-09 21:57 UTC (permalink / raw) To: Jiri Kosina Cc: Greg KH, Felipe Contreras, Tony Lindgren, Linus Torvalds, linux-kernel, linux-omap, Denis Karpov, Uwe Kleine-K??nig, Madhusudhan Chikkature On Fri, 9 Oct 2009 23:42:27 +0200 (CEST) Jiri Kosina <jkosina@suse.cz> wrote: > On Fri, 9 Oct 2009, Greg KH wrote: > > > > >> There's a tree for trivial fixes: > > > >> git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial > > Well, as this is quite a high-priority functional fix, I'd suggest using > other channels that trivial tree, as this one is primarily intended for > simple fixes that are not really urgent. > > > > The problem is that OMAP devices (like beagleboard) are not booting > > > correctly right now because of a wrong merge. It has been identified, > > > tested, and acked, but nobody has picked it up for a pull request, so > > > it's not clear it will be on -rc4. > > Has the patches been sent from the maintainer to Linus? > > Who is the maintainer? Who normally sends this stuff? > > The problem is that MMC now doesn't have proper maintainer, since Pierre > stepped down from maintaining this stuff. > > Still, for the fix mentioned on > > http://www.mail-archive.com/linux-mmc@vger.kernel.org/msg00539.html > > the most appropriate contact would probably be Madhusudhan Chikkature. > Adding him to CC of this thread. hm. What's all the fuss about? That patch was sent To:me and affects only MMC and is clearly a bugfix. I'll merge it when i get to it (hopefully tomorrow) then all is good? ^ permalink raw reply [flat|nested] 18+ messages in thread
* RE: [GIT PULL] omap fixes for v2.6.32-rc3 2009-10-09 21:42 ` Jiri Kosina 2009-10-09 21:57 ` Andrew Morton @ 2009-10-09 22:32 ` Madhusudhan 1 sibling, 0 replies; 18+ messages in thread From: Madhusudhan @ 2009-10-09 22:32 UTC (permalink / raw) To: 'Jiri Kosina', 'Greg KH' Cc: 'Felipe Contreras', 'Tony Lindgren', 'Linus Torvalds', linux-kernel, linux-omap, 'Denis Karpov', 'Uwe Kleine-K??nig', 'Andrew Morton' > -----Original Message----- > From: Jiri Kosina [mailto:jkosina@suse.cz] > Sent: Friday, October 09, 2009 4:42 PM > To: Greg KH > Cc: Felipe Contreras; Tony Lindgren; Linus Torvalds; linux- > kernel@vger.kernel.org; linux-omap@vger.kernel.org; Denis Karpov; Uwe > Kleine-K??nig; Andrew Morton; Madhusudhan Chikkature > Subject: Re: [GIT PULL] omap fixes for v2.6.32-rc3 > > On Fri, 9 Oct 2009, Greg KH wrote: > > > > >> There's a tree for trivial fixes: > > > >> git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial > > Well, as this is quite a high-priority functional fix, I'd suggest using > other channels that trivial tree, as this one is primarily intended for > simple fixes that are not really urgent. > > > > The problem is that OMAP devices (like beagleboard) are not booting > > > correctly right now because of a wrong merge. It has been identified, > > > tested, and acked, but nobody has picked it up for a pull request, so > > > it's not clear it will be on -rc4. > > Has the patches been sent from the maintainer to Linus? > > Who is the maintainer? Who normally sends this stuff? > > The problem is that MMC now doesn't have proper maintainer, since Pierre > stepped down from maintaining this stuff. > > Still, for the fix mentioned on > > http://www.mail-archive.com/linux-mmc@vger.kernel.org/msg00539.html > > the most appropriate contact would probably be Madhusudhan Chikkature. > Adding him to CC of this thread. > Since this fix was posted in Linux-omap, Tony pointed this out to Andrew so that the fix will go upstream. That should this fix this mmc issue. Regards, Madhu > -- > Jiri Kosina > SUSE Labs, Novell Inc. ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PULL] omap fixes for v2.6.32-rc3 2009-10-08 22:13 ` Felipe Contreras 2009-10-08 22:20 ` Felipe Contreras @ 2009-10-09 8:02 ` Uwe Kleine-König 2009-10-09 8:25 ` Felipe Contreras 1 sibling, 1 reply; 18+ messages in thread From: Uwe Kleine-König @ 2009-10-09 8:02 UTC (permalink / raw) To: Felipe Contreras Cc: Tony Lindgren, linux-kernel, Denis Karpov, linux-omap, Linus Torvalds, linux-arm-kernel Hello, On Fri, Oct 09, 2009 at 01:13:01AM +0300, Felipe Contreras wrote: > On Fri, Oct 9, 2009 at 12:41 AM, Tony Lindgren <tony@atomide.com> wrote: > > * Felipe Contreras <felipe.contreras@gmail.com> [091008 14:29]: > >> On Wed, Oct 7, 2009 at 9:51 PM, Tony Lindgren <tony@atomide.com> wrote: > >> > Linus, > >> > > >> > Please pull omap fixes from: > >> > > >> > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus > >> > > >> > Regards, > >> > > >> > Tony > >> > > >> > > >> > The following changes since commit 374576a8b6f865022c0fd1ca62396889b23d66dd: > >> > Linus Torvalds (1): > >> > Linux 2.6.32-rc3 > >> > > >> > are available in the git repository at: > >> > > >> > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus > >> > > >> > Artem Bityutskiy (1): > >> > OMAP3: PM: introduce a new powerdomain walk helper > >> > > >> > Daniel Walker (1): > >> > omap: iovmm: Add missing mutex_unlock > >> > > >> > Hiroshi DOYU (1): > >> > omap: iovmm: Fix incorrect spelling > >> > > >> > Jon Hunter (1): > >> > OMAP3: PM: Prevent hang in prcm_interrupt_handler > >> > > >> > Kevin Hilman (1): > >> > OMAP3: PM: Enable GPIO module-level wakeups > >> > > >> > Paul Walmsley (2): > >> > OMAP3: PM: PRCM interrupt: check MPUGRPSEL register > >> > OMAP3: PM: PRCM interrupt: only handle selected PRCM interrupts > >> > > >> > Rajendra Nayak (1): > >> > omap: Lock DPLL5 at boot > >> > > >> > Sergio Aguirre (1): > >> > omapfb: Condition mutex acquisition > >> > > >> > Tommi Rantala (2): > >> > omapfb: Blizzard: fix pointer to be const > >> > omapfb: Blizzard: constify register address tables > >> > > >> > Tony Lindgren (2): > >> > omap: Fix incorrect 730 vs 850 detection > >> > Merge branch 'pm-fixes-32' of git://git.kernel.org/.../khilman/linux-omap-pm into omap-fixes-for-linus > >> > > >> > Vikram Pandita (1): > >> > OMAP3: PM: USBHOST: clear wakeup events on both hosts > >> > > >> > ye janboe (1): > >> > omap: SRAM: flush the right address after memcpy in omap_sram_push > >> > >> The beagleboard is still not booting for me with this branch, I need > >> to add these two patches: > >> > >> * http://patchwork.kernel.org/patch/50721/ > >> > > > > This should go to the mainline kernel via Samuel as it's > > drivers/mfd related. > > > >> This one is needed because the defconfig has: > >> CONFIG_TWL4030_USB=y > >> > >> * http://patchwork.kernel.org/patch/50970/ > >> > >> This is needed because most people boot from an MMC. > > > > And this should go in via the mmc list. > > Should it? > > Here you can see Uwe Kleine-König sending the original patch without > even CC'ing the mmc list: > http://marc.info/?l=linux-kernel&m=124820861213849&w=2 Note these are different patches. Mine fixes a section problem as the probe function used to live in .init.text but was still used with platform_driver_register. Other than that you can add my Acked-by: for "omap_hsmmc: Add missing probe handler hook to platform driver data". Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König | Industrial Linux Solutions | http://www.pengutronix.de/ | ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PULL] omap fixes for v2.6.32-rc3 2009-10-09 8:02 ` Uwe Kleine-König @ 2009-10-09 8:25 ` Felipe Contreras 2009-10-09 8:30 ` Uwe Kleine-König 0 siblings, 1 reply; 18+ messages in thread From: Felipe Contreras @ 2009-10-09 8:25 UTC (permalink / raw) To: Uwe Kleine-König Cc: Tony Lindgren, linux-kernel, Denis Karpov, linux-omap, Linus Torvalds, linux-arm-kernel 2009/10/9 Uwe Kleine-König <u.kleine-koenig@pengutronix.de>: > Hello, > > On Fri, Oct 09, 2009 at 01:13:01AM +0300, Felipe Contreras wrote: >> On Fri, Oct 9, 2009 at 12:41 AM, Tony Lindgren <tony@atomide.com> wrote: >> > * Felipe Contreras <felipe.contreras@gmail.com> [091008 14:29]: >> >> On Wed, Oct 7, 2009 at 9:51 PM, Tony Lindgren <tony@atomide.com> wrote: >> >> > Linus, >> >> > >> >> > Please pull omap fixes from: >> >> > >> >> > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus >> >> > >> >> > Regards, >> >> > >> >> > Tony >> >> > >> >> > >> >> > The following changes since commit 374576a8b6f865022c0fd1ca62396889b23d66dd: >> >> > Linus Torvalds (1): >> >> > Linux 2.6.32-rc3 >> >> > >> >> > are available in the git repository at: >> >> > >> >> > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus >> >> > >> >> > Artem Bityutskiy (1): >> >> > OMAP3: PM: introduce a new powerdomain walk helper >> >> > >> >> > Daniel Walker (1): >> >> > omap: iovmm: Add missing mutex_unlock >> >> > >> >> > Hiroshi DOYU (1): >> >> > omap: iovmm: Fix incorrect spelling >> >> > >> >> > Jon Hunter (1): >> >> > OMAP3: PM: Prevent hang in prcm_interrupt_handler >> >> > >> >> > Kevin Hilman (1): >> >> > OMAP3: PM: Enable GPIO module-level wakeups >> >> > >> >> > Paul Walmsley (2): >> >> > OMAP3: PM: PRCM interrupt: check MPUGRPSEL register >> >> > OMAP3: PM: PRCM interrupt: only handle selected PRCM interrupts >> >> > >> >> > Rajendra Nayak (1): >> >> > omap: Lock DPLL5 at boot >> >> > >> >> > Sergio Aguirre (1): >> >> > omapfb: Condition mutex acquisition >> >> > >> >> > Tommi Rantala (2): >> >> > omapfb: Blizzard: fix pointer to be const >> >> > omapfb: Blizzard: constify register address tables >> >> > >> >> > Tony Lindgren (2): >> >> > omap: Fix incorrect 730 vs 850 detection >> >> > Merge branch 'pm-fixes-32' of git://git.kernel.org/.../khilman/linux-omap-pm into omap-fixes-for-linus >> >> > >> >> > Vikram Pandita (1): >> >> > OMAP3: PM: USBHOST: clear wakeup events on both hosts >> >> > >> >> > ye janboe (1): >> >> > omap: SRAM: flush the right address after memcpy in omap_sram_push >> >> >> >> The beagleboard is still not booting for me with this branch, I need >> >> to add these two patches: >> >> >> >> * http://patchwork.kernel.org/patch/50721/ >> >> >> > >> > This should go to the mainline kernel via Samuel as it's >> > drivers/mfd related. >> > >> >> This one is needed because the defconfig has: >> >> CONFIG_TWL4030_USB=y >> >> >> >> * http://patchwork.kernel.org/patch/50970/ >> >> >> >> This is needed because most people boot from an MMC. >> > >> > And this should go in via the mmc list. >> >> Should it? >> >> Here you can see Uwe Kleine-König sending the original patch without >> even CC'ing the mmc list: >> http://marc.info/?l=linux-kernel&m=124820861213849&w=2 > Note these are different patches. Mine fixes a section problem as the > probe function used to live in .init.text but was still used with > platform_driver_register. Maybe you looked at the wrong diff. This is the patch that is going to be pushed eventually: http://marc.info/?l=linux-mmc&m=125504287632070&w=2 As you can see it's restoring back what you intended in the original patch. -- Felipe Contreras _______________________________________________ linux-arm-kernel mailing list linux-arm-kernel@lists.infradead.org http://lists.infradead.org/mailman/listinfo/linux-arm-kernel ^ permalink raw reply [flat|nested] 18+ messages in thread
* Re: [GIT PULL] omap fixes for v2.6.32-rc3 2009-10-09 8:25 ` Felipe Contreras @ 2009-10-09 8:30 ` Uwe Kleine-König 0 siblings, 0 replies; 18+ messages in thread From: Uwe Kleine-König @ 2009-10-09 8:30 UTC (permalink / raw) To: Felipe Contreras Cc: Tony Lindgren, linux-kernel, Denis Karpov, linux-omap, Linus Torvalds, linux-arm-kernel Hello, On Fri, Oct 09, 2009 at 11:25:47AM +0300, Felipe Contreras wrote: > 2009/10/9 Uwe Kleine-König <u.kleine-koenig@pengutronix.de>: > > Hello, > > > > On Fri, Oct 09, 2009 at 01:13:01AM +0300, Felipe Contreras wrote: > >> On Fri, Oct 9, 2009 at 12:41 AM, Tony Lindgren <tony@atomide.com> wrote: > >> > * Felipe Contreras <felipe.contreras@gmail.com> [091008 14:29]: > >> >> On Wed, Oct 7, 2009 at 9:51 PM, Tony Lindgren <tony@atomide.com> wrote: > >> >> > Linus, > >> >> > > >> >> > Please pull omap fixes from: > >> >> > > >> >> > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus > >> >> > > >> >> > Regards, > >> >> > > >> >> > Tony > >> >> > > >> >> > > >> >> > The following changes since commit 374576a8b6f865022c0fd1ca62396889b23d66dd: > >> >> > Linus Torvalds (1): > >> >> > Linux 2.6.32-rc3 > >> >> > > >> >> > are available in the git repository at: > >> >> > > >> >> > git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap-2.6.git omap-fixes-for-linus > >> >> > > >> >> > Artem Bityutskiy (1): > >> >> > OMAP3: PM: introduce a new powerdomain walk helper > >> >> > > >> >> > Daniel Walker (1): > >> >> > omap: iovmm: Add missing mutex_unlock > >> >> > > >> >> > Hiroshi DOYU (1): > >> >> > omap: iovmm: Fix incorrect spelling > >> >> > > >> >> > Jon Hunter (1): > >> >> > OMAP3: PM: Prevent hang in prcm_interrupt_handler > >> >> > > >> >> > Kevin Hilman (1): > >> >> > OMAP3: PM: Enable GPIO module-level wakeups > >> >> > > >> >> > Paul Walmsley (2): > >> >> > OMAP3: PM: PRCM interrupt: check MPUGRPSEL register > >> >> > OMAP3: PM: PRCM interrupt: only handle selected PRCM interrupts > >> >> > > >> >> > Rajendra Nayak (1): > >> >> > omap: Lock DPLL5 at boot > >> >> > > >> >> > Sergio Aguirre (1): > >> >> > omapfb: Condition mutex acquisition > >> >> > > >> >> > Tommi Rantala (2): > >> >> > omapfb: Blizzard: fix pointer to be const > >> >> > omapfb: Blizzard: constify register address tables > >> >> > > >> >> > Tony Lindgren (2): > >> >> > omap: Fix incorrect 730 vs 850 detection > >> >> > Merge branch 'pm-fixes-32' of git://git.kernel.org/.../khilman/linux-omap-pm into omap-fixes-for-linus > >> >> > > >> >> > Vikram Pandita (1): > >> >> > OMAP3: PM: USBHOST: clear wakeup events on both hosts > >> >> > > >> >> > ye janboe (1): > >> >> > omap: SRAM: flush the right address after memcpy in omap_sram_push > >> >> > >> >> The beagleboard is still not booting for me with this branch, I need > >> >> to add these two patches: > >> >> > >> >> * http://patchwork.kernel.org/patch/50721/ > >> >> > >> > > >> > This should go to the mainline kernel via Samuel as it's > >> > drivers/mfd related. > >> > > >> >> This one is needed because the defconfig has: > >> >> CONFIG_TWL4030_USB=y > >> >> > >> >> * http://patchwork.kernel.org/patch/50970/ > >> >> > >> >> This is needed because most people boot from an MMC. > >> > > >> > And this should go in via the mmc list. > >> > >> Should it? > >> > >> Here you can see Uwe Kleine-König sending the original patch without > >> even CC'ing the mmc list: > >> http://marc.info/?l=linux-kernel&m=124820861213849&w=2 > > Note these are different patches. Mine fixes a section problem as the > > probe function used to live in .init.text but was still used with > > platform_driver_register. > > Maybe you looked at the wrong diff. This is the patch that is going to > be pushed eventually: > http://marc.info/?l=linux-mmc&m=125504287632070&w=2 > > As you can see it's restoring back what you intended in the original patch. Yes, but back then it was broken in a different way. Now the driver's probe function hasn't been called at all. My fix addressed a possible oops because it could be called when is was already discarded. Best regards Uwe -- Pengutronix e.K. | Uwe Kleine-König | Industrial Linux Solutions | http://www.pengutronix.de/ | ^ permalink raw reply [flat|nested] 18+ messages in thread
end of thread, other threads:[~2009-10-10 10:39 UTC | newest] Thread overview: 18+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2009-10-07 18:51 [GIT PULL] omap fixes for v2.6.32-rc3 Tony Lindgren 2009-10-08 21:29 ` Felipe Contreras 2009-10-08 21:41 ` Tony Lindgren 2009-10-08 22:13 ` Felipe Contreras 2009-10-08 22:20 ` Felipe Contreras 2009-10-08 23:26 ` Tony Lindgren 2009-10-09 12:08 ` Felipe Contreras 2009-10-09 14:48 ` Greg KH 2009-10-09 17:29 ` Felipe Contreras 2009-10-09 19:26 ` Greg KH 2009-10-09 21:33 ` Andrew Morton 2009-10-10 10:38 ` Felipe Contreras 2009-10-09 21:42 ` Jiri Kosina 2009-10-09 21:57 ` Andrew Morton 2009-10-09 22:32 ` Madhusudhan 2009-10-09 8:02 ` Uwe Kleine-König 2009-10-09 8:25 ` Felipe Contreras 2009-10-09 8:30 ` Uwe Kleine-König
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox