[...]
> -char __initdata *uboot_arg;
> +unsigned int __initdata uboot_arg;
Why ?
In both places it is actually used, it is intended as a pointer. The cast for
range check is needed but lets cast there. See below for real reason.
> -static inline int is_kernel(unsigned long addr)
> +static in
OK linus/axs103_smp_defconfig/arcv2 Sat Feb 16, 10:36
http://kisskb.ellerman.id.au/kisskb/buildresult/13693578/
Commit: Merge tag 'for-linus-20190215' of git://git.kernel.dk/linux-block
24f0a48743a256bdec1bcb80708bc309da4aa261
Compiler: arc-linux-gcc.br_real (Buildroot 2
OK linus/axs101_defconfig/arcompact Sat Feb 16, 10:36
http://kisskb.ellerman.id.au/kisskb/buildresult/13693579/
Commit: Merge tag 'for-linus-20190215' of git://git.kernel.dk/linux-block
24f0a48743a256bdec1bcb80708bc309da4aa261
Compiler: arc-buildroot-linux-uclibc-gcc
OK linus/axs101_defconfig/arcompact Sat Feb 16, 08:53
http://kisskb.ellerman.id.au/kisskb/buildresult/13693332/
Commit: Merge tag 'for-5.0/dm-fixes-3' of
git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
ae3fa8bd73c9b64416816ec0e9951cd8695c9854
Compiler: arc-buildr
OK linus/axs103_smp_defconfig/arcv2 Sat Feb 16, 08:53
http://kisskb.ellerman.id.au/kisskb/buildresult/13693331/
Commit: Merge tag 'for-5.0/dm-fixes-3' of
git://git.kernel.org/pub/scm/linux/kernel/git/device-mapper/linux-dm
ae3fa8bd73c9b64416816ec0e9951cd8695c9854
Compiler: arc-linux-
DW USB controller on HSDK hangs sometimes after SW reset, so
add reset handle to make possible to reset DW USB controller HW.
Signed-off-by: Eugeniy Paltsev
---
arch/arc/boot/dts/hsdk.dts | 2 ++
1 file changed, 2 insertions(+)
diff --git a/arch/arc/boot/dts/hsdk.dts b/arch/arc/boot/dts/hsdk.dt
On Thu, Feb 14, 2019 at 06:07:43PM +0300, Eugeniy Paltsev wrote:
> Reworking U-boot args handling and enable uboot support
> unconditionally.
>
> Changes v1->v2:
> * Drop magic number check [in this patch series]
> * Keep comment about cndline appending
>
> Changes RFC->v1:
> * Don't add new A