[PATCH] m68k: fix command-line parsing when passed from u-boot

2018-08-31 Thread Angelo Dureghello
Without MMU, when CONFIG_UBOOT is set, and CONFIG_BOOTPARAM is not set, a wrong command-line was produced (boot hangs, no console), due to an initial erroneus space appended to the command line in process_uboot_commandline(). In MMU mode, the m68k_command_line array was not initially terminated

Re: [PATCH] m68k: Remove is_medusa and m68k_pgtable_cachemode

2018-08-31 Thread Geert Uytterhoeven
On Wed, Aug 22, 2018 at 12:53 PM Руслан Исаев wrote: > Did TODO to clean the kernel code a bit. > > Signed-off-by: Ruslan Isaev Thanks, applied and queued for v4.20. > --- > arch/m68k/kernel/sun3-head.S | 6 -- > 1 file changed, 6 deletions(-) > > diff --git a/arch/m68k/kernel/sun3-head.S

Re: [PATCH] m68k/mac: Use correct PMU response format

2018-08-31 Thread Geert Uytterhoeven
Hi Finn, On Fri, Aug 24, 2018 at 4:02 AM Finn Thain wrote: > Now that the 68k Mac port has adopted the via-pmu driver, it must decode > the PMU response accordingly otherwise the date and time will be wrong. > > Signed-off-by: Finn Thain Looks good to me, so I will queue as a fix for v4.19. I

Re: [PATCH] m68k/mac: Use correct PMU response format

2018-08-31 Thread Finn Thain
On Fri, 31 Aug 2018, Geert Uytterhoeven wrote: > Hi Finn, > > On Fri, Aug 24, 2018 at 4:02 AM Finn Thain wrote: > > Now that the 68k Mac port has adopted the via-pmu driver, it must decode > > the PMU response accordingly otherwise the date and time will be wrong. > > > > Signed-off-by: Finn

Re: [PATCH] m68k/mac: Use correct PMU response format

2018-08-31 Thread Geert Uytterhoeven
Hi Finn, On Fri, Aug 31, 2018 at 9:12 AM Finn Thain wrote: > On Fri, 31 Aug 2018, Geert Uytterhoeven wrote: > > On Fri, Aug 24, 2018 at 4:02 AM Finn Thain > > wrote: > > > Now that the 68k Mac port has adopted the via-pmu driver, it must decode > > > the PMU response accordingly otherwise the

[git pull] m68k fixes for 4.19

2018-08-31 Thread Geert Uytterhoeven
Hi Linus, The following changes since commit 5b394b2ddf0347bef56e50c69a58773c94343ff3: Linux 4.19-rc1 (2018-08-26 14:11:59 -0700) are available in the Git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/geert/linux-m68k.git tags/m68k-for-v4.19-tag2 for you to fetch