John Crispin
69ebed7dc9
MIPS: ralink: Add missing clock on rt305x
...
The rt305x support is missing a clock required by the ethernet driver.
Signed-off-by: John Crispin <blogic@openwrt.org >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11447/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:38:15 +01:00
John Crispin
1a93520504
MIPS: ralink: Put the pci bus into reset state before rebooting the SoC
...
Some pcie cards have problems after a reboot without this.
Signed-off-by: John Crispin <blogic@openwrt.org >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11446/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:38:14 +01:00
John Crispin
81ab9f6c5f
MIPS: ralink: Don't set pm_power_off
...
Setting pm_power_off is apprently wrong and makes drivers such as
gpio-poweroff not work.
Signed-off-by: John Crispin <blogic@openwrt.org >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11445/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:38:11 +01:00
John Crispin
bc19f5d677
MIPS: ralink: Remove check for CONFIG_PCI on non-PCI SoCs
...
The code currently panics if PCI is enabled but the SoC has no PCI bus.
This check is superfluous as the driver only loads if enabled in the
devicetree.
Signed-off-by: John Crispin <blogic@openwrt.org >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11444/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:38:10 +01:00
John Crispin
37bcc03f97
MIPS: ralink: Fix invalid tick count
...
The current code adds the delta twice, which is obviously wrong.
Signed-off-by: John Crispin <blogic@openwrt.org >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11443/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:38:04 +01:00
John Crispin
73afa6c420
MIPS: ralink: Add tty detection
...
MT7688 has several uarts that can be used for console. There are several
boards in the wild, that use ttyS1 or ttyS2. This patch applies a simply
autodetection routine to figure out which ttyS the bootloader used as
console. The uarts come up in 6 bit mode by default. The bootloader will
have set 8 bit mode on the console. Find that 8bit tty and use it.
Signed-off-by: John Crispin <blogic@openwrt.org >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11459/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:38:03 +01:00
John Crispin
b361bd762e
MIPS: ralink: Fix usb issue during frequency scaling
...
If the USB HCD is running and the cpu is scaled too low, then the USB
stops working. Increase the idle speed of the core to fix this if the
kernel is built with USB support.
The "magic" values are taken from the Ralink SDK Kernel.
Signed-off-by: John Crispin <blogic@openwrt.org >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11441/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:37:59 +01:00
John Crispin
418d29c870
MIPS: ralink: Unify SoC id handling
...
This makes detection a lot easier for audio, wifi, ... drivers.
Signed-off-by: John Crispin <blogic@openwrt.org >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11440/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:37:56 +01:00
John Crispin
81857db913
MIPS: ralink: Add support for mt7688
...
MT7688 is similar tot he MT7628 but has a different wifi radio.
Signed-off-by: John Crispin <blogic@openwrt.org >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11439/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:37:54 +01:00
Jaedon Shin
1b04be20f6
MIPS: BMIPS: Add SATA/PHY nodes for bcm7362
...
Add AHCI and PHY device nodes to MIPS-based BCM7362 set-top box
platform.
Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com >
Cc: Brian Norris <computersforpeace@gmail.com >
Cc: Florian Fainelli <f.fainelli@gmail.com >
Cc: Tejun Heo <tj@kernel.org >
Cc: Kishon Vijay Abraham I <kishon@ti.com >
Cc: Rob Herring <robh+dt@kernel.org >
Cc: Kevin Cernekee <cernekee@gmail.com >
Cc: Dragan Stancevic <dragan.stancevic@gmail.com >
Cc: linux-ide@vger.kernel.org
Cc: Linux-MIPS <linux-mips@linux-mips.org >
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/11379/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:37:51 +01:00
Jaedon Shin
19e88101c7
MIPS: BMIPS: Add SATA/PHY nodes for bcm7346
...
Add AHCI and PHY device nodes to MIPS-based BCM7346 set-top box
platform.
Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com >
Cc: Brian Norris <computersforpeace@gmail.com >
Cc: Florian Fainelli <f.fainelli@gmail.com >
Cc: Tejun Heo <tj@kernel.org >
Cc: Kishon Vijay Abraham I <kishon@ti.com >
Cc: Rob Herring <robh+dt@kernel.org >
Cc: Kevin Cernekee <cernekee@gmail.com >
Cc: Dragan Stancevic <dragan.stancevic@gmail.com >
Cc: linux-ide@vger.kernel.org
Cc: Linux-MIPS <linux-mips@linux-mips.org >
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/11378/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:37:49 +01:00
Jaedon Shin
ce6df6376a
MIPS: BMIPS: Add SATA/PHY nodes for bcm7425
...
Add AHCI and PHY device nodes to MIPS-based BCM7425 set-top box
platform.
Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com >
Cc: Brian Norris <computersforpeace@gmail.com >
Cc: Florian Fainelli <f.fainelli@gmail.com >
Cc: Tejun Heo <tj@kernel.org >
Cc: Kishon Vijay Abraham I <kishon@ti.com >
Cc: Rob Herring <robh+dt@kernel.org >
Cc: Kevin Cernekee <cernekee@gmail.com >
Cc: Dragan Stancevic <dragan.stancevic@gmail.com >
Cc: linux-ide@vger.kernel.org
Cc: Linux-MIPS <linux-mips@linux-mips.org >
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/11377/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:37:46 +01:00
Jaedon Shin
f50cbf5329
MIPS: BMIPS: Add I2C node for bcm7362
...
Add I2C device nodes to BMIPS based BCM7362 platform.
Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com >
Acked-by: Florian Fainelli <f.fainelli@gmail.com >
Cc: Wolfram Sang <wsa@the-dreams.de >
Cc: Kamal Dasu <kdasu.kdev@gmail.com >
Cc: linux-i2c@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11336/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:37:45 +01:00
Jaedon Shin
fb575b85ef
MIPS: BMIPS: Add I2C node for bcm7360
...
Add I2C device nodes to BMIPS based BCM7360 platform.
Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com >
Acked-by: Florian Fainelli <f.fainelli@gmail.com >
Cc: Wolfram Sang <wsa@the-dreams.de >
Cc: Kamal Dasu <kdasu.kdev@gmail.com >
Cc: linux-i2c@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11335/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:37:42 +01:00
Jaedon Shin
ad8378383e
MIPS: BMIPS: Add I2C node for bcm7358
...
Add I2C device nodes to BMIPS based BCM7358 platform.
Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com >
Acked-by: Florian Fainelli <f.fainelli@gmail.com >
Cc: Wolfram Sang <wsa@the-dreams.de >
Cc: Kamal Dasu <kdasu.kdev@gmail.com >
Cc: linux-i2c@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11334/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:37:39 +01:00
Jaedon Shin
39d9b6b223
MIPS: BMIPS: Add I2C node for bcm7346
...
Add I2C device nodes to BMIPS based BCM7346 platform.
Signed-off-by: Jaedon Shin <jaedon.shin@gmail.com >
Acked-by: Florian Fainelli <f.fainelli@gmail.com >
Cc: Wolfram Sang <wsa@the-dreams.de >
Cc: Kamal Dasu <kdasu.kdev@gmail.com >
Cc: linux-i2c@vger.kernel.org
Cc: devicetree@vger.kernel.org
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11333/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:37:37 +01:00
Hauke Mehrtens
6e80785267
MIPS: Lantiq: Fix check for return value of request_mem_region()
...
request_mem_region() returns a pointer and not an integer with an error
value. A check for "< 0" on a pointer will cause problems, replace it
with not null checks instead. This was found with sparse.
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com >
Acked-by: John Crispin <blogic@openwrt.org >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11395/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:37:34 +01:00
Hauke Mehrtens
13648d7245
MIPS: Lantiq: Add support for xRX220 SoC
...
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com >
Acked-by: John Crispin <blogic@openwrt.org >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11394/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:37:31 +01:00
Hauke Mehrtens
5072d8142a
MIPS: Lantiq: Add misc clocks
...
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com >
Acked-by: John Crispin <blogic@openwrt.org >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11393/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:37:30 +01:00
Hauke Mehrtens
e71f6d356d
MIPS: Lantiq: Add 1e103100.deu clock
...
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com >
Acked-by: John Crispin <blogic@openwrt.org >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11392/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:37:25 +01:00
Hauke Mehrtens
a3a6853498
MIPS: Lantiq: Add clock for mei driver
...
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com >
Acked-by: John Crispin <blogic@openwrt.org >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11391/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:37:23 +01:00
Hauke Mehrtens
a5c1aad853
MIPS: Lantiq: Add SoC detection for ar10 and grx390
...
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com >
Acked-by: John Crispin <blogic@openwrt.org >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11390/
Patchwork: https://patchwork.linux-mips.org/patch/11399/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:37:21 +01:00
Hauke Mehrtens
eefee024b0
MIPS: Lantiq: Add support for gphy firmware loading for ar10 and grx390
...
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com >
Acked-by: John Crispin <blogic@openwrt.org >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11389/
Patchwork: https://patchwork.linux-mips.org/patch/11398/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:37:18 +01:00
Hauke Mehrtens
d0b991e376
MIPS: Lantiq: Add pmu bits for ar10 and grx390
...
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com >
Acked-by: John Crispin <blogic@openwrt.org >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11388/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:37:16 +01:00
Hauke Mehrtens
e182c98a59
MIPS: Lantiq: Add PMU bits for USB and SDIO devices
...
This adds the PUM bits for USB and SDIO devices
Signed-off-by: Hauke Mehrtens <hauke.mehrtens@lantiq.com >
Acked-by: John Crispin <blogic@openwrt.org >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11387/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:37:13 +01:00