Stefan Tatschner
e2807e67d5
can-doc: Add missing semicolon to example
...
The example code for CAN_BCM,
connect(s, (struct sockaddr *)&addr, sizeof(addr))
lacks a semicolon at the end of the line. This patch adds that
missing semicolon to ensure that the given code snippet actually
compiles.
Signed-off-by: Stefan Tatschner <rumpelsepp@sevenbyte.org >
Acked-by: Marc Kleine-Budde <mkl@pengutronix.de >
Signed-off-by: Jonathan Corbet <corbet@lwn.net >
2015-11-11 10:04:53 -07:00
Linus Torvalds
baf51c4392
Merge branch 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux
...
Pull thermal updates from Zhang Rui:
- Implement generic devfreq cooling mechanism through frequency
reduction for devices using devfreq. From Ørjan Eide and Javi
Merino.
- Introduce OMAP3 support on TI SoC thermal driver. From Pavel Mack
and Eduardo Valentin.
- A bounch of small fixes on devfreq_cooling, Exynos, IMX, Armada, and
Rockchip thermal drivers.
* 'next' of git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux: (24 commits)
thermal: exynos: Directly return 0 instead of using local ret variable
thermal: exynos: Remove unneeded semicolon
thermal: exynos: Use IS_ERR() because regulator cannot be NULL
thermal: exynos: Fix first temperature read after registering sensor
thermal: exynos: Fix unbalanced regulator disable on probe failure
devfreq_cooling: return on allocation failure
thermal: rockchip: support the sleep pinctrl state to avoid glitches in s2r
dt-bindings: rockchip-thermal: Add the pinctrl states in this document
thermal: devfreq_cooling: Make power a u64
thermal: devfreq_cooling: use a thermal_cooling_device for register and unregister
thermal: underflow bug in imx_set_trip_temp()
thermal: armada: Fix possible overflow in the Armada 380 thermal sensor formula
thermal: imx: register irq handler later in probe
thermal: rockhip: fix setting thermal shutdown polarity
thermal: rockchip: fix handling of invalid readings
devfreq_cooling: add trace information
thermal: Add devfreq cooling
PM / OPP: get the voltage for all OPPs
tools/thermal: tmon: use pkg-config also for CFLAGS
linux/thermal.h: rename KELVIN_TO_CELSIUS to DECI_KELVIN_TO_CELSIUS
...
2015-11-11 09:03:01 -08:00
Jens Axboe
e3a7a3bf36
block: don't hardcode blk_qc_t -> tag mask
...
Use the shift/mask we use elsewhere.
Signed-off-by: Jens Axboe <axboe@fb.com >
2015-11-11 09:37:34 -07:00
Al Viro
cadfbb6ec2
dax_io(): don't let non-error value escape via retval instead of EFAULT
...
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk >
Reported-by: Sasha Levin <sasha.levin@oracle.com >
Cc: stable@vger.kernel.org # 4.0+
Signed-off-by: Jens Axboe <axboe@fb.com >
2015-11-11 09:36:57 -07:00
Randy Dunlap
ccc2600b8a
block: fix blk-core.c kernel-doc warning
...
Fix kernel-doc warning in blk-core.c:
Warning(..//block/blk-core.c:1549): No description found for parameter 'same_queue_rq'
Signed-off-by: Randy Dunlap <rdunlap@infradead.org >
Reviewed-by: Jeff Moyer <jmoyer@redhat.com >
Signed-off-by: Jens Axboe <axboe@fb.com >
2015-11-11 09:36:57 -07:00
Vivek Goyal
dbd3ca5075
fs/block_dev.c: Remove WARN_ON() when inode writeback fails
...
If a block device is hot removed and later last reference to device
is put, we try to writeback the dirty inode. But device is gone and
that writeback fails.
Currently we do a WARN_ON() which does not seem to be the right thing.
Convert it to a ratelimited kernel warning.
Reported-by: Andi Kleen <andi@firstfloor.org >
Signed-off-by: Vivek Goyal <vgoyal@redhat.com >
Acked-by: Tejun Heo <tj@kernel.org >
[jmoyer@redhat.com: get rid of unnecessary name initialization, 80 cols]
Signed-off-by: Jeff Moyer <jmoyer@redhat.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
2015-11-11 09:36:57 -07:00
Stephan Günther
c74dc7801d
NVMe: add support for Apple NVMe controller
...
Add PCI ID of Apple's NVMe controller.
Signed-off-by: Stephan Guenther <guenther@tum.de >
Signed-off-by: Maurice Leclaire <leclaire@in.tum.de >
Reviewed-by: Christoph Hellwig <hch@lst.de >
Signed-off-by: Jens Axboe <axboe@fb.com >
2015-11-11 09:36:57 -07:00
Stephan Günther
a310acd7a7
NVMe: use split lo_hi_{read,write}q
...
Some controllers may require ordered split transfers even on 64bit
machines, e.g. Apple's NVMe controller as found in the MacBook8,1 and
MacBookAir7,1 (256/512GB models).
This patch enforces ordered split transfers on 64bit platforms, which
works around that issue for all controllers. As pointed out by Christoph
[1] there should be no performance impact due to that modification.
[1] http://lists.infradead.org/pipermail/linux-nvme/2015-November/002965.html
Signed-off-by: Stephan Guenther <guenther@tum.de >
Signed-off-by: Maurice Leclaire <leclaire@in.tum.de >
Reviewed-by: Christoph Hellwig <hch@lst.de >
Updated by me to explicitly use lo_hi_read/writeq instead of playing
define tricks.
Signed-off-by: Jens Axboe <axboe@fb.com >
2015-11-11 09:36:56 -07:00
Jens Axboe
1fa8cc52f4
blk-mq: mark __blk_mq_complete_request() static
...
It's no longer used outside of blk-mq core.
Signed-off-by: Jens Axboe <axboe@fb.com >
2015-11-11 09:36:56 -07:00
Jens Axboe
82c426e0f1
MAINTAINERS: add reference to new linux-block list
...
In the past, I've resisted doing a non-lkml related block/storage
list. But we have more activity now than we previously did, and
ain't nobody got time to track and follow lkml.
So now linux-block@vger.kernel.org exists. Please CC your patches
related to block/storage here, and we'll have an easier time
tracking them.
Signed-off-by: Jens Axboe <axboe@fb.com >
2015-11-11 09:36:56 -07:00
Sathyavathi M
b12363d0a5
NVMe: Increase the max transfer size when mdts is 0
...
This patch address the issue when IO with 128KB from FIO is split into
two parts, 124KB and 4KB, due to max transfer size(127KB). This degrades
the device performance.
Signed-off-by: Sathyavathi M <sathya.m@samsung.com >
Acked-by: Keith Busch <keith.busch@intel.com >
Signed-off-by: Jens Axboe <axboe@fb.com >
2015-11-11 09:36:56 -07:00
Jan Kara
2dbe549576
brd: Refuse improperly aligned discard requests
...
Currently when improperly aligned discard request is submitted, we just
silently discard more / less data which results in filesystem corruption
in some cases. Refuse such misaligned requests.
Signed-off-by: Jan Kara <jack@suse.com >
Signed-off-by: Jens Axboe <axboe@fb.com >
2015-11-11 09:36:56 -07:00
Lu, Han
e2656412f2
ALSA: hda/hdmi - apply Skylake fix-ups to Broxton display codec
...
Broxton and Skylake have the same behavior on display audio. So this patch
applys Skylake fix-ups to Broxton.
Signed-off-by: Lu, Han <han.lu@intel.com >
Cc: <stable@vger.kernel.org >
Signed-off-by: Takashi Iwai <tiwai@suse.de >
2015-11-11 10:02:55 +01:00
Florian Fainelli
997effa0c1
MIPS: BMIPS: Enable GZIP ramdisk and timed printks
...
Update bmips_be_defconfig and bmips_stb_defconfig to have GZIP ramdisk
support enabled by default as well was timed printks.
Signed-off-by: Florian Fainelli <f.fainelli@gmail.com >
Reviewed-by: Kevin Cernekee <cernekee@gmail.com >
Reviewed-by: Dragan Stancevic <dragan.stancevic@gmail.com >
Cc: linux-mips@linux-mips.org
Cc: blogic@openwrt.org
Cc: jogo@openwrt.org
Patchwork: https://patchwork.linux-mips.org/patch/11307/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 09:46:52 +01:00
Julia Lawall
43f2cdeb7a
ALSA: ctxfi: constify rsc ops structures
...
The various rsc ops structures are never modified, so declare them as
const.
Done with the help of Coccinelle.
Signed-off-by: Julia Lawall <Julia.Lawall@lip6.fr >
Signed-off-by: Takashi Iwai <tiwai@suse.de >
2015-11-11 08:40:56 +01:00
Zubair Lutfullah Kakakhel
834cc15b44
MIPS: Add xilfpga defconfig
...
Add defconfig for MIPSfpga
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com >
Cc: robh+dt@kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/11363/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:38:45 +01:00
Zubair Lutfullah Kakakhel
9937f5fff8
MIPS: xilfpga: Add mipsfpga platform code
...
The xilfpga platform will be DT only.
Add required platform code.
DT files have already been added separately.
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com >
Cc: robh+dt@kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/11364/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:38:44 +01:00
Zubair Lutfullah Kakakhel
552b8b363e
MIPS: xilfpga: Add xilfpga device tree files.
...
Add device tree files for the MIPSfpga platform.
See Documentation/devicetree/bindings/mips/img/xilfpga.txt
for details about MIPSfpga
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com >
Cc: robh+dt@kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/11362/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:38:42 +01:00
Zubair Lutfullah Kakakhel
26c188be1f
dt-bindings: MIPS: Document xilfpga bindings and boot style
...
Xilfpga boots only with device-tree. Document the required properties
and the unique boot style
Signed-off-by: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com >
Cc: robh+dt@kernel.org
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Cc: devicetree@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/11361/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:38:38 +01:00
Jonas Gorski
2bcef9b457
MIPS: Make MIPS_CMDLINE_DTB default
...
Seval of-enabled machines (bmips, lantiq, xlp, pistachio, ralink) copied
the arguments from dtb to arcs_command_line to prevent the kernel from
overwriting them.
Since there is now an option to keep the dtb arguments, default to the
new option remove the "backup" to arcs_command_line in case of USE_OF is
enabled, except for those platforms that still take the bootloader
arguments or do not use any at all.
Signed-off-by: Jonas Gorski <jogo@openwrt.org >
Cc: linux-mips@linux-mips.org
Cc: Kevin Cernekee <cernekee@gmail.com >
Cc: Florian Fainelli <f.fainelli@gmail.com >
Cc: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com >
Cc: James Hogan <james.hogan@imgtec.com >
Cc: John Crispin <blogic@openwrt.org >
Cc: Ganesan Ramalingam <ganesanr@broadcom.com >
Cc: Jayachandran C <jchandra@broadcom.com >
Cc: Andrew Bresticker <abrestic@chromium.org >
Cc: James Hartley <james.hartley@imgtec.com >
Patchwork: https://patchwork.linux-mips.org/patch/11285/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:38:37 +01:00
Jonas Gorski
2024972ef5
MIPS: Make the kernel arguments from dtb available
...
Similar to how arm allows using selecting between bootloader arguments,
dtb arguments and both, allow to select them on mips. But since we have
less control over the place of the dtb do not modify it but instead use
the boot_command_line for merging them.
The default is "use bootloader arguments" to keep the current behaviour
as default.
Signed-off-by: Jonas Gorski <jogo@openwrt.org >
Cc: linux-mips@linux-mips.org
Cc: Kevin Cernekee <cernekee@gmail.com >
Cc: Florian Fainelli <f.fainelli@gmail.com >
Cc: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com >
Cc: James Hogan <james.hogan@imgtec.com >
Cc: John Crispin <blogic@openwrt.org >
Cc: Ganesan Ramalingam <ganesanr@broadcom.com >
Cc: Jayachandran C <jchandra@broadcom.com >
Cc: Andrew Bresticker <abrestic@chromium.org >
Cc: James Hartley <james.hartley@imgtec.com >
Patchwork: https://patchwork.linux-mips.org/patch/11284/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:38:34 +01:00
Jonas Gorski
5b24d52ce2
MIPS: Use USE_OF as the guard for appended dtb
...
Since OF is now a user selectable symbol, the choice for appended dtb
support should only be visible when USE_OF is selected, as this
indicates actual machine support for device tree in MIPS.
Signed-off-by: Jonas Gorski <jogo@openwrt.org >
Cc: linux-mips@linux-mips.org
Cc: Kevin Cernekee <cernekee@gmail.com >
Cc: Florian Fainelli <f.fainelli@gmail.com >
Cc: Zubair Lutfullah Kakakhel <Zubair.Kakakhel@imgtec.com >
Cc: James Hogan <james.hogan@imgtec.com >
Cc: John Crispin <blogic@openwrt.org >
Cc: Ganesan Ramalingam <ganesanr@broadcom.com >
Cc: Jayachandran C <jchandra@broadcom.com >
Cc: Andrew Bresticker <abrestic@chromium.org >
Cc: James Hartley <james.hartley@imgtec.com >
Patchwork: https://patchwork.linux-mips.org/patch/11283/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:38:33 +01:00
Gregory Fong
63893ea530
MIPS: BCM63XX: Use pr_* instead of printk
...
Signed-off-by: Gregory Fong <gregory.0xf0@gmail.com >
Cc: Florian Fainelli <f.fainelli@gmail.com >
Cc: Jonas Gorski <jogo@openwrt.org >
Cc: Joe Perches <joe@perches.com >
Cc: Rusty Russell <rusty@rustcorp.com.au >
Cc: Nicolas Schichan <nschichan@freebox.fr >
Cc: linux-mips@linux-mips.org
Cc: linux-kernel@vger.kernel.org
Patchwork: https://patchwork.linux-mips.org/patch/11300/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:38:29 +01:00
Huacai Chen
5361832704
MIPS: Loongson: Cleanup CONFIG_LOONGSON_SUSPEND.
...
Now LOONGSON_CHIPCFG register definition doesn't depend on CPUFREQ any
more, so CPU_SUPPORTS_CPUFREQ is no longer needed for suspend/resume.
Remove CONFIG_LOONGSON_SUSPEND and use CONFIG_SUSPEND instead.
Signed-off-by: Huacai Chen <chenhc@lemote.com >
Cc: John Crispin <john@phrozen.org >
Cc: Steven J. Hill <Steven.Hill@imgtec.com >
Cc: Fuxin Zhang <zhangfx@lemote.com >
Cc: Zhangjin Wu <wuzhangjin@gmail.com >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11274/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:38:28 +01:00
John Crispin
08b3c894e5
MIPS: lantiq: Disable xbar fpi burst mode
...
Signed-off-by: John Crispin <blogic@openwrt.org >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11458/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:38:24 +01:00
John Crispin
9eb8c69e0b
MIPS: lantiq: Force the crossbar to big endian
...
Signed-off-by: John Crispin <blogic@openwrt.org >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11450/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:38:23 +01:00
John Crispin
26cfdbe30d
MIPS: lantiq: Initialize the USB core on boot
...
There is a DWC2 USB core in these SoCs. To make USB work we need to first
reset and power the state machine. These are SoC specific registers and
not part of the actual USB core.
Signed-off-by: Antti Seppälä <a.seppala@gmail.com >
Signed-off-by: John Crispin <blogic@openwrt.org >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11449/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:38:21 +01:00
John Crispin
1601078df2
MIPS: lantiq: Return correct value for fpi clock on ar9
...
Some configurations of AR9 reported the incorrect speed for the fpi bus.
Signed-off-by: Ben Mulvihill <ben.mulvihill@gmail.com >
Signed-off-by: John Crispin <blogic@openwrt.org >
Cc: linux-mips@linux-mips.org
Patchwork: https://patchwork.linux-mips.org/patch/11448/
Signed-off-by: Ralf Baechle <ralf@linux-mips.org >
2015-11-11 08:38:18 +01:00
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