[PATCH] powerpc/mm: Only define MAX_PHYSMEM_BITS in SPARSEMEM configurations

2019-03-16 Thread Ben Hutchings
MAX_PHYSMEM_BITS only needs to be defined if CONFIG_SPARSEMEM is enabled, and that was the case before commit 4ffe713b7587 ("powerpc/mm: Increase the max addressable memory to 2PB"). On 32-bit systems, where CONFIG_SPARSEMEM is not enabled, we now define it as 46. That is larger than the real num

Re: [PATCH] powerpc/6xx: fix setup and use of SPRN_PGDIR for hash32

2019-03-16 Thread Guenter Roeck
On 3/15/19 6:20 AM, Christophe Leroy wrote: Michael, Are you able to get this merged before 5.1-rc1 comes out ? Looks like this patch got lost. I don't see it in Michael's most recent pull request, the one that got merged today. Guenter Thanks Christophe Le 08/03/2019 à 17:06, Christophe

[PATCH] hotplug/drc-info: ininitialize fndit to zero

2019-03-16 Thread Colin King
From: Colin Ian King Currently variable fndit is not initialized and contains a garbage value, later it is set to 1 if a drc entry is found. Ensure fndit is not containing garbage by initializing it to zero. Also remove an extraneous space at the end of an sprintf call. Detected by static analys

Re: [GIT PULL] Please pull powerpc/linux.git powerpc-5.1-2 tag

2019-03-16 Thread pr-tracker-bot
The pull request you sent on Sat, 16 Mar 2019 22:28:48 +1100: > https://git.kernel.org/pub/scm/linux/kernel/git/powerpc/linux.git > tags/powerpc-5.1-2 has been merged into torvalds/linux.git: https://git.kernel.org/torvalds/c/a9c55d58bc36b5a0ef7021772fc2508e693ed534 Thank you! -- Deet-doot-do

Re: [PATCH v2 4/7] dt-bindings: counter: ftm-quaddec

2019-03-16 Thread Jonathan Cameron
On Tue, 12 Mar 2019 14:09:52 -0500 Rob Herring wrote: > On Wed, Mar 06, 2019 at 12:12:05PM +0100, Patrick Havelange wrote: > > FlexTimer quadrature decoder driver. > > > > Signed-off-by: Patrick Havelange > > Reviewed-by: Esben Haabendal > > --- > > Changes v2 > > - None > > --- > > .../

[GIT PULL] Please pull powerpc/linux.git powerpc-5.1-2 tag

2019-03-16 Thread Michael Ellerman
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hi Linus, Please pull a few small powerpc updates for 5.1: The following changes since commit 9580b71b5a7863c24a9bd18bcd2ad759b86b1eff: powerpc/32: Clear on-stack exception marker upon exception return (2019-03-04 00:37:23 +1100) are available i

Re: [PATCH v2 10/45] drivers: tty: serial: zs: use devm_* functions

2019-03-16 Thread Enrico Weigelt, metux IT consult
On 16.03.19 04:26, Greg KH wrote: > No, it's just that those systems do not allow those devices to be > removed because they are probably not on a removable bus. Ok, devices (hw) might not be removable - that also the case for uarts builtin some SoCs, or the good old PC w/ 8250. But does that als