public inbox for linux-arm-kernel@lists.infradead.org
 help / color / mirror / Atom feed
* [GIT PULL] TI DaVinci SoC support updates for v4.16
@ 2017-12-23 15:51 Sekhar Nori
  2018-01-05  7:09 ` Olof Johansson
  0 siblings, 1 reply; 3+ messages in thread
From: Sekhar Nori @ 2017-12-23 15:51 UTC (permalink / raw)
  To: linux-arm-kernel

The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:

  Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)

are available in the git repository at:

  git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.16/soc

for you to fetch changes up to ed3c0c2b4fdcbe05194ee3f5e634ece3018d3b76:

  ARM: dts: da850-lcdk: Remove leading 0x and 0s from unit address (2017-12-23 15:46:25 +0530)

----------------------------------------------------------------
DaVinci SoC updates consisting of non-critical bug fixes including constifying
data structures, DT warning fixes for W=1 and code simplification.

Also a defconfig update for DaVinci, enabling support for USB network adaptors.

----------------------------------------------------------------
Aparna Balasubramanian (1):
      ARM: davinci_all_defconfig: enable support for USB network adaptors

Bhumika Goyal (2):
      ARM: davinci: make argument to davinci_common_init() as const
      ARM: davinci: make davinci_soc_info structures const

Mathieu Malaterre (1):
      ARM: dts: da850-lcdk: Remove leading 0x and 0s from unit address

Vasyl Gomonovych (1):
      ARM: davinci: Use PTR_ERR_OR_ZERO()

 arch/arm/boot/dts/da850-lcdk.dts            | 4 ++--
 arch/arm/configs/davinci_all_defconfig      | 1 +
 arch/arm/mach-davinci/common.c              | 2 +-
 arch/arm/mach-davinci/da830.c               | 2 +-
 arch/arm/mach-davinci/da850.c               | 2 +-
 arch/arm/mach-davinci/devices-da8xx.c       | 4 ++--
 arch/arm/mach-davinci/dm355.c               | 2 +-
 arch/arm/mach-davinci/dm365.c               | 2 +-
 arch/arm/mach-davinci/dm644x.c              | 2 +-
 arch/arm/mach-davinci/dm646x.c              | 4 ++--
 arch/arm/mach-davinci/include/mach/common.h | 2 +-
 11 files changed, 14 insertions(+), 13 deletions(-)

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

* [GIT PULL] TI DaVinci SoC support updates for v4.16
  2017-12-23 15:51 [GIT PULL] TI DaVinci SoC support updates for v4.16 Sekhar Nori
@ 2018-01-05  7:09 ` Olof Johansson
  2018-01-05 14:57   ` Sekhar Nori
  0 siblings, 1 reply; 3+ messages in thread
From: Olof Johansson @ 2018-01-05  7:09 UTC (permalink / raw)
  To: linux-arm-kernel

On Sat, Dec 23, 2017 at 09:21:31PM +0530, Sekhar Nori wrote:
> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
> 
>   Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
> 
> are available in the git repository at:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.16/soc
> 
> for you to fetch changes up to ed3c0c2b4fdcbe05194ee3f5e634ece3018d3b76:
> 
>   ARM: dts: da850-lcdk: Remove leading 0x and 0s from unit address (2017-12-23 15:46:25 +0530)
> 
> ----------------------------------------------------------------
> DaVinci SoC updates consisting of non-critical bug fixes including constifying
> data structures, DT warning fixes for W=1 and code simplification.
> 
> Also a defconfig update for DaVinci, enabling support for USB network adaptors.

Hi,

We usually don't mix DT and other updates (and sometimes we keep defconfig
updates separate from SoC ones, but that's not needed here).

Can you respin with DT separate? Feel free to just send-email the patch to us,
or send a pull request with it if you prefer.


-Olof

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

* [GIT PULL] TI DaVinci SoC support updates for v4.16
  2018-01-05  7:09 ` Olof Johansson
@ 2018-01-05 14:57   ` Sekhar Nori
  0 siblings, 0 replies; 3+ messages in thread
From: Sekhar Nori @ 2018-01-05 14:57 UTC (permalink / raw)
  To: linux-arm-kernel

Hi Olof,

On Friday 05 January 2018 12:39 PM, Olof Johansson wrote:
> On Sat, Dec 23, 2017 at 09:21:31PM +0530, Sekhar Nori wrote:
>> The following changes since commit 4fbd8d194f06c8a3fd2af1ce560ddb31f7ec8323:
>>
>>   Linux 4.15-rc1 (2017-11-26 16:01:47 -0800)
>>
>> are available in the git repository at:
>>
>>   git://git.kernel.org/pub/scm/linux/kernel/git/nsekhar/linux-davinci.git tags/davinci-for-v4.16/soc
>>
>> for you to fetch changes up to ed3c0c2b4fdcbe05194ee3f5e634ece3018d3b76:
>>
>>   ARM: dts: da850-lcdk: Remove leading 0x and 0s from unit address (2017-12-23 15:46:25 +0530)
>>
>> ----------------------------------------------------------------
>> DaVinci SoC updates consisting of non-critical bug fixes including constifying
>> data structures, DT warning fixes for W=1 and code simplification.
>>
>> Also a defconfig update for DaVinci, enabling support for USB network adaptors.
> 
> Hi,
> 
> We usually don't mix DT and other updates (and sometimes we keep defconfig
> updates separate from SoC ones, but that's not needed here).
> 
> Can you respin with DT separate? Feel free to just send-email the patch to us,
> or send a pull request with it if you prefer.

I sent a v2 pull request. I had two more patches that were ready to be
queued for which I was planning on sending another pull request anyway.
I added those in the v2.

Thanks,
Sekhar

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

end of thread, other threads:[~2018-01-05 14:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-23 15:51 [GIT PULL] TI DaVinci SoC support updates for v4.16 Sekhar Nori
2018-01-05  7:09 ` Olof Johansson
2018-01-05 14:57   ` Sekhar Nori

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox