[GIT PULL] parisc architecture fixes for v4.13-rc6

From: Helge Deller
Date: Thu Aug 17 2017 - 14:28:29 EST


Hi Linus,

please pull two small patches from:

git://git.kernel.org/pub/scm/linux/kernel/git/deller/parisc-linux.git parisc-4.13-5

Changelog:

- Fix PCI memory bar assignments with 64-bit kernels on machines with Dino/Cujo
PCI chipsets. This makes PCI graphic cards work on such machines (from Thomas
Bogendoerfer).

- Fix documentation to be more clear about the difference between %pF and %pS
printk format usage. There are still many places in the kernel which have it
wrong (from Petr Mladek, Sergey Senozhatsky & me).

Thanks,
Helge

----------------------------------------------------------------
Helge Deller (1):
printk-formats.txt: Better describe the difference between %pS and %pF

Thomas Bogendoerfer (1):
parisc: pci memory bar assignment fails with 64bit kernels on dino/cujo

Documentation/printk-formats.txt | 19 +++++++++++--------
drivers/parisc/dino.c | 2 +-
2 files changed, 12 insertions(+), 9 deletions(-)