mbox series

[GIT,PULL] soc: Amlogic updates for v5.2

Message ID 7ha7hdwexl.fsf@baylibre.com
State New
Headers show
Series [GIT,PULL] soc: Amlogic updates for v5.2 | expand

Pull-request

https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-drivers

Message

Kevin Hilman March 29, 2019, 9:25 p.m. UTC
The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:

  Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)

are available in the Git repository at:

  https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-drivers

for you to fetch changes up to fdda0a6adc33536ad468f07db27325423703c5bc:

  meson-gx-socinfo: add missing of_node_put after of_device_is_available (2019-03-18 09:07:32 -0700)

----------------------------------------------------------------
soc: Amlogic updates for v5.2
- socinfo: support new SoCs / packages

----------------------------------------------------------------
Julia Lawall (1):
      meson-gx-socinfo: add missing of_node_put after of_device_is_available

Neil Armstrong (2):
      soc: amlogic: gx-socinfo: Add mask for each SoC packages
      soc: amlogic: gx-socinfo: Add new SoC IDs and Packages IDs

 drivers/soc/amlogic/meson-gx-socinfo.c | 43 +++++++++++++++++++++++++++----------------
 1 file changed, 27 insertions(+), 16 deletions(-)

Comments

Olof Johansson April 28, 2019, 7:08 p.m. UTC | #1
On Fri, Mar 29, 2019 at 02:25:58PM -0700, Kevin Hilman wrote:
> The following changes since commit 9e98c678c2d6ae3a17cb2de55d17f69dddaa231b:
> 
>   Linux 5.1-rc1 (2019-03-17 14:22:26 -0700)
> 
> are available in the Git repository at:
> 
>   https://git.kernel.org/pub/scm/linux/kernel/git/khilman/linux-amlogic.git tags/amlogic-drivers
> 
> for you to fetch changes up to fdda0a6adc33536ad468f07db27325423703c5bc:
> 
>   meson-gx-socinfo: add missing of_node_put after of_device_is_available (2019-03-18 09:07:32 -0700)
> 
> ----------------------------------------------------------------
> soc: Amlogic updates for v5.2
> - socinfo: support new SoCs / packages

Merged, thanks!


-Olof