03 Aug, 2016

1 commit


22 Jun, 2015

1 commit

  • As of commit 34b1252bd91851f77f89fbb6829a04efad900f41 ("MIPS:
    Cobalt: Do not build MTD platform device registration code as module.")
    this file became built-in instead of modular. So we should also
    stop using module_init as an alias for __initcall as that can be
    rather misleading.

    Fix this up now, so that we can relocate module_init from
    init.h into module.h in the future. If we don't do this, we'd
    have to add module.h to obviously non-modular code, and that
    would be a worse thing.

    Direct use of __initcall is discouraged, vs prioritized ones.
    Use of device_initcall is consistent with what __initcall
    maps onto, and hence does not change the init order, making the
    impact of this change zero.

    Signed-off-by: Paul Gortmaker
    Cc: linux-mips@linux-mips.org
    Cc: linux-kernel@vger.kernel.org
    Patchwork: https://patchwork.linux-mips.org/patch/10549/
    Signed-off-by: Ralf Baechle

    Paul Gortmaker
     

10 Jun, 2015

1 commit


30 Oct, 2013

1 commit


22 May, 2013

1 commit


01 Feb, 2013

1 commit

  • Having received another series of whitespace patches I decided to do this
    once and for all rather than dealing with this kind of patches trickling
    in forever.

    Signed-off-by: Ralf Baechle

    Ralf Baechle
     

21 Sep, 2011

1 commit


09 Jun, 2011

1 commit

  • Signed-off-by: Ralf Baechle
    Cc: linux-mips@linux-mips.org
    Link: http://lkml.kernel.org/r/20110601180610.054254048@duck.linux-mips.net
    Signed-off-by: Thomas Gleixner

    arch/arm/mach-footbridge/isa-timer.c | 2 +-
    arch/mips/cobalt/time.c | 2 +-
    arch/mips/jazz/irq.c | 2 +-
    arch/mips/kernel/i8253.c | 2 +-
    arch/mips/mti-malta/malta-time.c | 2 +-
    arch/mips/sgi-ip22/ip22-time.c | 2 +-
    arch/mips/sni/time.c | 2 +-
    arch/x86/kernel/apic/apic.c | 2 +-
    arch/x86/kernel/apm_32.c | 2 +-
    arch/x86/kernel/hpet.c | 2 +-
    arch/x86/kernel/i8253.c | 2 +-
    arch/x86/kernel/time.c | 2 +-
    drivers/block/hd.c | 2 +-
    drivers/clocksource/i8253.c | 2 +-
    drivers/input/gameport/gameport.c | 2 +-
    drivers/input/joystick/analog.c | 2 +-
    drivers/input/misc/pcspkr.c | 2 +-
    include/linux/i8253.h | 11 +++++++++++
    sound/drivers/pcsp/pcsp.h | 2 +-
    19 files changed, 29 insertions(+), 18 deletions(-)

    Ralf Baechle
     

05 Aug, 2010

1 commit


27 Feb, 2010

1 commit

  • Because the VIA SuperIO chip only decodes 24 bits of address space but port
    address space currently being configured as 32MB there is the theoretical
    possibility of aliases within the I/O port address range.

    The complicated solution is to reserve all address range that potencially
    could cause such aliases. But with the PCI spec limiting port allocations
    for devices to a maximum of 256 bytes 16MB of port address space already is
    way more than one would ever expect to be used so we just reduce the port
    space to 16MB.

    Signed-off-by: Ralf Baechle
    To: Yoichi Yuasa
    Cc: Bjorn Helgaas
    Cc: linux-mips@linux-mips.org
    Cc: Benjamin Herrenschmidt
    Patchwork: http://patchwork.linux-mips.org/patch/995/

    Ralf Baechle
     

13 Jan, 2010

1 commit


03 Jul, 2009

1 commit


30 Mar, 2009

1 commit


20 Jul, 2008

1 commit


16 Jul, 2008

1 commit


29 Jan, 2008

2 commits


15 Jan, 2008

1 commit


15 Dec, 2007

1 commit


23 Oct, 2007

1 commit


12 Oct, 2007

9 commits


01 Aug, 2007

2 commits


27 Jun, 2007

1 commit


11 May, 2007

3 commits


01 May, 2007

1 commit


27 Apr, 2007

3 commits


12 Apr, 2007

1 commit