/Hi655x-powerkey-support-for-HiKey-v3/20160610-133804
base: https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git for-mfd-next
config: i386-allmodconfig (attached as .config)
compiler: gcc-6 (Debian 6.1.1-1) 6.1.1 20160430
reproduce:
# save the attached .config to linux build tree
On 09/06/16 17:11, Alan Stern wrote:
> On Thu, 9 Jun 2016, Sergei Shtylyov wrote:
>
>> Hello.
>>
>> On 6/9/2016 10:31 AM, Roger Quadros wrote:
>>
>>> The OTG core will use struct otg_hcd_ops to interface
>>> with the HCD controller.
>>
>>Host controller driver (HCD) controller?
On 06/09, Andrea Parri wrote:
>
> There is no need to use the barrier if there is no dereference/
> memory access; move it where needed (currently, affecting only
> Alpha).
OK, although area == NULL is unlikely case,
> While touching this, also make the reads _ONCE().
Why? both xol_area/vaddr ca
Hi Sergei,
On 09/06/16 15:34, Sergei Shtylyov wrote:
> On 6/9/2016 10:53 AM, Roger Quadros wrote:
>
>> It provides APIs for the following tasks
>>
>> - Registering an OTG/dual-role capable controller
>> - Registering Host and Gadget controllers to OTG core
>> - Providing inputs to and kicking the
On Thu, Jun 09, 2016 at 04:06:03PM +0300, Crestez Dan Leonard wrote:
> When devices are instatiated through devicetree the i2c_client->name is
> set to the compatible string with company name stripped out. This is
> then matched to the i2c_device_id table to pass the device_id to the
> probe functi
On 09/06/16 18:43, Joe Perches wrote:
> On Thu, 2016-06-09 at 10:55 +0300, Roger Quadros wrote:
>> Now that we have a device reference in struct usb_otg
>> let's use dev_vdbg() for debug messages instead of VDBG().
>>
>> Signed-off-by: Roger Quadros
>> Acked-by: Peter Chen
>> ---
>> v10:
>> - in
Hi Yoshihiro,
On 09/06/16 13:49, Yoshihiro Shimoda wrote:
> Hi Roger,
>
>> From: Roger Quadros
>> Sent: Wednesday, June 08, 2016 6:04 PM
>>
>> The OTG state machine needs a mechanism to start and
>> stop the gadget controller as well as connect/disconnect
>> from the bus. Add usb_gadget_start(),
On Thursday 09 June 2016 11:16 PM, Andrew Morton wrote:
On Thu, 9 Jun 2016 22:53:33 +0100 Sudip Mukherjee
wrote:
We are having build failure with m32r and the error message being:
ERROR: "__ucmpdi2" [lib/842/842_decompress.ko] undefined!
ERROR: "__ucmpdi2" [fs/btrfs/btrfs.ko] undefined!
ERRO
> help improve the system]
>
> url:
> https://github.com/0day-ci/linux/commits/John-Stultz/Hi655x-powerkey-support-for-HiKey-v3/20160610-133804
> base: https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git
> for-mfd-next
> config: i386-allmodconfig (attached as .co
From: Shrikrishna Khare
Date: Tue, 7 Jun 2016 23:13:35 -0700
> The device emulation may send segCnt of 1 for LRO packets.
>
> Signed-off-by: Shrikrishna Khare
> Signed-off-by: Jin Heo
Applied.
Hi all,
The patches fix some file paths and minor grammatical issues in the
GPIO/pinctrl documentation. Patches 3 and 4 are separate to ease review.
Cheers,
Andrew
Andrew Jeffery (4):
drivers-on-gpio.txt: Fix paths to GPIO driver source files
pinctrl.txt: Fix grammar in pinmux request list
Signed-off-by: Andrew Jeffery
---
Documentation/pinctrl.txt | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/Documentation/pinctrl.txt b/Documentation/pinctrl.txt
index cefcf5d88a1c..07d102c3d05a 100644
--- a/Documentation/pinctrl.txt
+++ b/Documentation/pinctrl.txt
@@ -286,7 +
Signed-off-by: Andrew Jeffery
---
Documentation/gpio/drivers-on-gpio.txt | 13 +++--
1 file changed, 7 insertions(+), 6 deletions(-)
diff --git a/Documentation/gpio/drivers-on-gpio.txt
b/Documentation/gpio/drivers-on-gpio.txt
index 14bf95a13bae..306513251713 100644
--- a/Documentation/g
Signed-off-by: Andrew Jeffery
---
Documentation/pinctrl.txt | 8
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/pinctrl.txt b/Documentation/pinctrl.txt
index 4976389e432d..cefcf5d88a1c 100644
--- a/Documentation/pinctrl.txt
+++ b/Documentation/pinctrl.txt
@@
Signed-off-by: Andrew Jeffery
---
Documentation/pinctrl.txt | 14 +++---
1 file changed, 7 insertions(+), 7 deletions(-)
diff --git a/Documentation/pinctrl.txt b/Documentation/pinctrl.txt
index 07d102c3d05a..6414a613cb8a 100644
--- a/Documentation/pinctrl.txt
+++ b/Documentation/pinctrl.
On Thu, 09 Jun 2016 14:06:02 -0700
David Daney wrote:
> I spoke too soon...
>
> On 06/09/2016 11:11 AM, David Daney wrote:
> > On 06/06/2016 10:56 AM, Marc Zyngier wrote:
> >> The ARM architected timer specification mandates that the interrupt
> >> associated with each timer is level triggered (
that was fast!
On (06/10/16 08:34), Michal Hocko wrote:
[..]
> OK, so this is flags & GFP_SLAB_BUG_MASK BUG_ON because gfp is
> ___GFP_HIGHMEM. It is my [1] patch which has introduced it.
> I think we need the following. Andrew could you fold it into
> mm-memcg-use-consistent-gfp-flags-during-read
On Thu, Jun 9, 2016 at 6:56 PM, Kieran Bingham wrote:
> Provide nodes for the FCP devices dedicated to the FDP device channels.
>
> Signed-off-by: Kieran Bingham
Reviewed-by: Geert Uytterhoeven
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux be
1) nfnetlink timestamp taken from wrong skb, fix from Florian Westphal.
2) Revert some msleep conversions in rtlwifi as these spots are in
atomic context, from Larry Finger.
3) Validate that NFTA_SET_TABLE attribute is actually specified when
we call nf_tables_getset(). From Phil Turnbull
On Thu, 09 Jun 2016 14:10:48 -0700
David Daney wrote:
> On 06/06/2016 10:56 AM, Marc Zyngier wrote:
> > The ARM architected timer produces level-triggered interrupts (this
> > is mandated by the architecture). Unfortunately, most device-trees
> > get this wrong, and expose an edge-triggered inter
Hi Kieran,
On Thu, Jun 9, 2016 at 6:12 PM, Kieran Bingham wrote:
> Reviewed-by: Geert Uytterhoeven
> Reviewed-by: Laurent Pinchart
> Signed-off-by: Kieran Bingham
> ---
> drivers/clk/renesas/r8a7795-cpg-mssr.c | 3 +++
> 1 file changed, 3 insertions(+)
Thanks queued in clk-renesas-for-v4.8.
On Thu, Jun 9, 2016 at 6:56 PM, Kieran Bingham wrote:
> Signed-off-by: Kieran Bingham
Reviewed-by: Geert Uytterhoeven
Gr{oetje,eeting}s,
Geert
--
Geert Uytterhoeven -- There's lots of Linux beyond ia32 -- ge...@linux-m68k.org
In personal conversations with technical
On Thu, 09 Jun 2016, John Stultz wrote:
> Wire up the powerkey driver functionality for the hi655x PMIC.
>
> Cc: Dmitry Torokhov
> Cc: Rob Herring
> Cc: Lee Jones
> Cc: Jorge Ramirez-Ortiz
> Cc: Feng Chen
> Cc: Wei Xu
> Cc: Guodong Xu
> Signed-off-by: John Stultz
> ---
> drivers/mfd/hi65
On Wed, 8 Jun 2016 16:05:17 +0800
Shawn Lin wrote:
> This patch adds a binding that describes the Rockchip PCIe controller
> found on Rockchip SoCs PCIe interface.
>
> Signed-off-by: Shawn Lin
>
> ---
>
> Changes in v2:
> - fix lots clk/reset stuff suggested by Heiko
> - remove msi-parent and
Make IPPC register optional to support host side of dual-role mode,
due to it is moved into common glue layer for simplification.
Signed-off-by: Chunfeng Yun
---
drivers/usb/host/xhci-mtk.c | 32 +++-
1 file changed, 27 insertions(+), 5 deletions(-)
diff --git a/dr
This patch adds support for the MediaTek USB3 controller
integrated into MT8173. It can be configured as Dual-Role
Device (DRD), Peripheral Only and Host Only (xHCI) modes.
Signed-off-by: Chunfeng Yun
---
drivers/usb/Kconfig|2 +
drivers/usb/Makefile |1 +
d
USB3 DRD driver is added for MT8173-EVB, and xHCI driver
becomes its subnode
Signed-off-by: Chunfeng Yun
---
arch/arm64/boot/dts/mediatek/mt8173-evb.dts | 46 +--
arch/arm64/boot/dts/mediatek/mt8173.dtsi| 28
2 files changed, 65 insertions(+), 9 d
add a DT binding doc for MediaTek USB3 DRD driver
Signed-off-by: Chunfeng Yun
---
.../devicetree/bindings/usb/mt8173-mtu3.txt| 85
1 file changed, 85 insertions(+)
create mode 100644 Documentation/devicetree/bindings/usb/mt8173-mtu3.txt
diff --git a/Documentation
Some resources, such as IPPC register etc, shared with device
driver are moved into common glue layer when xHCI driver is the
host side of dual-role mode and they should be changed as optional
properties if they are required ones before. For clarity, add
a new part of binding to support host side o
>From 8fdc924cecf0ca14da6e8aba360501e53437e548 Mon Sep 17 00:00:00 2001
From: Chunfeng Yun
Date: Fri, 10 Jun 2016 15:20:20 +0800
Subject: [PATCH 0/5] Add MediaTek USB3 DRD Driver
These patches introduce the MediaTek USB3 dual-role controller
driver.
The driver can be configured as Dual-Role Devi
On Fri, Jun 10, 2016 at 12:32 AM, Lee Jones wrote:
> On Thu, 09 Jun 2016, John Stultz wrote:
>
>> +static struct resource pwrkey_resources[] = {
>> + {
>> + .name = "down",
>> + .start = 6,
>> + .end= 6,
>> + .flags = IORESOURCE_IRQ,
>> +
Hi Mark,
On Fri, Jun 10, 2016 at 01:37:55AM +0100, Mark Brown wrote:
> > > > +static int sun4i_i2s_dai_probe(struct snd_soc_dai *dai)
> > > > +{
> > > > + struct sun4i_i2s *i2s = snd_soc_dai_get_drvdata(dai);
>
> > > > + /* Enable the whole hardware block */
> > > > + regmap_wri
On Thu, 9 Jun 2016 21:00:08 -0700
Doug Anderson wrote:
Hi Doug,
> Shawn,
>
> On Wed, Jun 8, 2016 at 1:05 AM, Shawn Lin wrote:
> > This patch adds Rockchip PCIe controller support found
> > on RK3399 Soc platform.
> >
> > Signed-off-by: Shawn Lin
> >
> > ---
> >
> > Changes in v2:
> > - remove
Hi Peter,
Only a few comments ;)
2016-06-09 18:25 GMT+02:00 Peter Senna Tschudin :
> Add a driver that create a drm_bridge and a drm_connector for the LVDS
> to DP++ display bridge of the GE B850v3.
>
> There are two physical bridges on the video signal pipeline: a
> STDP4028(LVDS to DP) and a ST
On Fri 10-06-16 16:24:59, Sergey Senozhatsky wrote:
> that was fast!
>
> On (06/10/16 08:34), Michal Hocko wrote:
> [..]
> > OK, so this is flags & GFP_SLAB_BUG_MASK BUG_ON because gfp is
> > ___GFP_HIGHMEM. It is my [1] patch which has introduced it.
> > I think we need the following. Andrew coul
On Fri, 10 Jun 2016, Lothar Waßmann wrote:
> Hi,
>
> On Thu, 9 Jun 2016 14:51:25 +0100 Lee Jones wrote:
> > On Tue, 07 Jun 2016, Lothar Waßmann wrote:
> >
> > > 'brightness' is usually an index into a table of duty_cycle values,
> > > where the value at index 0 may well be non-zero
> > > (tegra3
On 07/06/16 14:49, Grygorii Strashko wrote:
> On 06/07/2016 12:34 PM, Roger Quadros wrote:
>> On 02/06/16 14:52, Grygorii Strashko wrote:
>>> On 06/01/2016 10:46 AM, Roger Quadros wrote:
Implementations might use different IRQs for
host, gadget and OTG so use named interrupt resources
>>>
Grygorii,
On 02/06/16 14:52, Grygorii Strashko wrote:
> On 06/01/2016 10:46 AM, Roger Quadros wrote:
>> Implementations might use different IRQs for
>> host, gadget and OTG so use named interrupt resources
>> to allow Device tree to specify the 3 interrupts.
>>
>> Following are the interrupt names
Hi,
On Wed, Jun 8, 2016 at 10:26 PM, Shunqian Zheng wrote:
> Rockchip DRM used the arm special API, arm_iommu_*(), to attach
> iommu for ARM32 SoCs. This patch convert to common iommu API
> so it would support ARM64 like RK3399.
>
> The general idea is domain_alloc(), attach_device() and
> arch_s
On 10/06/16 11:02, Roger Quadros wrote:
> Grygorii,
>
> On 02/06/16 14:52, Grygorii Strashko wrote:
>> On 06/01/2016 10:46 AM, Roger Quadros wrote:
>>> Implementations might use different IRQs for
>>> host, gadget and OTG so use named interrupt resources
>>> to allow Device tree to specify the 3 i
On 09/06/16 23:56, Kevin Hilman wrote:
> Jon Hunter writes:
>
>> On 06/06/16 15:36, Grygorii Strashko wrote:
>>> On 06/06/2016 05:30 PM, Jon Hunter wrote:
On 06/06/16 15:13, Grygorii Strashko wrote:
> On 06/06/2016 02:53 PM, Jon Hunter wrote:
>> Some IRQ chips may be located in
Hello,
This patchset have no functional changes, only sorting sun4i and sun7i pinctrl
nodes in alphabetical order.
Aleksei Mamlin (2):
ARM: dts: sun4i: Re-order pinctrl nodes alphabetically
ARM: dts: sun7i: Re-order pinctrl nodes alphabetically
arch/arm/boot/dts/sun4i-a10.dtsi | 114 +++
No functional change. Re-order sun7i pinctrl nodes alphabetically.
Signed-off-by: Aleksei Mamlin
---
arch/arm/boot/dts/sun7i-a20.dtsi | 284 +++
1 file changed, 142 insertions(+), 142 deletions(-)
diff --git a/arch/arm/boot/dts/sun7i-a20.dtsi b/arch/arm/boot/
No functional change. Re-order sun4i pinctrl nodes alphabetically.
Signed-off-by: Aleksei Mamlin
---
arch/arm/boot/dts/sun4i-a10.dtsi | 114 +++
1 file changed, 57 insertions(+), 57 deletions(-)
diff --git a/arch/arm/boot/dts/sun4i-a10.dtsi b/arch/arm/boot/dt
Hi,
Roger Quadros writes:
>> Is it expected to have more than one IRQ here?
>>
>> if not - it will better to use platform_get_irq[_byname]().
>>
>
> The reason I used platform_get_resource variant is that i'm passing the
> resource directly to the XHCI platform device below.
>>
>>> +
>>> +
Hi,
Roger Quadros writes:
>> dwc->xhci_resource[1] = *res;
>
> Probably not as we don't want to change parent/child members.
oh, you had already replied. Sorry. This is correct
--
balbi
signature.asc
Description: PGP signature
From: Roger Quadros
If bootloader has set a wrong DPLL then we must trash those values
and re-program it anyways. This fixes USB3 devices not being enumerated
on beagle-x15 if usb was started in u-boot.
We don't re-program SATA DPLL if it is locked as it was causing
SATA failures if device was h
Hi Greg,
Please find the pull request for this -rc cycle below. It consists of a
couple of fixes in the phy drivers. Consider merging this in this -rc.
Let me know if you want me to change something.
Cheers
Kishon
The following changes since commit 1a695a905c18548062509178b98bc91e67510864:
L
Add support for the Amlogic Meson SoCs Hardware Random generator as a hw_random
char driver.
The generator is a single 32bit wide register.
Also adds the Meson GXBB SoC DTSI node and corresponding DT bindings.
Changes since v1 at
http://lkml.kernel.org/r/1464943621-18278-1-git-send-email-narmstr
Add support for the Amlogic Meson SoCs hardware random generator.
Signed-off-by: Neil Armstrong
---
drivers/char/hw_random/Kconfig | 14
drivers/char/hw_random/Makefile| 1 +
drivers/char/hw_random/meson-rng.c | 131 +
3 files changed, 146 inse
Signed-off-by: Neil Armstrong
---
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 5 +
1 file changed, 5 insertions(+)
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
b/arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi
index 832815d..8353621 100644
--- a/arch/arm64/boot/dts/amlogic/meson-g
Acked-by: Rob Herring
Signed-off-by: Neil Armstrong
---
.../devicetree/bindings/rng/amlogic,meson-rng.txt | 14 ++
1 file changed, 14 insertions(+)
create mode 100644 Documentation/devicetree/bindings/rng/amlogic,meson-rng.txt
diff --git a/Documentation/devicetree/bindings
From: Arnd Bergmann
A rework of the exynos-mipi-video driver caused a warning
about the new __set_phy_state function potentially accessing
a variable before its initialization:
drivers/phy/phy-exynos-mipi-video.c: In function '__set_phy_state':
drivers/phy/phy-exynos-mipi-video.c:238:13: error:
Hi,
On 13/05/2016 at 13:09:37 +0200, Guillermo Rodriguez wrote :
> When disabling a PWM channel, the PWM clock was being stopped
> immediately after writing to PWM_DIS. As a result, the disabling
> of the PWM channel did not complete properly, and the PWM output
> might be left at the wrong level.
On 10/06/16 11:18, Felipe Balbi wrote:
>
> Hi,
>
> Roger Quadros writes:
>>> dwc->xhci_resource[1] = *res;
>>
>> Probably not as we don't want to change parent/child members.
>
> oh, you had already replied. Sorry. This is correct
>
np :).
So what i'll do is get the irq via platform_get_i
On 6/10/16 14:14, Michal Hocko wrote:
> On Fri 10-06-16 08:40:30, Chen Gang wrote:
>>
>> On 6/9/16 23:46, Michal Hocko wrote:
> [...]
>>> That's being said, I appreciate an interest in making the code cleaner
>>> but try to think whether these changes are actually helpful and who is
>>> going to be
From: Sriram Dash
Add usb aliases for consistency with the other platforms.
Signed-off-by: Laurentiu Tudor
Signed-off-by: Sriram Dash
---
arch/powerpc/boot/dts/fsl/b4420si-pre.dtsi| 1 +
arch/powerpc/boot/dts/fsl/b4860si-pre.dtsi| 1 +
arch/powerpc/boot/dts/fsl/qonverge-usb2-d
From: Sriram Dash
Change USB controller version name to 2.5 in compatible string for T1040
Signed-off-by: Sriram Dash
---
arch/powerpc/boot/dts/fsl/t1040si-post.dtsi | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/arch/powerpc/boot/dts/fsl/t1040si-post.dtsi
b/arch/powe
Hi,
Should not be cherry picked to stable, it needs many more patches to make it
work or otherwise breaks the platform.
Regards,
Tvrtko
> -Original Message-
> From: Kamal Mostafa [mailto:ka...@canonical.com]
> Sent: Thursday, June 09, 2016 10:14 PM
> To: linux-kernel@vger.kernel.org; s
Linus,
please pull sound fixes for v4.7-rc3 from:
git://git.kernel.org/pub/scm/linux/kernel/git/tiwai/sound.git
tags/sound-4.7-rc3
The topmost commit is 35639a0e98391036a4c7f23253c321d6621a8897
sound fixes for 4.7-rc3
We have
From: Michal Hocko
printk offers %pGg for quite some time so let's use it to get a human
readable list of invalid flags.
The original output would be
[ 429.191962] gfp: 2
after the change
[ 429.191962] Unexpected gfp: 0x2 (__GFP_HIGHMEM)
Signed-off-by: Michal Hocko
---
mm/slab.c | 3 ++-
m
From: Michal Hocko
both SLAB and SLUB BUG() when a caller provides an invalid gfp_mask.
This is a rather harsh way to announce a non-critical issue. Allocator
is free to ignore invalid flags. Let's simply replace BUG() by
dump_stack to tell the offender and fixup the mask to move on with the
allo
On Thu, 2016-06-09 at 10:27 -0700, Andrei Vagin wrote:
> On Wed, Jun 8, 2016 at 6:23 PM, Ian Kent wrote:
> > On Mon, 2016-05-30 at 13:52 +0800, Ian Kent wrote:
> > > On Tue, 2016-05-24 at 09:34 +0800, Ian Kent wrote:
> > > > On Mon, 2016-05-23 at 14:50 -0700, Andrei Vagin wrote:
> > > > > Hi Ian,
On Thu, Jun 09, 2016 at 08:56:29PM +0200, Daniel Vetter wrote:
> On Thu, Jun 09, 2016 at 05:18:18PM +0100, Liviu Dudau wrote:
> > Add support for the new family of Display Processors from ARM Ltd.
> > This commit adds basic support for Mali DP500, DP550 and DP650
> > parts, with only the display en
If there is a failure after pm_runtime_enable/get_sync()
we need to call pm_runtime_disable/put_sync().
Otherwise it will lead to an unbalanced pm_runtime_enable() on the
subsequent probe if the earlier probe bailed out due to -EPROBE_DEFER.
Signed-off-by: Roger Quadros
---
drivers/usb/dwc3/cor
Modules which register drivers via standard path (driver_register) in
parallel can cause a warning:
WARNING: CPU: 2 PID: 3492 at ../fs/sysfs/dir.c:31 sysfs_warn_dup+0x62/0x80
sysfs: cannot create duplicate filename '/module/saa7146/drivers'
Modules linked in: hexium_gemini(+) mxb(+) ...
...
Call Tr
On Thu, Jun 09, 2016 at 11:11:00AM +0300, Aleksei Mamlin wrote:
> On Thu, 9 Jun 2016 00:03:14 +0200
> Maxime Ripard wrote:
>
> > Hi,
> >
> > On Mon, Jun 06, 2016 at 01:24:24PM +0300, Aleksei Mamlin wrote:
> > > Enable the NFC and describe the NAND flash connected to this controller.
> > >
> > >
Hi Alan,
> -Original Message-
> From: Alan Stern [mailto:st...@rowland.harvard.edu]
> Sent: 2016年6月9日 3:14
> To: Yang, Wenyou
> Cc: Greg Kroah-Hartman ; Ferre, Nicolas
> ; Rob Herring ; Pawel Moll
> ; Mark Brown ; Ian Campbell
> ; Kumar Gala ;
> Alexandre Belloni ; Kernel development
> l
On 6/10/16 14:11, kbuild test robot wrote:
> Hi,
>
> [auto build test ERROR on next-20160609]
> [also build test ERROR on v4.7-rc2]
> [cannot apply to v4.7-rc2 v4.7-rc1 v4.6-rc7]
> [if your patch is applied to the wrong git tree, please drop us a note to
> help improve the system]
>
Oh, my patc
Andy Lutomirski writes:
> On Mon, Jun 6, 2016 at 9:03 AM, Kees Cook wrote:
> > On Fri, Jun 3, 2016 at 10:16 PM, Andy Lutomirski
> > wrote:
> >> https://bugzilla.mozilla.org/show_bug.cgi?id=1176099
> >>
> >> Should SIGSYS be delivered to the handler even if blocked? What, if
> >> anything
Hi,
On Wed, Jun 8, 2016 at 10:26 PM, Shunqian Zheng wrote:
> Use DMA API instead of architecture internal functions like
> __cpuc_flush_dcache_area() etc.
>
> To support the virtual device like DRM the virtual slave iommu
> added in the previous patch, attaching to which the DRM can use
> it own
In the existing vdma driver support for
AXI DMA and CDMA got added so the driver is no
longer VDMA specific.
This patch renames the driver and DT binding doc to xilinx_dma
and updates the Kconfig description for all the DMAS.
Signed-off-by: Kedareswara rao Appana
---
.../dma/xilinx/{xilinx_vdma
Hi,
On Wed, Jun 8, 2016 at 10:26 PM, Shunqian Zheng wrote:
> From: Simon Xue
>
It is usual a good practice to include at least a single sentence
here, even if the patch is trivial. In this case it could say
"This patch makes it possible to compile the rockchip-iommu driver on
ARM64 platform to
This patch series does the following thing.
---> Add support for AXI DMA Multi-channel DMA mode.
---> Delete AXI DMA binding doc.
---> Rename the driver and update config options.
This patch series is created on top of the patch series
"dmaengine: Add Xilinx zynqmp dma engine driver support".
Ked
This patch updates the device-tree binding doc for
AXI DMA multi channel dma mode.
Signed-off-by: Kedareswara rao Appana
---
.../devicetree/bindings/dma/xilinx/xilinx_vdma.txt |4
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/Documentation/devicetree/bindings/dma/xilinx
The AXI DMA support is added to the existing AXI VDMA
driver. Device tree binding information also updated
in the VDMA binding doc.
Signed-off-by: Kedareswara rao Appana
---
.../devicetree/bindings/dma/xilinx/xilinx_dma.txt | 65
1 files changed, 0 insertions(+), 65 delet
This patch adds support for AXI DMA multi-channel dma mode
Multichannel mode enables DMA to connect to multiple masters
And slaves on the streaming side.
In Multichannel mode AXI DMA supports 2D transfers.
Signed-off-by: Kedareswara rao Appana
---
drivers/dma/xilinx/xilinx_vdma.c | 242
Hi,
On Fri, 2016-06-10 at 15:32 +0800, Chunfeng Yun wrote:
> From 8fdc924cecf0ca14da6e8aba360501e53437e548 Mon Sep 17 00:00:00 2001
> From: Chunfeng Yun
> Date: Fri, 10 Jun 2016 15:20:20 +0800
> Subject: [PATCH 0/5] Add MediaTek USB3 DRD Driver
>
> These patches introduce the MediaTek USB3 dual-r
Hi,
Roger Quadros writes:
> If there is a failure after pm_runtime_enable/get_sync()
> we need to call pm_runtime_disable/put_sync().
>
> Otherwise it will lead to an unbalanced pm_runtime_enable() on the
> subsequent probe if the earlier probe bailed out due to -EPROBE_DEFER.
>
> Signed-off-by:
From: Chen Gang
When use pr_warn(), it will break building because of mod undefined, so
fix it just like another architectures have done.
Signed-off-by: Chen Gang
---
arch/blackfin/kernel/module.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/blackfin/kernel/module.c
Hi,
Roger Quadros writes:
> On 10/06/16 11:18, Felipe Balbi wrote:
>>
>> Hi,
>>
>> Roger Quadros writes:
dwc->xhci_resource[1] = *res;
>>>
>>> Probably not as we don't want to change parent/child members.
>>
>> oh, you had already replied. Sorry. This is correct
>>
> np :).
>
> So w
Hi,
Chunfeng Yun writes:
> + - enable-manual-drd : supports manual dual-role switch via sysfs; only used
> + when receptacle is TYPE-A and also wants to support dual-role mode.
sorry, but this manual-drd can't be accepted. You should rely on a DT
property for this and you shouldn't expose i
Hi!
There is a potential data race in
drivers/net/wireless/realtek/rtlwifi/rtl8188ee/rtl8188ee.ko.
In the function rtl88ee_gpio_radio_on_off_checking the flag
ppsc->rfchange_inprogress is set with a spinlock protection. In the
function rtl_ps_set_rf_state the flag is read also under a spinlo
Hi,
Chunfeng Yun writes:
> From 8fdc924cecf0ca14da6e8aba360501e53437e548 Mon Sep 17 00:00:00 2001
> From: Chunfeng Yun
> Date: Fri, 10 Jun 2016 15:20:20 +0800
> Subject: [PATCH 0/5] Add MediaTek USB3 DRD Driver
>
> These patches introduce the MediaTek USB3 dual-role controller
> driver.
>
> The
Commit-ID: 86721ab63b61ef1dd7305308e4049f644703decf
Gitweb: http://git.kernel.org/tip/86721ab63b61ef1dd7305308e4049f644703decf
Author: Pratyush Patel
AuthorDate: Tue, 1 Mar 2016 22:58:49 +0530
Committer: Thomas Gleixner
CommitDate: Fri, 10 Jun 2016 11:25:35 +0200
hrtimer: Remove redund
/Hi655x-powerkey-support-for-HiKey-v3/20160610-133804
base: https://git.kernel.org/pub/scm/linux/kernel/git/lee/mfd.git for-mfd-next
config: tile-allmodconfig (attached as .config)
compiler: tilegx-linux-gcc (GCC) 4.6.2
reproduce:
wget
https://git.kernel.org/cgit/linux/kernel/git/wfg/lkp
Hi,
* Nishanth Menon [160524 06:37]:
> Hi,
>
> Here are the final(hopefully) pending patches for DRA7 based on recent
> TRM updates. Updates include removing retention support on L3init and
> L4per as per latest SoC updates.
>
> Test Log: X15 (no modules): http://pastebin.ubuntu.com/16655027/
>
From: Parth Pancholi
This board locks up if we stress test the eMMC, as the regulator s4 is
unable to supply enough current for all the peripherials attached to it.
As this supply is wired up to most of the peripherials including DDR,
it resulted in such lockup.
This patch fixes this issue by se
This board has been renamed recently and announced at
https://eragon.einfochips.com/products/sd-600eval.html
So rename this board files so that it reflects actual product in market.
Signed-off-by: Srinivas Kandagatla
---
arch/arm/boot/dts/Makefile | 2 +-
.../boot/dts/
On Fri, Jun 10, 2016 at 11:05:17AM +0300, Aleksei Mamlin wrote:
> Hello,
>
> This patchset have no functional changes, only sorting sun4i and sun7i pinctrl
> nodes in alphabetical order.
Applied both, thanks!
Maxime
--
Maxime Ripard, Free Electrons
Embedded Linux, Kernel and Android engineering
Commit d0164adc89f6 ("mm, page_alloc: distinguish between being unable to
sleep, unwilling to sleep and avoiding waking kswapd") modified __GFP_WAIT
to explicitly identify the difference between atomic callers and those that
were unwilling to sleep. Later the definition was removed entirely.
The G
This patch moves out the sdcc1 pinctrl nodes out of board files to soc file,
so that it will be duplicated in other board files.
Signed-off-by: Srinivas Kandagatla
---
arch/arm/boot/dts/qcom-apq8064-pins.dtsi | 20
.../arm/boot/dts/qcom-apq8064-sony-xperia-yuga.dts
This patch move sdcc3 pinctrl nodes out of board file, so that
other boards do not duplicate the same thing.
Signed-off-by: Srinivas Kandagatla
---
arch/arm/boot/dts/qcom-apq8064-pins.dtsi | 20
.../arm/boot/dts/qcom-apq8064-sony-xperia-yuga.dts | 22 +-
On Fri, Jun 03, 2016 at 02:13:36PM +0800, luoyi...@gmail.com wrote:
> From: Luo Yi
>
> Remove the extra empty line and add signed off.
>
> Signed-off-by: Luo Yi
Please send a new patch.
> ---
> arch/arm/boot/dts/sun7i-a20-bananapi-m1-plus.dts | 4
> 1 file changed, 4 deletions(-)
>
>
On Thu, Jun 02, 2016 at 11:15:55AM +0200, Bernhard Nortmann wrote:
> Am 02.06.2016 um 10:16 schrieb Maxime Ripard:
> >[...]
> >Yes, everything that is shared with the banana-pro (which, judging
> >from Bernhard, is pretty much everything but a GPIO) should be merged
> >in the banapro DT.
> >
> >Max
Commit-ID: 7faf90ef995ea470f32f43810266ece8ac8ba6c7
Gitweb: http://git.kernel.org/tip/7faf90ef995ea470f32f43810266ece8ac8ba6c7
Author: Paul Bolle
AuthorDate: Thu, 3 Mar 2016 13:01:40 +0100
Committer: Thomas Gleixner
CommitDate: Fri, 10 Jun 2016 11:39:09 +0200
lguest: Read length of dev
On 06/09/2016 11:28 PM, Rhyland Klein wrote:
> Change power_supply_read_temp() to use power_supply_get_property()
> so that it will check the use_cnt and ensure it is > 0. The use_cnt
> will be incremented at the end of __power_supply_register, so this
> will block to case where get_property can be
Commit-ID: cf2cf0f50c14e86e04cda2c684357eed77922666
Gitweb: http://git.kernel.org/tip/cf2cf0f50c14e86e04cda2c684357eed77922666
Author: Paul Bolle
AuthorDate: Thu, 3 Mar 2016 13:01:41 +0100
Committer: Thomas Gleixner
CommitDate: Fri, 10 Jun 2016 11:39:09 +0200
lguest: Read offset of dev
Hi Enric,
On Friday, June 10, 2016 09:39 CEST, Enric Balletbo Serra
wrote:
> Hi Peter,
>
> Only a few comments ;)
Thanks a lot for the review!
>
> 2016-06-09 18:25 GMT+02:00 Peter Senna Tschudin :
> > Add a driver that create a drm_bridge and a drm_connector for the LVDS
> > to DP++ disp
On Thu, Jun 9, 2016 at 10:54 PM, Srinivas Pandruvada
wrote:
> Hi,
> On Thu, 2016-06-09 at 22:45 +0100, Grant Likely wrote:
>> On Tue, May 31, 2016 at 5:27 AM, Srinivas Pandruvada
>> wrote:
>> >
>> > Starting from Cherrytrail, multiple generation of Intel processors
>> > offers
>> > on package sen
1 - 100 of 894 matches
Mail list logo