Merge branch 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus
* 'upstream' of git://git.linux-mips.org/pub/scm/upstream-linus: (26 commits) MIPS: Malta: enable Cirrus FB console MIPS: add CONFIG_VIRTUALIZATION for virtio support MIPS: Implement __read_mostly MIPS: ath79: add common WMAC device for AR913X based boards MIPS: ath79: Add initial support for the Atheros AP81 reference board MIPS: ath79: add common SPI controller device SPI: Add SPI controller driver for the Atheros AR71XX/AR724X/AR913X SoCs MIPS: ath79: add common GPIO buttons device MIPS: ath79: add common watchdog device MIPS: ath79: add common GPIO LEDs device MIPS: ath79: add initial support for the Atheros PB44 reference board MIPS: ath79: utilize the MIPS multi-machine support MIPS: ath79: add GPIOLIB support MIPS: Add initial support for the Atheros AR71XX/AR724X/AR931X SoCs MIPS: jump label: Add MIPS support. MIPS: Use WARN() in uasm for better diagnostics. MIPS: Optimize TLB handlers for Octeon CPUs MIPS: Add LDX and LWX instructions to uasm. MIPS: Use BBIT instructions in TLB handlers MIPS: Declare uasm bbit0 and bbit1 functions. ...
Showing
arch/mips/ath79/Kconfig
0 → 100644
arch/mips/ath79/Makefile
0 → 100644
arch/mips/ath79/Platform
0 → 100644
arch/mips/ath79/clock.c
0 → 100644
arch/mips/ath79/common.c
0 → 100644
arch/mips/ath79/common.h
0 → 100644
arch/mips/ath79/dev-common.c
0 → 100644
arch/mips/ath79/dev-common.h
0 → 100644
arch/mips/ath79/dev-spi.c
0 → 100644
arch/mips/ath79/dev-spi.h
0 → 100644
arch/mips/ath79/gpio.c
0 → 100644
arch/mips/ath79/irq.c
0 → 100644
arch/mips/ath79/mach-ap81.c
0 → 100644
arch/mips/ath79/mach-pb44.c
0 → 100644
arch/mips/ath79/machtypes.h
0 → 100644
arch/mips/ath79/prom.c
0 → 100644
arch/mips/ath79/setup.c
0 → 100644
This diff is collapsed.
drivers/spi/ath79_spi.c
0 → 100644
Please register or sign in to comment