* [GIT PULL v2 1/2] TI DaVinci SoC support updates for v4.16
@ 2018-01-05 14:52 Sekhar Nori
2018-01-05 14:52 ` [GIT PULL v2 2/2] TI DaVinci DT " Sekhar Nori
2018-01-05 16:58 ` [GIT PULL v2 1/2] TI DaVinci SoC support " Arnd Bergmann
0 siblings, 2 replies; 4+ messages in thread
From: Sekhar Nori @ 2018-01-05 14:52 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-v2
for you to fetch changes up to 23bbeaef90ab7607d03428bbb708efe44f43c761:
ARM: davinci: constify gpio_led (2018-01-05 19:28:41 +0530)
----------------------------------------------------------------
DaVinci SoC updates consisting of non-critical bug fixes including constifying
data structures, removal of unnecessary newlines from gpio labels 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
Arvind Yadav (1):
ARM: davinci: constify gpio_led
Bhumika Goyal (2):
ARM: davinci: make argument to davinci_common_init() as const
ARM: davinci: make davinci_soc_info structures const
Julia Lawall (1):
ARM: davinci: drop unneeded newline
Vasyl Gomonovych (1):
ARM: davinci: Use PTR_ERR_OR_ZERO()
arch/arm/configs/davinci_all_defconfig | 1 +
arch/arm/mach-davinci/board-da850-evm.c | 4 ++--
arch/arm/mach-davinci/board-neuros-osd2.c | 2 +-
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 +-
12 files changed, 15 insertions(+), 14 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* [GIT PULL v2 2/2] TI DaVinci DT updates for v4.16
2018-01-05 14:52 [GIT PULL v2 1/2] TI DaVinci SoC support updates for v4.16 Sekhar Nori
@ 2018-01-05 14:52 ` Sekhar Nori
2018-01-05 16:45 ` Arnd Bergmann
2018-01-05 16:58 ` [GIT PULL v2 1/2] TI DaVinci SoC support " Arnd Bergmann
1 sibling, 1 reply; 4+ messages in thread
From: Sekhar Nori @ 2018-01-05 14:52 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/dt
for you to fetch changes up to 7669b122085018c1f64720d11c24ae6d2549193d:
ARM: dts: da850-lcdk: Remove leading 0x and 0s from unit address (2018-01-05 19:21:21 +0530)
----------------------------------------------------------------
A DT warning fix for W=1 warning message.
----------------------------------------------------------------
Mathieu Malaterre (1):
ARM: dts: da850-lcdk: Remove leading 0x and 0s from unit address
arch/arm/boot/dts/da850-lcdk.dts | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 4+ messages in thread* [GIT PULL v2 1/2] TI DaVinci SoC support updates for v4.16
2018-01-05 14:52 [GIT PULL v2 1/2] TI DaVinci SoC support updates for v4.16 Sekhar Nori
2018-01-05 14:52 ` [GIT PULL v2 2/2] TI DaVinci DT " Sekhar Nori
@ 2018-01-05 16:58 ` Arnd Bergmann
1 sibling, 0 replies; 4+ messages in thread
From: Arnd Bergmann @ 2018-01-05 16:58 UTC (permalink / raw)
To: linux-arm-kernel
On Fri, Jan 5, 2018 at 3:52 PM, Sekhar Nori <nsekhar@ti.com> 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-v2
>
> for you to fetch changes up to 23bbeaef90ab7607d03428bbb708efe44f43c761:
>
> ARM: davinci: constify gpio_led (2018-01-05 19:28:41 +0530)
>
> ----------------------------------------------------------------
> DaVinci SoC updates consisting of non-critical bug fixes including constifying
> data structures, removal of unnecessary newlines from gpio labels and code
> simplification.
>
> Also a defconfig update for DaVinci, enabling support for USB network adaptors.
Pulled into next/soc, thanks!
Arnd
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2018-01-05 16:58 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2018-01-05 14:52 [GIT PULL v2 1/2] TI DaVinci SoC support updates for v4.16 Sekhar Nori
2018-01-05 14:52 ` [GIT PULL v2 2/2] TI DaVinci DT " Sekhar Nori
2018-01-05 16:45 ` Arnd Bergmann
2018-01-05 16:58 ` [GIT PULL v2 1/2] TI DaVinci SoC support " Arnd Bergmann
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox