mbox

[GIT,PULL,1/5] non-urgent omap fixes for v4.11 merge window

Message ID pull-1485274191-192300
State New
Headers show

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.11/fixes-not-urgent-signed

Message

Tony Lindgren Jan. 24, 2017, 6:05 p.m. UTC
The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:

  Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.11/fixes-not-urgent-signed

for you to fetch changes up to 631af44c10f9430163296626c6134db16a4f51fb:

  ARM: OMAP3: Fix SoC detection of OMAP36/37 Family (2017-01-20 10:13:06 -0800)

----------------------------------------------------------------
Non-urgent fixes for omaps for v4.11 merge window. These all are
fixes for things that have never worked or have been broken for
a long time and nobody noticed:

- Fix omap3 off mode pull defines

- Allow multiple pdata quirks instead of just one

- Fix am335x and dm814x scm syscon to probe children too

- Fix compatible for ti81xx to allow use with 8250_omap as well

- Fix 8250_omap on omap5 by adding HWMOD_SWSUP_SIDLE_ACT flag

- Fix SoC detection for omap36/37 SoCs

----------------------------------------------------------------
Adam Ford (1):
      ARM: OMAP3: Fix SoC detection of OMAP36/37 Family

Tony Lindgren (4):
      ARM: dts: Fix omap3 off mode pull defines
      ARM: OMAP2+: Fix init for multiple quirks for the same SoC
      ARM: dts: Fix am335x and dm814x scm syscon to probe children
      ARM: dts: Fix compatible for ti81xx uarts for 8250

Vignesh R (1):
      ARM: OMAP5: Add HWMOD_SWSUP_SIDLE_ACT flag for UART

 arch/arm/boot/dts/am33xx.dtsi              |  3 ++-
 arch/arm/boot/dts/dm814x.dtsi              |  9 +++++----
 arch/arm/boot/dts/dm816x.dtsi              |  6 +++---
 arch/arm/mach-omap2/id.c                   | 10 +++++++++-
 arch/arm/mach-omap2/omap_hwmod_54xx_data.c |  8 ++++++--
 arch/arm/mach-omap2/pdata-quirks.c         |  1 -
 include/dt-bindings/pinctrl/omap.h         |  4 ++--
 7 files changed, 27 insertions(+), 14 deletions(-)

Comments

Olof Johansson Jan. 30, 2017, 1:15 a.m. UTC | #1
On Tue, Jan 24, 2017 at 10:05:15AM -0800, Tony Lindgren wrote:
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.11/soc-signed
> 
> for you to fetch changes up to 8c4bc910633d942b4422e8b264c39a48e230a261:
> 
>   ARM: OMAP: clock: Remove unused mpurate cmdline option (2017-01-24 07:20:02 -0800)
> 
> ----------------------------------------------------------------
> SoC changes for omaps for v4.11 merge window. This adds support
> for keeping the interconnect target module active for uart if
> earlycon is specified. And we're adding Aaro Koskinen as a
> co-maintainer for omap1 to make sure things stay working for
> omap1. The other changes are mostly clean-up of old legacy code:
> 
> - Remove unused omap_display_init()
> 
> - Make omapdss_find_dss_of_node() function static
> 
> - Add support for earlycon
> 
> - Tidy up omap1 usb logging output with pr_cont
> 
> - Make omap_otg_init() static
> 
> - Delete redundant CPU class checks for omap1
> 
> - Remove unused mpurate cmdline option that has not done
>   anything for past 1.5 years at least
> 

Merged, thanks!


-Olof
Olof Johansson Jan. 30, 2017, 1:16 a.m. UTC | #2
On Tue, Jan 24, 2017 at 10:05:16AM -0800, Tony Lindgren wrote:
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.11/drivers-signed
> 
> for you to fetch changes up to 36cc9fd9ce0fd0e4654890aa347d258616aef5fa:
> 
>   soc: ti: wkup_m3_ipc: Drop wait from wkup_m3_rproc_boot_thread (2017-01-06 08:37:39 -0800)
> 
> ----------------------------------------------------------------
> Just a single wkup_m3_ipc clean-up for v4.11 merge window.
> We don't currently have anything else for drivers/soc to
> merge, but I'd expect that to change as soon as we can start
> moving PM code into drivers with the recently posted SRAM
> changes. Anyways, sent as a separate pull request to make
> it easy to group the ARM SoC pull requests.
> 
> ----------------------------------------------------------------
> Sarangdhar Joshi (1):
>       soc: ti: wkup_m3_ipc: Drop wait from wkup_m3_rproc_boot_thread
> 
>  drivers/soc/ti/wkup_m3_ipc.c | 2 --
>  1 file changed, 2 deletions(-)

Merged, thanks!


-Olof
Olof Johansson Jan. 30, 2017, 1:17 a.m. UTC | #3
On Tue, Jan 24, 2017 at 10:05:17AM -0800, Tony Lindgren wrote:
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.11/dt-signed-v2
> 
> for you to fetch changes up to d8e166b4ad0e3626af0378cadb2d7ba41efa005a:
> 
>   ARM: dts: dra72/1-evm: add pcf8575 used for lcd (2017-01-23 11:01:13 -0800)
> 
> ----------------------------------------------------------------
> Device tree changes for omaps for v4.11 merge window. These
> changes add earlycon stdout-path propety for the SoCs so far
> tested with it. The other changes are addition of BeagleBone
> green and making WLAN work on BeagleBone black wireless and
> green wireless. The rest of the changes are the usual enabling
> features on various devices:

Merged, thanks!


-Olof
Olof Johansson Jan. 30, 2017, 1:18 a.m. UTC | #4
On Tue, Jan 24, 2017 at 10:05:18AM -0800, Tony Lindgren wrote:
> The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77:
> 
>   Linux 4.10-rc1 (2016-12-25 16:13:08 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/tmlind/linux-omap tags/omap-for-v4.11/defconfig-signed
> 
> for you to fetch changes up to ac57feb25833a6f3832a436d28808ffc16c672b3:
> 
>   ARM: omap2plus_defconfig: Enable support for RTC M41T80 (2017-01-24 07:04:11 -0800)
> 
> ----------------------------------------------------------------
> Few omap2plus_defconfig changes for v4.11 merge window:
> 
> - Switch to use LIS3LV02DL IIO driver instead of the
>   LIS3LC02D misc driver
> 
> - Set CONFIG_SERIAL_8250_RUNTIME_UARTS=6 to avoid runtime
>   warnings on omap5 and dra7
> 
> - Enable ksz9021 phy and m41t80 rtc as they are used at
>   least on phyCORE-AM335x

Merged, thanks.


-Olof