02 Feb, 2010
1 commit
-
Signed-off-by: Alexander Clouter
To: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/919/
Signed-off-by: Ralf Baechle
13 Jan, 2010
2 commits
-
Signed-off-by: Yoichi Yuasa
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/811/
Signed-off-by: Ralf Baechle -
An unused leftover from the old KGDB implementation.
Signed-off-by: Yoichi Yuasa
Patchwork: http://patchwork.linux-mips.org/patch/794/
Signed-off-by: Ralf Baechle
17 Dec, 2009
1 commit
-
Several static uninitialized variables are used in the scope of __init
functions but are themselves not marked as __initdata. This patch is to put
those variables to where they belong and to reduce the memory footprint a
little bit.Also, a couple of lines with spaces instead of tabs were fixed.
Signed-off-by: Dmitri Vorobiev
Cc: linux-mips@linux-mips.org
Patchwork: http://patchwork.linux-mips.org/patch/698/
Acked-by: Florian Fainelli
Signed-off-by: Ralf Baechle
02 Nov, 2009
1 commit
-
This patch checks if the watchdog enable bit is set in the DCL register
meaning that the hardware watchdog actually works and if so, register the
ar7_wdt platform_device.Signed-off-by: Florian Fainelli
Signed-off-by: Ralf Baechle
18 Sep, 2009
1 commit
-
This patch makes the board code register the ar7_wdt driver as a platform
device. We move the dynamic resource calculation here since the driver
should not be aware of the AR7 SoC version it is running on.Signed-off-by: Florian Fainelli
Signed-off-by: Ralf Baechle
13 Aug, 2009
1 commit
-
Conflicts:
arch/microblaze/include/asm/socket.h
06 Aug, 2009
1 commit
-
This patch adds fixed PHY support for the two on-chip
cpmac Ethernet adapters.Signed-off-by: Florian Fainelli
Signed-off-by: David S. Miller
04 Aug, 2009
7 commits
-
Now that we have removed all warnings from the ar7 board code we can use
-Werror like on other MIPS boards.Signed-off-by: Florian Fainelli
Signed-off-by: Ralf Baechle -
Signed-off-by: Florian Fainelli
Signed-off-by: Ralf Baechle -
Signed-off-by: Florian Fainelli
Signed-off-by: Ralf Baechle -
This patch fixes the following build failure when CONFIG_SERIAL_8250
is not enabled in the kernel configuration:
arch/mips/ar7/built-in.o: In function 'ar7_register_devices':
platform.c:(.init.text+0x61c): undefined reference to 'early_serial_setup'
platform.c:(.init.text+0x61c): relocation truncated to fit: R_MIPS_26 against 'early_serial_setup'
platform.c:(.init.text+0x68c): undefined reference to 'early_serial_setup'
platform.c:(.init.text+0x68c): relocation truncated to fit: R_MIPS_26 against 'early_serial_setup'Signed-off-by: Florian Fainelli
Signed-off-by: Ralf Baechle -
Signed-off-by: Roel Kluin
Signed-off-by: Ralf Baechle -
This patch fixes the following build warning:
arch/mips/ar7/memory.c: In function 'memsize':
arch/mips/ar7/memory.c:55: warning: passing argument 1 of 'writel' makes integer from pointer without a castSigned-off-by: Florian Fainelli
Signed-off-by: Ralf Baechle -
Signed-off-by: Huang Weiyi
Signed-off-by: Ralf Baechle
03 Jul, 2009
1 commit
-
This patch adds support for the Texas Instruments AR7 System-on-a-Chip.
It supports the TNETD7100, 7200 and 7300 versions of the SoC.Signed-off-by: Matteo Croce
Signed-off-by: Felix Fietkau
Signed-off-by: Eugene Konev
Signed-off-by: Nicolas Thill
Signed-off-by: Florian Fainelli
Signed-off-by: Ralf Baechle