All of lore.kernel.org
 help / color / mirror / Atom feed
* [GIT PULL] one bug fix and few other fixes for v4.17-rc cycle
@ 2018-05-04 15:49 ` Tony Lindgren
  0 siblings, 0 replies; 12+ messages in thread
From: Tony Lindgren @ 2018-05-04 15:49 UTC (permalink / raw)
  To: arm; +Cc: Tony Lindgren, linux-omap, linux-arm-kernel

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit fb289e3ab10c16834741bb02be740fa9d025fde0:

  Merge branch 'omap-for-v4.17/fixes-ti-sysc' into omap-for-v4.17/fixes (2018-04-19 15:48:46 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/fixes-rc3

for you to fetch changes up to 647efef69de483f1dd7944ede31b4cae16acb124:

  ARM: dts: correct missing "compatible" entry for ti81xx SoCs (2018-05-03 10:07:47 -0700)

----------------------------------------------------------------
Fixes for omap variants for v4.17-rc cycle

This series of patches contains one BUG fix for trace if
CONFIG_DEBUG_PREEMPT is enabled and a regression fix for omap1
FIQ handling on ams-delta. Then there's a dts fix for missing SoC
compatible on ti81xx board dts files that did matter until we added
the clkctrl clocks and without that some clocks are now not found.

Then there are three minor logicpd-som-lv specific dts fixes that
fix misconfigured pins for WLAN, audio and USB.

----------------------------------------------------------------
Adam Ford (3):
      ARM: dts: logicpd-som-lv: Fix WL127x Startup Issues
      ARM: dts: logicpd-som-lv: Fix Audio Mute
      ARM: dts: logicpd-som-lv: Fix pinmux controller references

Graeme Smecher (1):
      ARM: dts: correct missing "compatible" entry for ti81xx SoCs

Janusz Krzysztofik (1):
      ARM: OMAP1: ams-delta: fix deferred_fiq handler

Tero Kristo (1):
      ARM: OMAP2+: powerdomain: use raw_smp_processor_id() for trace

 arch/arm/boot/dts/dm8148-evm.dts       |  2 +-
 arch/arm/boot/dts/dm8148-t410.dts      |  2 +-
 arch/arm/boot/dts/dm8168-evm.dts       |  2 +-
 arch/arm/boot/dts/dra62x-j5eco-evm.dts |  2 +-
 arch/arm/boot/dts/logicpd-som-lv.dtsi  | 15 +++++++++------
 arch/arm/mach-omap1/ams-delta-fiq.c    | 28 +++++++++++++++-------------
 arch/arm/mach-omap2/powerdomain.c      |  4 ++--
 7 files changed, 30 insertions(+), 25 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [GIT PULL] one bug fix and few other fixes for v4.17-rc cycle
@ 2018-05-04 15:49 ` Tony Lindgren
  0 siblings, 0 replies; 12+ messages in thread
From: Tony Lindgren @ 2018-05-04 15:49 UTC (permalink / raw)
  To: linux-arm-kernel

From: "Tony Lindgren" <tony@atomide.com>

The following changes since commit fb289e3ab10c16834741bb02be740fa9d025fde0:

  Merge branch 'omap-for-v4.17/fixes-ti-sysc' into omap-for-v4.17/fixes (2018-04-19 15:48:46 -0700)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/fixes-rc3

for you to fetch changes up to 647efef69de483f1dd7944ede31b4cae16acb124:

  ARM: dts: correct missing "compatible" entry for ti81xx SoCs (2018-05-03 10:07:47 -0700)

----------------------------------------------------------------
Fixes for omap variants for v4.17-rc cycle

This series of patches contains one BUG fix for trace if
CONFIG_DEBUG_PREEMPT is enabled and a regression fix for omap1
FIQ handling on ams-delta. Then there's a dts fix for missing SoC
compatible on ti81xx board dts files that did matter until we added
the clkctrl clocks and without that some clocks are now not found.

Then there are three minor logicpd-som-lv specific dts fixes that
fix misconfigured pins for WLAN, audio and USB.

----------------------------------------------------------------
Adam Ford (3):
      ARM: dts: logicpd-som-lv: Fix WL127x Startup Issues
      ARM: dts: logicpd-som-lv: Fix Audio Mute
      ARM: dts: logicpd-som-lv: Fix pinmux controller references

Graeme Smecher (1):
      ARM: dts: correct missing "compatible" entry for ti81xx SoCs

Janusz Krzysztofik (1):
      ARM: OMAP1: ams-delta: fix deferred_fiq handler

Tero Kristo (1):
      ARM: OMAP2+: powerdomain: use raw_smp_processor_id() for trace

 arch/arm/boot/dts/dm8148-evm.dts       |  2 +-
 arch/arm/boot/dts/dm8148-t410.dts      |  2 +-
 arch/arm/boot/dts/dm8168-evm.dts       |  2 +-
 arch/arm/boot/dts/dra62x-j5eco-evm.dts |  2 +-
 arch/arm/boot/dts/logicpd-som-lv.dtsi  | 15 +++++++++------
 arch/arm/mach-omap1/ams-delta-fiq.c    | 28 +++++++++++++++-------------
 arch/arm/mach-omap2/powerdomain.c      |  4 ++--
 7 files changed, 30 insertions(+), 25 deletions(-)

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [GIT PULL] one bug fix and few other fixes for v4.17-rc cycle
  2018-05-04 15:49 ` Tony Lindgren
@ 2018-05-05 19:43   ` Tony Lindgren
  -1 siblings, 0 replies; 12+ messages in thread
From: Tony Lindgren @ 2018-05-05 19:43 UTC (permalink / raw)
  To: arm; +Cc: linux-omap, Adam Ford, linux-arm-kernel

* Tony Lindgren <tony@atomide.com> [180504 15:51]:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit fb289e3ab10c16834741bb02be740fa9d025fde0:
> 
>   Merge branch 'omap-for-v4.17/fixes-ti-sysc' into omap-for-v4.17/fixes (2018-04-19 15:48:46 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/fixes-rc3
> 
> for you to fetch changes up to 647efef69de483f1dd7944ede31b4cae16acb124:
> 
>   ARM: dts: correct missing "compatible" entry for ti81xx SoCs (2018-05-03 10:07:47 -0700)
> 
> ----------------------------------------------------------------
> Fixes for omap variants for v4.17-rc cycle
> 
> This series of patches contains one BUG fix for trace if
> CONFIG_DEBUG_PREEMPT is enabled and a regression fix for omap1
> FIQ handling on ams-delta. Then there's a dts fix for missing SoC
> compatible on ti81xx board dts files that did matter until we added
> the clkctrl clocks and without that some clocks are now not found.
> 
> Then there are three minor logicpd-som-lv specific dts fixes that
> fix misconfigured pins for WLAN, audio and USB.
> 
> ----------------------------------------------------------------
> Adam Ford (3):
>       ARM: dts: logicpd-som-lv: Fix WL127x Startup Issues
>       ARM: dts: logicpd-som-lv: Fix Audio Mute
>       ARM: dts: logicpd-som-lv: Fix pinmux controller references

Adam emailled that one of these has a side effect for breaking
USB. So let's not use this pull request if not yet merged, I'll
send an updated pull request early next week.

Regards,

Tony

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [GIT PULL] one bug fix and few other fixes for v4.17-rc cycle
@ 2018-05-05 19:43   ` Tony Lindgren
  0 siblings, 0 replies; 12+ messages in thread
From: Tony Lindgren @ 2018-05-05 19:43 UTC (permalink / raw)
  To: linux-arm-kernel

* Tony Lindgren <tony@atomide.com> [180504 15:51]:
> From: "Tony Lindgren" <tony@atomide.com>
> 
> The following changes since commit fb289e3ab10c16834741bb02be740fa9d025fde0:
> 
>   Merge branch 'omap-for-v4.17/fixes-ti-sysc' into omap-for-v4.17/fixes (2018-04-19 15:48:46 -0700)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/fixes-rc3
> 
> for you to fetch changes up to 647efef69de483f1dd7944ede31b4cae16acb124:
> 
>   ARM: dts: correct missing "compatible" entry for ti81xx SoCs (2018-05-03 10:07:47 -0700)
> 
> ----------------------------------------------------------------
> Fixes for omap variants for v4.17-rc cycle
> 
> This series of patches contains one BUG fix for trace if
> CONFIG_DEBUG_PREEMPT is enabled and a regression fix for omap1
> FIQ handling on ams-delta. Then there's a dts fix for missing SoC
> compatible on ti81xx board dts files that did matter until we added
> the clkctrl clocks and without that some clocks are now not found.
> 
> Then there are three minor logicpd-som-lv specific dts fixes that
> fix misconfigured pins for WLAN, audio and USB.
> 
> ----------------------------------------------------------------
> Adam Ford (3):
>       ARM: dts: logicpd-som-lv: Fix WL127x Startup Issues
>       ARM: dts: logicpd-som-lv: Fix Audio Mute
>       ARM: dts: logicpd-som-lv: Fix pinmux controller references

Adam emailled that one of these has a side effect for breaking
USB. So let's not use this pull request if not yet merged, I'll
send an updated pull request early next week.

Regards,

Tony

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [GIT PULL] one bug fix and few other fixes for v4.17-rc cycle
  2018-05-05 19:43   ` Tony Lindgren
@ 2018-05-05 23:43     ` Adam Ford
  -1 siblings, 0 replies; 12+ messages in thread
From: Adam Ford @ 2018-05-05 23:43 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm, Adam Ford, arm-soc

On Sat, May 5, 2018 at 2:43 PM, Tony Lindgren <tony@atomide.com> wrote:
> * Tony Lindgren <tony@atomide.com> [180504 15:51]:
>> From: "Tony Lindgren" <tony@atomide.com>
>>
>> The following changes since commit fb289e3ab10c16834741bb02be740fa9d025fde0:
>>
>>   Merge branch 'omap-for-v4.17/fixes-ti-sysc' into omap-for-v4.17/fixes (2018-04-19 15:48:46 -0700)
>>
>> are available in the Git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/fixes-rc3
>>
>> for you to fetch changes up to 647efef69de483f1dd7944ede31b4cae16acb124:
>>
>>   ARM: dts: correct missing "compatible" entry for ti81xx SoCs (2018-05-03 10:07:47 -0700)
>>
>> ----------------------------------------------------------------
>> Fixes for omap variants for v4.17-rc cycle
>>
>> This series of patches contains one BUG fix for trace if
>> CONFIG_DEBUG_PREEMPT is enabled and a regression fix for omap1
>> FIQ handling on ams-delta. Then there's a dts fix for missing SoC
>> compatible on ti81xx board dts files that did matter until we added
>> the clkctrl clocks and without that some clocks are now not found.
>>
>> Then there are three minor logicpd-som-lv specific dts fixes that
>> fix misconfigured pins for WLAN, audio and USB.
>>
>> ----------------------------------------------------------------
>> Adam Ford (3):
>>       ARM: dts: logicpd-som-lv: Fix WL127x Startup Issues
>>       ARM: dts: logicpd-som-lv: Fix Audio Mute
>>       ARM: dts: logicpd-som-lv: Fix pinmux controller references
>
> Adam emailled that one of these has a side effect for breaking
> USB. So let's not use this pull request if not yet merged, I'll
> send an updated pull request early next week.
>
The WL127x and Audio patches are good, but pinmux controller fails on
cold-boot, so I'd like to revert that one.

adam

> Regards,
>
> Tony
> --
> 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] 12+ messages in thread

* [GIT PULL] one bug fix and few other fixes for v4.17-rc cycle
@ 2018-05-05 23:43     ` Adam Ford
  0 siblings, 0 replies; 12+ messages in thread
From: Adam Ford @ 2018-05-05 23:43 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, May 5, 2018 at 2:43 PM, Tony Lindgren <tony@atomide.com> wrote:
> * Tony Lindgren <tony@atomide.com> [180504 15:51]:
>> From: "Tony Lindgren" <tony@atomide.com>
>>
>> The following changes since commit fb289e3ab10c16834741bb02be740fa9d025fde0:
>>
>>   Merge branch 'omap-for-v4.17/fixes-ti-sysc' into omap-for-v4.17/fixes (2018-04-19 15:48:46 -0700)
>>
>> are available in the Git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/fixes-rc3
>>
>> for you to fetch changes up to 647efef69de483f1dd7944ede31b4cae16acb124:
>>
>>   ARM: dts: correct missing "compatible" entry for ti81xx SoCs (2018-05-03 10:07:47 -0700)
>>
>> ----------------------------------------------------------------
>> Fixes for omap variants for v4.17-rc cycle
>>
>> This series of patches contains one BUG fix for trace if
>> CONFIG_DEBUG_PREEMPT is enabled and a regression fix for omap1
>> FIQ handling on ams-delta. Then there's a dts fix for missing SoC
>> compatible on ti81xx board dts files that did matter until we added
>> the clkctrl clocks and without that some clocks are now not found.
>>
>> Then there are three minor logicpd-som-lv specific dts fixes that
>> fix misconfigured pins for WLAN, audio and USB.
>>
>> ----------------------------------------------------------------
>> Adam Ford (3):
>>       ARM: dts: logicpd-som-lv: Fix WL127x Startup Issues
>>       ARM: dts: logicpd-som-lv: Fix Audio Mute
>>       ARM: dts: logicpd-som-lv: Fix pinmux controller references
>
> Adam emailled that one of these has a side effect for breaking
> USB. So let's not use this pull request if not yet merged, I'll
> send an updated pull request early next week.
>
The WL127x and Audio patches are good, but pinmux controller fails on
cold-boot, so I'd like to revert that one.

adam

> Regards,
>
> Tony
> --
> To unsubscribe from this list: send the line "unsubscribe linux-omap" in
> the body of a message to majordomo at vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [GIT PULL] one bug fix and few other fixes for v4.17-rc cycle
  2018-05-05 23:43     ` Adam Ford
@ 2018-05-07 15:31       ` Tony Lindgren
  -1 siblings, 0 replies; 12+ messages in thread
From: Tony Lindgren @ 2018-05-07 15:31 UTC (permalink / raw)
  To: Adam Ford; +Cc: linux-omap, arm, Adam Ford, arm-soc

* Adam Ford <aford173@gmail.com> [180505 23:45]:
> On Sat, May 5, 2018 at 2:43 PM, Tony Lindgren <tony@atomide.com> wrote:
> > * Tony Lindgren <tony@atomide.com> [180504 15:51]:
> >> From: "Tony Lindgren" <tony@atomide.com>
> >>
> >> The following changes since commit fb289e3ab10c16834741bb02be740fa9d025fde0:
> >>
> >>   Merge branch 'omap-for-v4.17/fixes-ti-sysc' into omap-for-v4.17/fixes (2018-04-19 15:48:46 -0700)
> >>
> >> are available in the Git repository at:
> >>
> >>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/fixes-rc3
> >>
> >> for you to fetch changes up to 647efef69de483f1dd7944ede31b4cae16acb124:
> >>
> >>   ARM: dts: correct missing "compatible" entry for ti81xx SoCs (2018-05-03 10:07:47 -0700)
> >>
> >> ----------------------------------------------------------------
> >> Fixes for omap variants for v4.17-rc cycle
> >>
> >> This series of patches contains one BUG fix for trace if
> >> CONFIG_DEBUG_PREEMPT is enabled and a regression fix for omap1
> >> FIQ handling on ams-delta. Then there's a dts fix for missing SoC
> >> compatible on ti81xx board dts files that did matter until we added
> >> the clkctrl clocks and without that some clocks are now not found.
> >>
> >> Then there are three minor logicpd-som-lv specific dts fixes that
> >> fix misconfigured pins for WLAN, audio and USB.
> >>
> >> ----------------------------------------------------------------
> >> Adam Ford (3):
> >>       ARM: dts: logicpd-som-lv: Fix WL127x Startup Issues
> >>       ARM: dts: logicpd-som-lv: Fix Audio Mute
> >>       ARM: dts: logicpd-som-lv: Fix pinmux controller references
> >
> > Adam emailled that one of these has a side effect for breaking
> > USB. So let's not use this pull request if not yet merged, I'll
> > send an updated pull request early next week.
> >
> The WL127x and Audio patches are good, but pinmux controller fails on
> cold-boot, so I'd like to revert that one.

OK reverted and pushed out omap-for-v4.17/fixes. Can you please
test that branch and make sure things are OK now?

Regards,

Tony

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [GIT PULL] one bug fix and few other fixes for v4.17-rc cycle
@ 2018-05-07 15:31       ` Tony Lindgren
  0 siblings, 0 replies; 12+ messages in thread
From: Tony Lindgren @ 2018-05-07 15:31 UTC (permalink / raw)
  To: linux-arm-kernel

* Adam Ford <aford173@gmail.com> [180505 23:45]:
> On Sat, May 5, 2018 at 2:43 PM, Tony Lindgren <tony@atomide.com> wrote:
> > * Tony Lindgren <tony@atomide.com> [180504 15:51]:
> >> From: "Tony Lindgren" <tony@atomide.com>
> >>
> >> The following changes since commit fb289e3ab10c16834741bb02be740fa9d025fde0:
> >>
> >>   Merge branch 'omap-for-v4.17/fixes-ti-sysc' into omap-for-v4.17/fixes (2018-04-19 15:48:46 -0700)
> >>
> >> are available in the Git repository at:
> >>
> >>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/fixes-rc3
> >>
> >> for you to fetch changes up to 647efef69de483f1dd7944ede31b4cae16acb124:
> >>
> >>   ARM: dts: correct missing "compatible" entry for ti81xx SoCs (2018-05-03 10:07:47 -0700)
> >>
> >> ----------------------------------------------------------------
> >> Fixes for omap variants for v4.17-rc cycle
> >>
> >> This series of patches contains one BUG fix for trace if
> >> CONFIG_DEBUG_PREEMPT is enabled and a regression fix for omap1
> >> FIQ handling on ams-delta. Then there's a dts fix for missing SoC
> >> compatible on ti81xx board dts files that did matter until we added
> >> the clkctrl clocks and without that some clocks are now not found.
> >>
> >> Then there are three minor logicpd-som-lv specific dts fixes that
> >> fix misconfigured pins for WLAN, audio and USB.
> >>
> >> ----------------------------------------------------------------
> >> Adam Ford (3):
> >>       ARM: dts: logicpd-som-lv: Fix WL127x Startup Issues
> >>       ARM: dts: logicpd-som-lv: Fix Audio Mute
> >>       ARM: dts: logicpd-som-lv: Fix pinmux controller references
> >
> > Adam emailled that one of these has a side effect for breaking
> > USB. So let's not use this pull request if not yet merged, I'll
> > send an updated pull request early next week.
> >
> The WL127x and Audio patches are good, but pinmux controller fails on
> cold-boot, so I'd like to revert that one.

OK reverted and pushed out omap-for-v4.17/fixes. Can you please
test that branch and make sure things are OK now?

Regards,

Tony

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [GIT PULL] one bug fix and few other fixes for v4.17-rc cycle
  2018-05-07 15:31       ` Tony Lindgren
@ 2018-05-07 16:26         ` Adam Ford
  -1 siblings, 0 replies; 12+ messages in thread
From: Adam Ford @ 2018-05-07 16:26 UTC (permalink / raw)
  To: Tony Lindgren; +Cc: linux-omap, arm, Adam Ford, arm-soc

On Mon, May 7, 2018 at 10:31 AM, Tony Lindgren <tony@atomide.com> wrote:
> * Adam Ford <aford173@gmail.com> [180505 23:45]:
>> On Sat, May 5, 2018 at 2:43 PM, Tony Lindgren <tony@atomide.com> wrote:
>> > * Tony Lindgren <tony@atomide.com> [180504 15:51]:
>> >> From: "Tony Lindgren" <tony@atomide.com>
>> >>
>> >> The following changes since commit fb289e3ab10c16834741bb02be740fa9d025fde0:
>> >>
>> >>   Merge branch 'omap-for-v4.17/fixes-ti-sysc' into omap-for-v4.17/fixes (2018-04-19 15:48:46 -0700)
>> >>
>> >> are available in the Git repository at:
>> >>
>> >>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/fixes-rc3
>> >>
>> >> for you to fetch changes up to 647efef69de483f1dd7944ede31b4cae16acb124:
>> >>
>> >>   ARM: dts: correct missing "compatible" entry for ti81xx SoCs (2018-05-03 10:07:47 -0700)
>> >>
>> >> ----------------------------------------------------------------
>> >> Fixes for omap variants for v4.17-rc cycle
>> >>
>> >> This series of patches contains one BUG fix for trace if
>> >> CONFIG_DEBUG_PREEMPT is enabled and a regression fix for omap1
>> >> FIQ handling on ams-delta. Then there's a dts fix for missing SoC
>> >> compatible on ti81xx board dts files that did matter until we added
>> >> the clkctrl clocks and without that some clocks are now not found.
>> >>
>> >> Then there are three minor logicpd-som-lv specific dts fixes that
>> >> fix misconfigured pins for WLAN, audio and USB.
>> >>
>> >> ----------------------------------------------------------------
>> >> Adam Ford (3):
>> >>       ARM: dts: logicpd-som-lv: Fix WL127x Startup Issues
>> >>       ARM: dts: logicpd-som-lv: Fix Audio Mute
>> >>       ARM: dts: logicpd-som-lv: Fix pinmux controller references
>> >
>> > Adam emailled that one of these has a side effect for breaking
>> > USB. So let's not use this pull request if not yet merged, I'll
>> > send an updated pull request early next week.
>> >
>> The WL127x and Audio patches are good, but pinmux controller fails on
>> cold-boot, so I'd like to revert that one.
>
> OK reverted and pushed out omap-for-v4.17/fixes. Can you please
> test that branch and make sure things are OK now?

I just pulled everything, built and tested.  We're good from my
perspective. Thank you for your patience and help.

adam
>
> Regards,
>
> Tony

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [GIT PULL] one bug fix and few other fixes for v4.17-rc cycle
@ 2018-05-07 16:26         ` Adam Ford
  0 siblings, 0 replies; 12+ messages in thread
From: Adam Ford @ 2018-05-07 16:26 UTC (permalink / raw)
  To: linux-arm-kernel

On Mon, May 7, 2018 at 10:31 AM, Tony Lindgren <tony@atomide.com> wrote:
> * Adam Ford <aford173@gmail.com> [180505 23:45]:
>> On Sat, May 5, 2018 at 2:43 PM, Tony Lindgren <tony@atomide.com> wrote:
>> > * Tony Lindgren <tony@atomide.com> [180504 15:51]:
>> >> From: "Tony Lindgren" <tony@atomide.com>
>> >>
>> >> The following changes since commit fb289e3ab10c16834741bb02be740fa9d025fde0:
>> >>
>> >>   Merge branch 'omap-for-v4.17/fixes-ti-sysc' into omap-for-v4.17/fixes (2018-04-19 15:48:46 -0700)
>> >>
>> >> are available in the Git repository at:
>> >>
>> >>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.17/fixes-rc3
>> >>
>> >> for you to fetch changes up to 647efef69de483f1dd7944ede31b4cae16acb124:
>> >>
>> >>   ARM: dts: correct missing "compatible" entry for ti81xx SoCs (2018-05-03 10:07:47 -0700)
>> >>
>> >> ----------------------------------------------------------------
>> >> Fixes for omap variants for v4.17-rc cycle
>> >>
>> >> This series of patches contains one BUG fix for trace if
>> >> CONFIG_DEBUG_PREEMPT is enabled and a regression fix for omap1
>> >> FIQ handling on ams-delta. Then there's a dts fix for missing SoC
>> >> compatible on ti81xx board dts files that did matter until we added
>> >> the clkctrl clocks and without that some clocks are now not found.
>> >>
>> >> Then there are three minor logicpd-som-lv specific dts fixes that
>> >> fix misconfigured pins for WLAN, audio and USB.
>> >>
>> >> ----------------------------------------------------------------
>> >> Adam Ford (3):
>> >>       ARM: dts: logicpd-som-lv: Fix WL127x Startup Issues
>> >>       ARM: dts: logicpd-som-lv: Fix Audio Mute
>> >>       ARM: dts: logicpd-som-lv: Fix pinmux controller references
>> >
>> > Adam emailled that one of these has a side effect for breaking
>> > USB. So let's not use this pull request if not yet merged, I'll
>> > send an updated pull request early next week.
>> >
>> The WL127x and Audio patches are good, but pinmux controller fails on
>> cold-boot, so I'd like to revert that one.
>
> OK reverted and pushed out omap-for-v4.17/fixes. Can you please
> test that branch and make sure things are OK now?

I just pulled everything, built and tested.  We're good from my
perspective. Thank you for your patience and help.

adam
>
> Regards,
>
> Tony

^ permalink raw reply	[flat|nested] 12+ messages in thread

* Re: [GIT PULL] one bug fix and few other fixes for v4.17-rc cycle
  2018-05-07 16:26         ` Adam Ford
@ 2018-05-07 16:34           ` Tony Lindgren
  -1 siblings, 0 replies; 12+ messages in thread
From: Tony Lindgren @ 2018-05-07 16:34 UTC (permalink / raw)
  To: Adam Ford; +Cc: linux-omap, arm, Adam Ford, arm-soc

* Adam Ford <aford173@gmail.com> [180507 16:28]:
> On Mon, May 7, 2018 at 10:31 AM, Tony Lindgren <tony@atomide.com> wrote:
> > OK reverted and pushed out omap-for-v4.17/fixes. Can you please
> > test that branch and make sure things are OK now?
> 
> I just pulled everything, built and tested.  We're good from my
> perspective. Thank you for your patience and help.

OK thanks!

Tony

^ permalink raw reply	[flat|nested] 12+ messages in thread

* [GIT PULL] one bug fix and few other fixes for v4.17-rc cycle
@ 2018-05-07 16:34           ` Tony Lindgren
  0 siblings, 0 replies; 12+ messages in thread
From: Tony Lindgren @ 2018-05-07 16:34 UTC (permalink / raw)
  To: linux-arm-kernel

* Adam Ford <aford173@gmail.com> [180507 16:28]:
> On Mon, May 7, 2018 at 10:31 AM, Tony Lindgren <tony@atomide.com> wrote:
> > OK reverted and pushed out omap-for-v4.17/fixes. Can you please
> > test that branch and make sure things are OK now?
> 
> I just pulled everything, built and tested.  We're good from my
> perspective. Thank you for your patience and help.

OK thanks!

Tony

^ permalink raw reply	[flat|nested] 12+ messages in thread

end of thread, other threads:[~2018-05-07 16:34 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-05-04 15:49 [GIT PULL] one bug fix and few other fixes for v4.17-rc cycle Tony Lindgren
2018-05-04 15:49 ` Tony Lindgren
2018-05-05 19:43 ` Tony Lindgren
2018-05-05 19:43   ` Tony Lindgren
2018-05-05 23:43   ` Adam Ford
2018-05-05 23:43     ` Adam Ford
2018-05-07 15:31     ` Tony Lindgren
2018-05-07 15:31       ` Tony Lindgren
2018-05-07 16:26       ` Adam Ford
2018-05-07 16:26         ` Adam Ford
2018-05-07 16:34         ` Tony Lindgren
2018-05-07 16:34           ` Tony Lindgren

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.