[patch 00/14] Sort out i8253 and PC speaker locking and headers

2011-06-01 Thread ralf
gaOne platforms should be affected. MIPS: Ok. x86: Ok. All others:No PC speaker supported Also only the plain old IBM PC XT was using a i8253; every later system had i8254. So maybe this is the time for renaming the support code? Ralf __

[patch 09/14] i8253: Alpha, PowerPC: Remove unused header.

2011-06-01 Thread ralf
Signed-off-by: Ralf Baechle To: linux-ker...@vger.kernel.org Cc: Richard Henderson Cc: Ivan Kokshaysky Cc: Matt Turner Cc: linux-al...@vger.kernel.org Cc: Benjamin Herrenschmidt Cc: Paul Mackerras Cc: linuxppc-dev@lists.ozlabs.org arch/alpha/include/asm/8253pit.h |3 --- arch/powerpc

[patch 13/14] PCSPKR: Cleanup Kconfig dependencies

2011-06-01 Thread ralf
Lenghty lists of the kind "depends on ARCH1 || ARCH2 ... || ARCH123" are usually either wrong or too coarse grained. Or plain an ugly sin. Signed-off-by: Ralf Baechle To: linux-ker...@vger.kernel.org Cc: Richard Henderson Cc: Ivan Kokshaysky Cc: Matt Turner Cc: Benjamin Herrens

Re: [PATCH 3/5] mm/hugetlb: remove arch_prepare/release_hugepage from arch headers

2015-05-28 Thread Ralf Baechle
On Thu, May 28, 2015 at 01:52:35PM +0200, Dominik Dingel wrote: Acked-by: Ralf Baechle ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH] of: clean-up unnecessary libfdt include paths

2015-06-03 Thread Ralf Baechle
On Wed, Jun 03, 2015 at 12:10:25AM -0500, Rob Herring wrote: > Date: Wed, 3 Jun 2015 00:10:25 -0500 > From: Rob Herring > To: devicet...@vger.kernel.org, linux-ker...@vger.kernel.org > Cc: Grant Likely , Rob Herring , > Ralf Baechle , Benjamin Herrenschmidt > , Paul M

Re: [PATCH v2 08/47] kernel: Move pm_power_off to common code

2014-10-22 Thread Ralf Baechle
gt; Acked-by: Xuetao Guan > Signed-off-by: Guenter Roeck Acked-by: Ralf Baechle ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH v3 16/27] Mips/MSI: Save msi chip in pci sysdata

2014-10-25 Thread Ralf Baechle
On Wed, Oct 15, 2014 at 11:07:04AM +0800, Yijing Wang wrote: > +static inline struct msi_chip *pci_msi_chip(struct pci_bus *bus) > +{ > + struct pci_controller *control = (struct pci_controller *)bus->sysdata; bus->sysdata is void * so this cast is unnec

Re: [PATCH v3 18/27] MIPS/Xlp: Remove the dead function destroy_irq() to fix build error

2014-10-25 Thread Ralf Baechle
Applied, thanks. Ralf ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH v2 38/45] MIPS: Use get/put_online_cpus_atomic() to prevent CPU offline

2013-06-26 Thread Ralf Baechle
y it should do preempt_disable() too, but I think local_irq_disable is sufficiently equivalent). [...] - snip - I'm not entirely convinced the symmetry between UP and SMP environments is really worth it. Would anybody mind removing the local_irq_disable() ... local

Re: [PATCH 5/7] PCI: Remove unnecessary #includes of

2015-06-05 Thread Ralf Baechle
Acked-by: Ralf Baechle ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH V4 2/6] mm: mlock: Add new mlock, munlock, and munlockall system calls

2015-07-23 Thread Ralf Baechle
nning a V5, so I will drop all but the x86 > system calls additions in that version. The MIPS bits are looking good however, so Acked-by: Ralf Baechle With my ack, will you keep them or maybe carry them as a separate patch? Cheers, Ralf ___ L

Re: [PATCH v2] arch: use WRITE_ONCE/READ_ONCE in smp_store_release/smp_load_acquire

2015-08-02 Thread Ralf Baechle
\ Acked-by: Ralf Baechle Ralf ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH v2 04/10] irqdomain: Return errors from irq_create_of_mapping()

2013-09-18 Thread Ralf Baechle
On Wed, Sep 18, 2013 at 03:24:46PM +0200, Thierry Reding wrote: For the MIPS bits: Acked-by: Ralf Baechle Ralf ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH v2 07/10] of/irq: Propagate errors in of_irq_to_resource_table()

2013-09-18 Thread Ralf Baechle
On Wed, Sep 18, 2013 at 03:24:49PM +0200, Thierry Reding wrote: For the MIPS bits: Acked-by: Ralf Baechle Ralf ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH v2 14/14] Kconfig cleanup (PARPORT_PC dependencies)

2013-10-08 Thread Ralf Baechle
tectures are unlikely to need PARPORT_PC, so this avoids > having an ever growing list of architectures to exclude. Those > architectures which do select ARCH_MAY_HAVE_PC_PARPORT in this > patch are the ones which have an asm/parport.h (or use the generic > version). Acked-b

Re: [PATCH 2/2] gpio: gpiolib: set gpiochip_remove retval to void

2014-05-30 Thread Ralf Baechle
> Is this likely to happen? And while we're at it - panic() is going to add a \n itself so don't pass a string ending in \n to panic(). Ralf ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH v3] arch: Kconfig: Let all architectures set endian explicitly

2014-08-14 Thread Ralf Baechle
nness. config CPU_BIG_ENDIAN bool "Big endian" depends on SYS_SUPPORTS_BIG_ENDIAN config CPU_LITTLE_ENDIAN bool "Little endian" depends on SYS_SUPPORTS_LITTLE_ENDIAN help endchoice So I think you can just drop the MIPS segment from your patch. Ralf

Re: [PATCH 24/34] PCI: use weak functions for MSI arch-specific functions

2013-11-21 Thread Ralf Baechle
On Wed, Nov 20, 2013 at 10:50:43AM +0800, Richard Zhu wrote: Looking good, Acked-by: Ralf Baechle Nevertheless I'd again like to express that I'm not that fond of of the increasing number of weak functions in the kernel. In the old days things were such that when an a platform didn

Re: [PATCH 24/34] PCI: use weak functions for MSI arch-specific functions

2013-11-21 Thread Ralf Baechle
On Thu, Nov 21, 2013 at 08:08:04PM +0100, Thomas Petazzoni wrote: > I think this patch was mistakenly sent by Richard Zhu. It is already > part of mainline since 3.12: Explains the deja vue ... Ralf ___ Linuxppc-dev mailing list Linuxp

Re: [PATCH 10/10] Kconfig: cleanup SERIO_I8042 dependencies

2013-12-16 Thread Ralf Baechle
depends on ARCH_MIGHT_HAVE_PC_SERIO Most dependencies on an architecture's kconfig symbol outside arch/ should probably be treated as a bug. Acked-by: Ralf Baechle Ralf ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [v3,11/41] mips: reuse asm-generic/barrier.h

2016-01-27 Thread Ralf Baechle
nside - it means we have some of the complexity of as and ld in the kernel. Ralf ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH 3/5] treewide: Remove useless NORET_TYPE macro and uses

2011-11-10 Thread Ralf Baechle
On Thu, Nov 10, 2011 at 01:41:44AM -0800, Joe Perches wrote: > arch/mips/include/asm/ptrace.h |2 +- > arch/mips/kernel/traps.c |2 +- For the MIPS bits: Acked-by: Ralf Baechle Ralf ___ Linuxppc-dev mailin

Re: [PATCH 4/5] treewide: Convert uses of ATTRIB_NORETURN to __noreturn

2011-11-10 Thread Ralf Baechle
/amiga/config.c |2 +- > arch/mips/include/asm/ptrace.h |2 +- > arch/mips/kernel/traps.c |2 +- For the MIPS bits: Acked-by: Ralf Baechle Ralf ___ Linuxppc-dev mailing list Linuxppc-dev@l

Re: [PATCH 61/62] highmem: kill all __kmap_atomic()

2011-12-09 Thread Ralf Baechle
On Sun, Nov 27, 2011 at 01:27:41PM +0800, Cong Wang wrote: Acked-by: Ralf Baechle Ralf ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH] MIPS: fix bug.h MIPS build regression

2012-06-20 Thread Ralf Baechle
On Wed, Jun 20, 2012 at 03:27:59PM +0900, Yoichi Yuasa wrote: > Commit: 3777808873b0c49c5cf27e44c948dfb02675d578 breaks all MIPS builds. Thanks, fix applied. Ralf ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.

Re: [PATCH 10/14] PM / MIPS: Use struct syscore_ops instead of sysdevs for PM

2011-04-18 Thread Ralf Baechle
This patch breaks the Alchemy kernel compile; below patch on top of it fixes that again. Signed-off-by: Ralf Baechle --- arch/mips/alchemy/common/irq.c |4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) Index: linux-mips/arch/mips/alchemy/common/irq.c

Re: [PATCH] atomic: add *_dec_not_zero

2011-05-04 Thread Ralf Baechle
On Tue, May 03, 2011 at 11:30:35PM +0200, Sven Eckelmann wrote: > arch/mips/include/asm/atomic.h |2 ++ > arch/mips/include/asm/local.h |1 + Acked-by: Ralf Baechle Ralf ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozla

Re: [PATCH] lib: Consolidate DEBUG_STACK_USAGE option

2011-05-10 Thread Ralf Baechle
On Fri, May 06, 2011 at 10:57:11PM -0700, Stephen Boyd wrote: Acked-by: Ralf Baechle Ralf ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH] fix build warnings on defconfigs

2011-05-12 Thread Ralf Baechle
l configs. > > Signed-off-by: Wanlong Gao I've queued the MIPS bits only for 2.6.40. Thanks. Ralf ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [patch 00/14] Sort out i8253 and PC speaker locking and headers

2011-06-03 Thread Ralf Baechle
P,100"; reg = <1 0x0040 0x0020>; }; Shouldn't that rather be something like the following? pcspeaker@61 { device_type = "sound"; compatible = "pnpPNP,800"; reg = <1 0x61 1>; }; pnpPNP,100 is the i8253 timer as I understand and pnpPNP,800 the PC speaker. If you interpret pnpPNP,100 to imply the presence of a PC speaker you can't express a system that has a i8253 but no PCspeaker in a DT so maybe amigaone.dts and arch/powerpc/kernel/setup-common.c should be changed to use pnpPNP,800 instead? Ralf ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH -v2] Audit: push audit success and retcode into arch ptrace.h

2011-06-08 Thread Ralf Baechle
On Fri, Jun 03, 2011 at 06:04:51PM -0400, Eric Paris wrote: Thanks, this looks good & compiles, so: Acked-by: Ralf Baechle I will rebase my pending MIPS audit patches on top of this patch and resend. Thanks, Ralf ___ Linuxppc-dev mailing

[RFC,PATCH] Cleanup PC parallel port Kconfig

2011-06-14 Thread Ralf Baechle
_PC_PARPORT to only those platforms that actually need it. Thanks, Ralf Signed-off-by: Ralf Baechle arch/alpha/Kconfig |1 + arch/arm/Kconfig|1 + arch/cris/Kconfig |1 + arch/h8300/Kconfig |1 + arch/ia64/Kconfig |1 + arch/m68k/Kconfig.m

Re: [RFC,PATCH] Cleanup PC parallel port Kconfig

2011-06-14 Thread Ralf Baechle
On Tue, Jun 14, 2011 at 01:25:46PM -0700, H. Peter Anvin wrote: > On 06/14/2011 12:08 PM, Ralf Baechle wrote: > > The PC parallel port Kconfig as acquired one of those messy terms to > > describe it's architecture dependencies: > > > >depends on (!SPAR

Re: [RFC,PATCH] Cleanup PC parallel port Kconfig

2011-06-15 Thread Ralf Baechle
On Tue, Jun 14, 2011 at 09:18:36PM -0700, H. Peter Anvin wrote: > On 06/14/2011 03:34 PM, Ralf Baechle wrote: > > > > There is no point in offering to build something that couldn't possibly be > > used. It just makes the kernel harder to configure and inflates the t

Re: [PATCH] STAGING: Comedi: Build only on arches providing PAGE_KERNEL_NOCACHE

2011-06-23 Thread Ralf Baechle
On Thu, Jun 23, 2011 at 12:53:36PM +0100, Martyn Welch wrote: > On 23/06/11 12:45, Ralf Baechle wrote: > > On architectures that don't define PAGE_KERNEL_NOCACHE, the Comedi driver > > turns > > into tragedy: > > > > CC [M] drivers/staging/comed

Re: [PATCHv4 01/11] atomic: add *_dec_not_zero

2011-08-02 Thread Ralf Baechle
On Wed, Jul 27, 2011 at 11:47:40AM +0200, Sven Eckelmann wrote: For MIPS: Acked-by: Ralf Baechle Ralf ___ Linuxppc-dev mailing list Linuxppc-dev@lists.ozlabs.org https://lists.ozlabs.org/listinfo/linuxppc-dev

Re: [PATCH 1/2 v3]Update broken web addresses.

2010-09-22 Thread Ralf Baechle
e broken web addresses. > Content-Type: text/plain; charset=UTF-8 Patchwork MIME butchers the subject of this patch, see https://patchwork.linux-mips.org/patch/1587/ https://patchwork.kernel.org/patch/198382/ Ralf ___ Linuxppc-dev mailing li

Re: [PATCH (2.6.25) 2/2] suspend: clean up Kconfig

2007-11-08 Thread Ralf Baechle
On Wed, Nov 07, 2007 at 02:58:00PM +0100, Johannes Berg wrote: > This cleans up the suspend Kconfig and removes the need to > declare centrally which architectures support suspend. All > architectures that currently support suspend are modified > accordingly. Acked-by: Ralf Bae

Re: [RFC PATCH 0/2] Merge HUGETLB_PAGE and HUGETLBFS Kconfig options

2008-06-13 Thread Ralf Baechle
EMAIL PROTECTED] was cc'ed at all. So feel free to add my Couldnt-care-less: ack line ;-) Ralf ___ Linuxppc-dev mailing list Linuxppc-dev@ozlabs.org https://ozlabs.org/mailman/listinfo/linuxppc-dev

Re: [PATCH 2/4] PCI: Remove redundant pci_dev, pci_bus, resource declarations

2017-10-09 Thread Ralf Baechle
> Remove the redundant struct pci_dev, pci_bus, resource declarations. > > Signed-off-by: Bjorn Helgaas For MIPS: Acked-by: Ralf Baechle Ralf

Re: [PATCH 1/4] PCI: Remove redundant pcibios_set_master() declarations

2017-10-09 Thread Ralf Baechle
/pci.h |2 -- > arch/x86/include/asm/pci.h |1 - > 8 files changed, 13 deletions(-) For MIPS: Acked-by: Ralf Baechle Ralf

Re: [PATCH 09/13] timer: Remove users of expire and data arguments to DEFINE_TIMER

2017-10-09 Thread Ralf Baechle
uses mod_timer(), > never add_timer(), so the preset expires value is ignored). Set both > sets of arguments to zero. > > Cc: Ralf Baechle > Cc: Wim Van Sebroeck > Cc: Guenter Roeck > Cc: Geert Uytterhoeven > Cc: linux-m...@linux-mips.org > Cc: linux-watch...@

Re: [PATCH 10/13] timer: Remove expires and data arguments from DEFINE_TIMER

2017-10-09 Thread Ralf Baechle
| 2 +- > sound/oss/sys_timer.c | 2 +- > sound/oss/uart6850.c | 2 +- > 47 files changed, 54 insertions(+), 54 deletions(-) Acked-by: Ralf Baechle Thanks, Ralf