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


07 Mar, 2007

1 commit


05 Mar, 2007

2 commits


27 Feb, 2007

1 commit

  • Many Makefiles in arch/mips have EXTRA_AFLAGS := $(CFLAGS) line. This
    is redundant while AFLAGS contains $(cflags-y) and any options only
    listed in CFLAGS (not in cflags-y) should be unnecessary for asm
    sources.

    Signed-off-by: Atsushi Nemoto
    Signed-off-by: Ralf Baechle

    Atsushi Nemoto
     

22 Feb, 2007

1 commit


21 Feb, 2007

1 commit