mbox series

[GIT,PULL] soc: Keystone driver update for v5.17

Message ID 20211217154921.cagzppcensxx6wm4@pension
State New
Headers show
Series [GIT,PULL] soc: Keystone driver update for v5.17 | expand

Pull-request

git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-driver-soc-fixes-for-v5.17

Message

Nishanth Menon Dec. 17, 2021, 3:49 p.m. UTC
The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:

  Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)

are available in the Git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-driver-soc-fixes-for-v5.17

for you to fetch changes up to 1bb0b8b195d821d009bae61248da14f2b17bd44a:

  soc: ti: knav_dma: Fix NULL vs IS_ERR() checking in dma_init (2021-12-16 06:34:07 -0600)

----------------------------------------------------------------
SoC: Keystone driver update for v5.17

* k3-socinfo: Add entry for J721S2 SoC family
* Misc fixups for tisci, pruss, knav_dma

----------------------------------------------------------------
Aswath Govindraju (1):
      soc: ti: k3-socinfo: Add entry for J721S2 SoC family

Jan Kiszka (1):
      soc: ti: pruss: fix referenced node in error message

Jason Wang (1):
      firmware: ti_sci: rm: remove unneeded semicolon

Miaoqian Lin (1):
      soc: ti: knav_dma: Fix NULL vs IS_ERR() checking in dma_init

 drivers/firmware/ti_sci.c   |  2 +-
 drivers/soc/ti/k3-socinfo.c |  3 ++-
 drivers/soc/ti/knav_dma.c   | 20 ++++++++++----------
 drivers/soc/ti/pruss.c      |  2 +-
 4 files changed, 14 insertions(+), 13 deletions(-)

Comments

Nishanth Menon Dec. 17, 2021, 4 p.m. UTC | #1
On 09:49-20211217, Nishanth Menon wrote:
> The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
> 
>   Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
> 
> are available in the Git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-driver-soc-fixes-for-v5.17


uggh.. Could have been tags/ti-driver-soc-for-v5.17 mostly fixes threw
my thought off a bit there.. - Do let me know if you folks prefer it
as ti-driver-soc-for-v5.17 instead of ti-driver-soc-fixes-for-v5.17
and I can retag and respin the PR..
Arnd Bergmann Dec. 17, 2021, 4:10 p.m. UTC | #2
On Fri, Dec 17, 2021 at 5:00 PM Nishanth Menon <nm@ti.com> wrote:
>
> On 09:49-20211217, Nishanth Menon wrote:
> > The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
> >
> >   Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
> >
> > are available in the Git repository at:
> >
> >   git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-driver-soc-fixes-for-v5.17
>
>
> uggh.. Could have been tags/ti-driver-soc-for-v5.17 mostly fixes threw
> my thought off a bit there.. - Do let me know if you folks prefer it
> as ti-driver-soc-for-v5.17 instead of ti-driver-soc-fixes-for-v5.17
> and I can retag and respin the PR..

I don't care about the tag name. However, if any of the patches qualify
as bugfixes that make sense in 5.16, please split up the branch into fixes
and new work and send them separately.

       Arnd
Nishanth Menon Dec. 17, 2021, 4:21 p.m. UTC | #3
On 17:10-20211217, Arnd Bergmann wrote:
> On Fri, Dec 17, 2021 at 5:00 PM Nishanth Menon <nm@ti.com> wrote:
> >
> > On 09:49-20211217, Nishanth Menon wrote:
> > > The following changes since commit fa55b7dcdc43c1aa1ba12bca9d2dd4318c2a0dbf:
> > >
> > >   Linux 5.16-rc1 (2021-11-14 13:56:52 -0800)
> > >
> > > are available in the Git repository at:
> > >
> > >   git://git.kernel.org/pub/scm/linux/kernel/git/ti/linux.git tags/ti-driver-soc-fixes-for-v5.17
> >
> >
> > uggh.. Could have been tags/ti-driver-soc-for-v5.17 mostly fixes threw
> > my thought off a bit there.. - Do let me know if you folks prefer it
> > as ti-driver-soc-for-v5.17 instead of ti-driver-soc-fixes-for-v5.17
> > and I can retag and respin the PR..
> 
> I don't care about the tag name. However, if any of the patches qualify
> as bugfixes that make sense in 5.16, please split up the branch into fixes
> and new work and send them separately.

There are minor fixes and does'nt make sense for 5.16. So, just this PR
for 5.17.