[PATCH linux v1 4/4] arm: dts: Add dt-binding to support seven segment display on zaius

2016-12-13 Thread Jaghathiswari Rankappagounder Natarajan
Add clock, data and clear signal GPIO lines to control seven segment display on zaius platform. Signed-off-by: Jaghathiswari Rankappagounder Natarajan --- arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts | 8 1 file changed, 8 insertions(+) diff --git

[PATCH linux v1 4/4] arm: dts: Add dt-binding to support seven segment display on zaius

2016-12-13 Thread Jaghathiswari Rankappagounder Natarajan
Add clock, data and clear signal GPIO lines to control seven segment display on zaius platform. Signed-off-by: Jaghathiswari Rankappagounder Natarajan --- arch/arm/boot/dts/aspeed-bmc-opp-zaius.dts | 8 1 file changed, 8 insertions(+) diff --git

[PATCH linux v1 2/4] drivers: misc: Character device driver for seven segment display

2016-12-13 Thread Jaghathiswari Rankappagounder Natarajan
Character device driver which implements the user-space API for letting a user write to two 7-segment displays including any conversion methods necessary to map the user input to two 7-segment displays. Signed-off-by: Jaghathiswari Rankappagounder Natarajan ---

[PATCH] vhost: introduce O(1) vq metadata cache

2016-12-13 Thread Jason Wang
When device IOTLB is enabled, all address translations were stored in interval tree. O(lgN) searching time could be slow for virtqueue metadata (avail, used and descriptors) since they were accessed much often than other addresses. So this patch introduces an O(1) array which points to the

[PATCH] vhost: introduce O(1) vq metadata cache

2016-12-13 Thread Jason Wang
When device IOTLB is enabled, all address translations were stored in interval tree. O(lgN) searching time could be slow for virtqueue metadata (avail, used and descriptors) since they were accessed much often than other addresses. So this patch introduces an O(1) array which points to the

[PATCH linux v1 2/4] drivers: misc: Character device driver for seven segment display

2016-12-13 Thread Jaghathiswari Rankappagounder Natarajan
Character device driver which implements the user-space API for letting a user write to two 7-segment displays including any conversion methods necessary to map the user input to two 7-segment displays. Signed-off-by: Jaghathiswari Rankappagounder Natarajan --- drivers/misc/Kconfig |

[PATCH linux v1 3/4] drivers: misc: Platform driver for seven segment display support

2016-12-13 Thread Jaghathiswari Rankappagounder Natarajan
Platform device driver which provides an API for displaying on two 7-segment displays, and implements the required bit-banging. The hardware assumed is 74HC164 wired to two 7-segment displays. Signed-off-by: Jaghathiswari Rankappagounder Natarajan --- drivers/misc/Kconfig

[PATCH linux v1 1/4] Documentation: dt-bindings: Document bindings for seven segment display support

2016-12-13 Thread Jaghathiswari Rankappagounder Natarajan
This binding provides interface for adding clock, data and clear signal GPIO lines to control seven segment display. Signed-off-by: Jaghathiswari Rankappagounder Natarajan --- .../devicetree/bindings/misc/seven-seg-gpio.txt| 27 ++ 1 file changed, 27

[PATCH linux v1 3/4] drivers: misc: Platform driver for seven segment display support

2016-12-13 Thread Jaghathiswari Rankappagounder Natarajan
Platform device driver which provides an API for displaying on two 7-segment displays, and implements the required bit-banging. The hardware assumed is 74HC164 wired to two 7-segment displays. Signed-off-by: Jaghathiswari Rankappagounder Natarajan --- drivers/misc/Kconfig | 8 ++

[PATCH linux v1 1/4] Documentation: dt-bindings: Document bindings for seven segment display support

2016-12-13 Thread Jaghathiswari Rankappagounder Natarajan
This binding provides interface for adding clock, data and clear signal GPIO lines to control seven segment display. Signed-off-by: Jaghathiswari Rankappagounder Natarajan --- .../devicetree/bindings/misc/seven-seg-gpio.txt| 27 ++ 1 file changed, 27 insertions(+)

[PATCH linux v1 0/4] Seven segment display support

2016-12-13 Thread Jaghathiswari Rankappagounder Natarajan
This patchset includes: Documentation for the binding which provides an interface for adding clock, data and clear signal GPIO lines to control seven segment display. The platform device driver provides an API for displaying on two 7-segment displays, and implements the required bit-banging. The

[PATCH linux v1 0/4] Seven segment display support

2016-12-13 Thread Jaghathiswari Rankappagounder Natarajan
This patchset includes: Documentation for the binding which provides an interface for adding clock, data and clear signal GPIO lines to control seven segment display. The platform device driver provides an API for displaying on two 7-segment displays, and implements the required bit-banging. The

RE: [PATCH 5/5] Documentation: fsl-quadspi: Add fsl, ls1012a-qspi compatible string

2016-12-13 Thread Yao Yuan
On Thu, Dec 14, 2016 at 05:23:02PM +0800, Rob Herring wrote: > On Mon, Dec 12, 2016 at 8:47 PM, Yao Yuan wrote: > > On Thu, Dec 13, 2016 at 05:23:02PM +0800, Rob Herring wrote: > >> On Thu, Dec 08, 2016 at 05:23:04PM +0800, Yuan Yao wrote: > >> > From: Yuan Yao

RE: [PATCH 5/5] Documentation: fsl-quadspi: Add fsl, ls1012a-qspi compatible string

2016-12-13 Thread Yao Yuan
On Thu, Dec 14, 2016 at 05:23:02PM +0800, Rob Herring wrote: > On Mon, Dec 12, 2016 at 8:47 PM, Yao Yuan wrote: > > On Thu, Dec 13, 2016 at 05:23:02PM +0800, Rob Herring wrote: > >> On Thu, Dec 08, 2016 at 05:23:04PM +0800, Yuan Yao wrote: > >> > From: Yuan Yao > >> > >> Same problem in this

Re: [PATCH v5 0/2] perf probe: add sdt probes arguments into the uprobe cmd string

2016-12-13 Thread Ingo Molnar
* Alexis Berlemont wrote: > Hi Masami, > > Many thanks for your mail. > > Here is another patch set which tries to fix the points you mentioned: > > * Skip the arguments containing a constant ($123); > * Review the code in charge of the register renaming (search

Re: [PATCH v5 0/2] perf probe: add sdt probes arguments into the uprobe cmd string

2016-12-13 Thread Ingo Molnar
* Alexis Berlemont wrote: > Hi Masami, > > Many thanks for your mail. > > Here is another patch set which tries to fix the points you mentioned: > > * Skip the arguments containing a constant ($123); > * Review the code in charge of the register renaming (search for '%' > and parse it); >

Re: [PATCH v8 2/4] vcodec: mediatek: Add Mediatek JPEG Decoder Driver

2016-12-13 Thread Ricky Liang
Hi Rick, Can you upload patchset v9 to address the issue? Thanks! On Mon, Dec 12, 2016 at 5:07 PM, Rick Chang wrote: > Hi Ricky, > > Thanks for your feedback. We will fix the problem in another patch. > > On Mon, 2016-12-12 at 12:34 +0800, Ricky Liang wrote: >> Hi Rick,

Re: [PATCH v8 2/4] vcodec: mediatek: Add Mediatek JPEG Decoder Driver

2016-12-13 Thread Ricky Liang
Hi Rick, Can you upload patchset v9 to address the issue? Thanks! On Mon, Dec 12, 2016 at 5:07 PM, Rick Chang wrote: > Hi Ricky, > > Thanks for your feedback. We will fix the problem in another patch. > > On Mon, 2016-12-12 at 12:34 +0800, Ricky Liang wrote: >> Hi Rick, >> >> On Wed, Nov 30,

Re: Revised keyrings(7) man page for review

2016-12-13 Thread Michael Kerrisk (man-pages)
On 12/13/2016 03:20 PM, David Howells wrote: > Michael Kerrisk (man-pages) wrote: > >> The payload data may be stored in a tmpfs filesystem, >> rather than in kernel memory, if the data size exceeds the >> overhead of

Re: Revised keyrings(7) man page for review

2016-12-13 Thread Michael Kerrisk (man-pages)
On 12/13/2016 03:20 PM, David Howells wrote: > Michael Kerrisk (man-pages) wrote: > >> The payload data may be stored in a tmpfs filesystem, >> rather than in kernel memory, if the data size exceeds the >> overhead of storing the data in the

RE: [PATCH v3 9/9] NTB: Add ntb.h comments

2016-12-13 Thread Allen Hubbe
From: Serge Semin > Signed-off-by: Serge Semin Acked-by: Allen Hubbe > --- > include/linux/ntb.h | 19 --- > 1 file changed, 12 insertions(+), 7 deletions(-) > > diff --git a/include/linux/ntb.h b/include/linux/ntb.h > index

RE: [PATCH v3 9/9] NTB: Add ntb.h comments

2016-12-13 Thread Allen Hubbe
From: Serge Semin > Signed-off-by: Serge Semin Acked-by: Allen Hubbe > --- > include/linux/ntb.h | 19 --- > 1 file changed, 12 insertions(+), 7 deletions(-) > > diff --git a/include/linux/ntb.h b/include/linux/ntb.h > index 6d46179..dab0a1b 100644 > --- a/include/linux/ntb.h

[PATCH V1] i2c: xgene: Fix missing code of DTB support

2016-12-13 Thread Tin Huynh
In DTB case, i2c-core doesn't create slave device which is installed on i2c-xgene bus because of missing code in this driver. This patch fixes this issue. Signed-off-by: Tin Huynh --- drivers/i2c/busses/i2c-xgene-slimpro.c |1 + 1 files changed, 1 insertions(+), 0

[PATCH V1] i2c: xgene: Fix missing code of DTB support

2016-12-13 Thread Tin Huynh
In DTB case, i2c-core doesn't create slave device which is installed on i2c-xgene bus because of missing code in this driver. This patch fixes this issue. Signed-off-by: Tin Huynh --- drivers/i2c/busses/i2c-xgene-slimpro.c |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

[PATCH v3 9/9] NTB: Add ntb.h comments

2016-12-13 Thread Serge Semin
Signed-off-by: Serge Semin --- include/linux/ntb.h | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/include/linux/ntb.h b/include/linux/ntb.h index 6d46179..dab0a1b 100644 --- a/include/linux/ntb.h +++ b/include/linux/ntb.h @@

[PATCH v3 9/9] NTB: Add ntb.h comments

2016-12-13 Thread Serge Semin
Signed-off-by: Serge Semin --- include/linux/ntb.h | 19 --- 1 file changed, 12 insertions(+), 7 deletions(-) diff --git a/include/linux/ntb.h b/include/linux/ntb.h index 6d46179..dab0a1b 100644 --- a/include/linux/ntb.h +++ b/include/linux/ntb.h @@ -326,12 +326,17 @@ static

[PATCH v3] net: macb: Added PCI wrapper for Platform Driver.

2016-12-13 Thread Bartosz Folta
There are hardware PCI implementations of Cadence GEM network controller. This patch will allow to use such hardware with reuse of existing Platform Driver. Signed-off-by: Bartosz Folta --- Changed in v3: Fixed dependencies in Kconfig. --- Changed in v2: Respin to net-next.

[PATCH v3] net: macb: Added PCI wrapper for Platform Driver.

2016-12-13 Thread Bartosz Folta
There are hardware PCI implementations of Cadence GEM network controller. This patch will allow to use such hardware with reuse of existing Platform Driver. Signed-off-by: Bartosz Folta --- Changed in v3: Fixed dependencies in Kconfig. --- Changed in v2: Respin to net-next. Changed patch

RE: [PATCH v3 9/9] NTB: Add ntb.h comments

2016-12-13 Thread Allen Hubbe
From: Serge Semin > Signed-off-by: Serge Semin > --- > include/linux/ntb.h | 19 --- > 1 file changed, 12 insertions(+), 7 deletions(-) > > diff --git a/include/linux/ntb.h b/include/linux/ntb.h > index 6d46179..dab0a1b 100644 > --- a/include/linux/ntb.h

RE: [PATCH v3 9/9] NTB: Add ntb.h comments

2016-12-13 Thread Allen Hubbe
From: Serge Semin > Signed-off-by: Serge Semin > --- > include/linux/ntb.h | 19 --- > 1 file changed, 12 insertions(+), 7 deletions(-) > > diff --git a/include/linux/ntb.h b/include/linux/ntb.h > index 6d46179..dab0a1b 100644 > --- a/include/linux/ntb.h > +++

Re: [PATCH v3 1/4] mtd: lart: Rename partition defines to be prefixed with PART_

2016-12-13 Thread Boris Brezillon
On Fri, 9 Dec 2016 15:36:25 -0800 Florian Fainelli wrote: > In preparation for defining KERNEL_START on ARM, rename KERNEL_START to > PART_KERNEL_START, and to be consistent, do this for all > partition-related constants. > > Signed-off-by: Florian Fainelli

RE: [PATCH v3 5/9] NTB: Alter Scratchpads API to support multi-ports devices

2016-12-13 Thread Allen Hubbe
From: Serge Semin > Even though there is no any real NTB hardware, which would have both more > than two ports and Scratchpad registers, it is logically correct to have > Scratchpad API accepting a peer port index as well. Intel/AMD drivers utilize > Primary and Secondary topology to split

Re: [PATCH v3 1/4] mtd: lart: Rename partition defines to be prefixed with PART_

2016-12-13 Thread Boris Brezillon
On Fri, 9 Dec 2016 15:36:25 -0800 Florian Fainelli wrote: > In preparation for defining KERNEL_START on ARM, rename KERNEL_START to > PART_KERNEL_START, and to be consistent, do this for all > partition-related constants. > > Signed-off-by: Florian Fainelli Acked-by: Boris Brezillon > ---

RE: [PATCH v3 5/9] NTB: Alter Scratchpads API to support multi-ports devices

2016-12-13 Thread Allen Hubbe
From: Serge Semin > Even though there is no any real NTB hardware, which would have both more > than two ports and Scratchpad registers, it is logically correct to have > Scratchpad API accepting a peer port index as well. Intel/AMD drivers utilize > Primary and Secondary topology to split

RE: [PATCH v3 4/9] NTB: Alter MW API to support multi-ports devices

2016-12-13 Thread Allen Hubbe
From: Serge Semin > Multi-port NTB devices permit to share a memory between all accessible peers. > Memory Windows API is altered to correspondingly initialize and map memory > windows for such devices: > ntb_mw_count(pidx); - number of inbound memory windows, which can be > allocated > for

RE: [PATCH v3 4/9] NTB: Alter MW API to support multi-ports devices

2016-12-13 Thread Allen Hubbe
From: Serge Semin > Multi-port NTB devices permit to share a memory between all accessible peers. > Memory Windows API is altered to correspondingly initialize and map memory > windows for such devices: > ntb_mw_count(pidx); - number of inbound memory windows, which can be > allocated > for

RE: [PATCH v3 1/9] NTB: Make link-state API being declared first

2016-12-13 Thread Allen Hubbe
From: Serge Semin > Since link operations are usually performed before memory window access > operations, it's logically better to declare link-related API before any > of MW/Doorbell/Scratchpad methods. > > Signed-off-by: Serge Semin Acked-by: Allen Hubbe

RE: [PATCH v3 1/9] NTB: Make link-state API being declared first

2016-12-13 Thread Allen Hubbe
From: Serge Semin > Since link operations are usually performed before memory window access > operations, it's logically better to declare link-related API before any > of MW/Doorbell/Scratchpad methods. > > Signed-off-by: Serge Semin Acked-by: Allen Hubbe > --- > include/linux/ntb.h | 137

RE: [PATCH v3 2/9] NTB: Add indexed ports NTB API

2016-12-13 Thread Allen Hubbe
From: Serge Semin > There is some NTB hardware, which can combine more than just two domains > over NTB. For instance, some IDT PCIe-switches can have NTB-functions > activated on more than two-ports. The different domains are distinguished > by ports they are connected to. So the new port-related

RE: [PATCH v3 2/9] NTB: Add indexed ports NTB API

2016-12-13 Thread Allen Hubbe
From: Serge Semin > There is some NTB hardware, which can combine more than just two domains > over NTB. For instance, some IDT PCIe-switches can have NTB-functions > activated on more than two-ports. The different domains are distinguished > by ports they are connected to. So the new port-related

Re: [PATCH] mtd: fix typos in ooblayout comment blocks

2016-12-13 Thread Boris Brezillon
On Wed, 14 Dec 2016 09:31:01 +0900 Masahiro Yamada wrote: > - "This functions return ..." -> "This function returns ..." > - "I you want ..." -> "If you want ..." > > Signed-off-by: Masahiro Yamada Acked-by: Boris Brezillon

Re: [PATCH] mtd: fix typos in ooblayout comment blocks

2016-12-13 Thread Boris Brezillon
On Wed, 14 Dec 2016 09:31:01 +0900 Masahiro Yamada wrote: > - "This functions return ..." -> "This function returns ..." > - "I you want ..." -> "If you want ..." > > Signed-off-by: Masahiro Yamada Acked-by: Boris Brezillon > --- > > drivers/mtd/mtdcore.c | 6 +++--- > 1 file changed, 3

Re: [PATCH v7 1/2] usb: xhci: plat: Enable runtime PM

2016-12-13 Thread Robert Foss
Hey Baolin, On 2016-12-12 12:21 AM, Baolin Wang wrote: Hi Robert, On 2 December 2016 at 05:46, Robert Foss wrote: Enable runtime PM for the xhci-plat device so that the parent device may implement runtime PM. Signed-off-by: Robert Foss

Re: [PATCH v7 1/2] usb: xhci: plat: Enable runtime PM

2016-12-13 Thread Robert Foss
Hey Baolin, On 2016-12-12 12:21 AM, Baolin Wang wrote: Hi Robert, On 2 December 2016 at 05:46, Robert Foss wrote: Enable runtime PM for the xhci-plat device so that the parent device may implement runtime PM. Signed-off-by: Robert Foss Tested-by: Robert Foss ---

Re: [RFC PATCH v3] audit: use proper refcount locking on audit_sock

2016-12-13 Thread Cong Wang
On Tue, Dec 13, 2016 at 8:00 PM, Richard Guy Briggs wrote: > On 2016-12-13 16:19, Cong Wang wrote: >> On Tue, Dec 13, 2016 at 7:03 AM, Richard Guy Briggs wrote: >> > @@ -1283,8 +1299,10 @@ static void __net_exit audit_net_exit(struct net >> > *net) >> > { >> >

Re: [RFC PATCH v3] audit: use proper refcount locking on audit_sock

2016-12-13 Thread Cong Wang
On Tue, Dec 13, 2016 at 8:00 PM, Richard Guy Briggs wrote: > On 2016-12-13 16:19, Cong Wang wrote: >> On Tue, Dec 13, 2016 at 7:03 AM, Richard Guy Briggs wrote: >> > @@ -1283,8 +1299,10 @@ static void __net_exit audit_net_exit(struct net >> > *net) >> > { >> > struct audit_net *aunet =

Re: [PATCH v4 1/4] powernv:idle: Add IDLE_STATE_ENTER_SEQ_NORET macro

2016-12-13 Thread Gautham R Shenoy
Hi Balbir, On Tue, Dec 13, 2016 at 09:13:26PM +1100, Balbir Singh wrote: > > > On 10/12/16 00:32, Gautham R. Shenoy wrote: > > From: "Gautham R. Shenoy" > > diff --git a/arch/powerpc/include/asm/cpuidle.h > > b/arch/powerpc/include/asm/cpuidle.h > > index

Re: [PATCH v4 1/4] powernv:idle: Add IDLE_STATE_ENTER_SEQ_NORET macro

2016-12-13 Thread Gautham R Shenoy
Hi Balbir, On Tue, Dec 13, 2016 at 09:13:26PM +1100, Balbir Singh wrote: > > > On 10/12/16 00:32, Gautham R. Shenoy wrote: > > From: "Gautham R. Shenoy" > > diff --git a/arch/powerpc/include/asm/cpuidle.h > > b/arch/powerpc/include/asm/cpuidle.h > > index 3919332..0a3255b 100644 > > ---

[GIT PULL] MD update for 4.10

2016-12-13 Thread Shaohua Li
Hi Linus, Please pull MD changes for 4.10. This update includes: - A raid5 writeback cache feature. The goal is to aggregate writes to make full stripe write and reduce read-modify-write. It's helpful for workload which does sequential write and follows fsync for example. This feature is

[GIT PULL] MD update for 4.10

2016-12-13 Thread Shaohua Li
Hi Linus, Please pull MD changes for 4.10. This update includes: - A raid5 writeback cache feature. The goal is to aggregate writes to make full stripe write and reduce read-modify-write. It's helpful for workload which does sequential write and follows fsync for example. This feature is

Re: [RFC PATCH v2] crypto: Add IV generation algorithms

2016-12-13 Thread Binoy Jayan
Hi Milan, Thank you for the reply. On 13 December 2016 at 15:31, Milan Broz wrote: > I really do not think the disk encryption key management should be moved > outside of dm-crypt. We cannot then change key structure later easily. Yes, I agree. but the key selection based

Re: [RFC PATCH v2] crypto: Add IV generation algorithms

2016-12-13 Thread Binoy Jayan
Hi Milan, Thank you for the reply. On 13 December 2016 at 15:31, Milan Broz wrote: > I really do not think the disk encryption key management should be moved > outside of dm-crypt. We cannot then change key structure later easily. Yes, I agree. but the key selection based on sector number

Re: [PATCH v3 1/2] ARM: ep93xx: Register ts73xx-fpga manager driver for TS-7300

2016-12-13 Thread Moritz Fischer
Hi Florian, On Tue, Dec 13, 2016 at 6:35 PM, Florian Fainelli wrote: > Register the TS-7300 FPGA manager device drivers which allows us to load > bitstreams into the on-board Altera Cyclone II FPGA. > > Signed-off-by: Florian Fainelli > --- >

Re: [PATCH v3 1/2] ARM: ep93xx: Register ts73xx-fpga manager driver for TS-7300

2016-12-13 Thread Moritz Fischer
Hi Florian, On Tue, Dec 13, 2016 at 6:35 PM, Florian Fainelli wrote: > Register the TS-7300 FPGA manager device drivers which allows us to load > bitstreams into the on-board Altera Cyclone II FPGA. > > Signed-off-by: Florian Fainelli > --- > arch/arm/mach-ep93xx/ts72xx.c | 26

Re: [RESEND PATCH v4 1/2] sysctl: introduce new proc handler proc_dobool

2016-12-13 Thread kbuild test robot
Hi Jia, [auto build test ERROR on linus/master] [also build test ERROR on v4.9 next-20161214] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [RESEND PATCH v4 1/2] sysctl: introduce new proc handler proc_dobool

2016-12-13 Thread kbuild test robot
Hi Jia, [auto build test ERROR on linus/master] [also build test ERROR on v4.9 next-20161214] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

Re: [PATCH] doc: add note on usleep_range range

2016-12-13 Thread Joe Perches
On Wed, 2016-12-14 at 00:37 +, Nicholas Mc Guire wrote: > On Tue, Dec 13, 2016 at 04:27:32PM -0800, Joe Perches wrote: > > a, On Tue, 2016-12-13 at 09:19 +, Nicholas Mc Guire wrote: > > > On Tue, Dec 13, 2016 at 11:10:50AM +0200, Jani Nikula wrote: > > > > On Tue, 13 Dec 2016, Nicholas Mc

Re: [PATCH] doc: add note on usleep_range range

2016-12-13 Thread Joe Perches
On Wed, 2016-12-14 at 00:37 +, Nicholas Mc Guire wrote: > On Tue, Dec 13, 2016 at 04:27:32PM -0800, Joe Perches wrote: > > a, On Tue, 2016-12-13 at 09:19 +, Nicholas Mc Guire wrote: > > > On Tue, Dec 13, 2016 at 11:10:50AM +0200, Jani Nikula wrote: > > > > On Tue, 13 Dec 2016, Nicholas Mc

Re: [PATCH v3 2/2] FPGA: Add TS-7300 FPGA manager

2016-12-13 Thread Moritz Fischer
Hi Florian, On Tue, Dec 13, 2016 at 6:35 PM, Florian Fainelli wrote: > Add support for loading bitstreams on the Altera Cyclone II FPGA > populated on the TS-7300 board. This is done through the configuration > and data registers offered through a memory interface between

Re: [PATCH v3 2/2] FPGA: Add TS-7300 FPGA manager

2016-12-13 Thread Moritz Fischer
Hi Florian, On Tue, Dec 13, 2016 at 6:35 PM, Florian Fainelli wrote: > Add support for loading bitstreams on the Altera Cyclone II FPGA > populated on the TS-7300 board. This is done through the configuration > and data registers offered through a memory interface between the EP93xx > SoC and

[PATCH 1/2] drm/panel: Add support for S6E3HA2 panel driver on TM2 board

2016-12-13 Thread Hoegeun Kwon
This patch add support for MIPI-DSI based S6E3HA2 AMOLED panel driver. This panel has 1440x2560 resolution in 5.7-inch physical panel in the TM2 device. Signed-off-by: Donghwa Lee Signed-off-by: Hyungwon Hwang Signed-off-by: Hoegeun Kwon

[PATCH 2/2] arm64: dts: exynos: Add support for S6E3HA2 panel device on TM2 board

2016-12-13 Thread Hoegeun Kwon
From: Hyungwon Hwang This patch add the panel device tree node for S6E3HA2 display controller to TM2 dts. Signed-off-by: Hyungwon Hwang Signed-off-by: Andrzej Hajda Signed-off-by: Chanwoo Choi

[PATCH 0/2] Add support for the S6E3HA2 panel on TM2 board

2016-12-13 Thread Hoegeun Kwon
Purpose of this patch is add support for S6E3HA2 AMOLED panel on the TM2 board. The first patch adds support for S6E3HA2 panel device tree document and driver, the second patch add support for S6E3HA2 panel device tree. Hoegeun Kwon (1): drm/panel: Add support for S6E3HA2 panel driver on TM2

[PATCH 1/2] drm/panel: Add support for S6E3HA2 panel driver on TM2 board

2016-12-13 Thread Hoegeun Kwon
This patch add support for MIPI-DSI based S6E3HA2 AMOLED panel driver. This panel has 1440x2560 resolution in 5.7-inch physical panel in the TM2 device. Signed-off-by: Donghwa Lee Signed-off-by: Hyungwon Hwang Signed-off-by: Hoegeun Kwon --- .../bindings/display/panel/samsung,s6e3ha2.txt

[PATCH 2/2] arm64: dts: exynos: Add support for S6E3HA2 panel device on TM2 board

2016-12-13 Thread Hoegeun Kwon
From: Hyungwon Hwang This patch add the panel device tree node for S6E3HA2 display controller to TM2 dts. Signed-off-by: Hyungwon Hwang Signed-off-by: Andrzej Hajda Signed-off-by: Chanwoo Choi Signed-off-by: Hoegeun Kwon --- arch/arm64/boot/dts/exynos/exynos5433-tm2.dts | 33

[PATCH 0/2] Add support for the S6E3HA2 panel on TM2 board

2016-12-13 Thread Hoegeun Kwon
Purpose of this patch is add support for S6E3HA2 AMOLED panel on the TM2 board. The first patch adds support for S6E3HA2 panel device tree document and driver, the second patch add support for S6E3HA2 panel device tree. Hoegeun Kwon (1): drm/panel: Add support for S6E3HA2 panel driver on TM2

Re: [PATCH v2] crypto: sun4i-ss: support the Security System PRNG

2016-12-13 Thread Corentin Labbe
On Wed, Dec 14, 2016 at 01:05:51PM +0800, Herbert Xu wrote: > On Tue, Dec 13, 2016 at 03:10:59PM +0100, Corentin Labbe wrote: > > > > I have found two solutions: > > No we already have algif_rng so let's not confuse things even > further by making hwrng take PRNGs. > But algif_rng is not

Re: [PATCH v2] crypto: sun4i-ss: support the Security System PRNG

2016-12-13 Thread Corentin Labbe
On Wed, Dec 14, 2016 at 01:05:51PM +0800, Herbert Xu wrote: > On Tue, Dec 13, 2016 at 03:10:59PM +0100, Corentin Labbe wrote: > > > > I have found two solutions: > > No we already have algif_rng so let's not confuse things even > further by making hwrng take PRNGs. > But algif_rng is not

Re: [PATCH] ipmi: bt-bmc: Use a regmap for register access

2016-12-13 Thread Andrew Jeffery
On Wed, 2016-12-14 at 11:59 +1030, Joel Stanley wrote: > > On Tue, Dec 6, 2016 at 1:27 PM, Andrew Jeffery wrote: > > The registers for the bt-bmc device live under the Aspeed LPC > > controller. Devicetree bindings have recently been introduced for the > > LPC controller where

Re: [PATCH] ipmi: bt-bmc: Use a regmap for register access

2016-12-13 Thread Andrew Jeffery
On Wed, 2016-12-14 at 11:59 +1030, Joel Stanley wrote: > > On Tue, Dec 6, 2016 at 1:27 PM, Andrew Jeffery wrote: > > The registers for the bt-bmc device live under the Aspeed LPC > > controller. Devicetree bindings have recently been introduced for the > > LPC controller where the "host" portion

RE: ATH9 driver issues on ARM64

2016-12-13 Thread Bharat Kumar Gogada
> On Sat, Dec 10, 2016 at 02:40:48PM +, Bharat Kumar Gogada wrote: > > Hi, > > > > After taking some more lecroy traces, we see that after 2nd ASSERT from EP > on ARM64 we see continuous data movement of 32 dwords or 12 dwords and > never sign of DEASSERT. > > Comparatively on working traces

RE: ATH9 driver issues on ARM64

2016-12-13 Thread Bharat Kumar Gogada
> On Sat, Dec 10, 2016 at 02:40:48PM +, Bharat Kumar Gogada wrote: > > Hi, > > > > After taking some more lecroy traces, we see that after 2nd ASSERT from EP > on ARM64 we see continuous data movement of 32 dwords or 12 dwords and > never sign of DEASSERT. > > Comparatively on working traces

Re: [PATCH] include/linux/kernel.h: fixed coding style issues

2016-12-13 Thread Joe Perches
On Wed, 2016-12-14 at 00:52 +, Piotr Gregor wrote: > Apply coding style suggested by Documentation/CodingStyle > and checkpatch.pl script. Fix 59 warnings and 24 errors > reported by checkpatch.pl Hello Piotr. Please make the first patch you submit against something in drivers/staging and

Re: [PATCH] include/linux/kernel.h: fixed coding style issues

2016-12-13 Thread Joe Perches
On Wed, 2016-12-14 at 00:52 +, Piotr Gregor wrote: > Apply coding style suggested by Documentation/CodingStyle > and checkpatch.pl script. Fix 59 warnings and 24 errors > reported by checkpatch.pl Hello Piotr. Please make the first patch you submit against something in drivers/staging and

Re: Scheduler patches: 6x performance increase when system is under heavy load

2016-12-13 Thread Alexandre-Xavier Labonté-Lamoureux
> Which of the 4 patches does this? I used all the 4 patches at the same time. Each patch fixes a different bug. Would you like me to try each of them individually? Were you already aware of each of these bugs? > Also, what hypervisor are you using and what does the output of booting > with

Re: Scheduler patches: 6x performance increase when system is under heavy load

2016-12-13 Thread Alexandre-Xavier Labonté-Lamoureux
> Which of the 4 patches does this? I used all the 4 patches at the same time. Each patch fixes a different bug. Would you like me to try each of them individually? Were you already aware of each of these bugs? > Also, what hypervisor are you using and what does the output of booting > with

[PATCH] drm/mediatek: Support UYVY and YUYV format for overlay

2016-12-13 Thread Bibby Hsieh
MT8173 overlay can support UYVY and YUYV format, we add the format in DRM driver. Signed-off-by: Bibby Hsieh --- drivers/gpu/drm/mediatek/mtk_disp_ovl.c | 6 ++ drivers/gpu/drm/mediatek/mtk_drm_plane.c | 2 ++ 2 files changed, 8 insertions(+) diff --git

[PATCH] drm/mediatek: Support UYVY and YUYV format for overlay

2016-12-13 Thread Bibby Hsieh
MT8173 overlay can support UYVY and YUYV format, we add the format in DRM driver. Signed-off-by: Bibby Hsieh --- drivers/gpu/drm/mediatek/mtk_disp_ovl.c | 6 ++ drivers/gpu/drm/mediatek/mtk_drm_plane.c | 2 ++ 2 files changed, 8 insertions(+) diff --git

Re: [PATCH v2] crypto: sun4i-ss: support the Security System PRNG

2016-12-13 Thread Herbert Xu
On Tue, Dec 13, 2016 at 03:10:59PM +0100, Corentin Labbe wrote: > > I have found two solutions: No we already have algif_rng so let's not confuse things even further by making hwrng take PRNGs. Cheers, -- Email: Herbert Xu Home Page:

Re: [PATCH v2] crypto: sun4i-ss: support the Security System PRNG

2016-12-13 Thread Herbert Xu
On Tue, Dec 13, 2016 at 03:10:59PM +0100, Corentin Labbe wrote: > > I have found two solutions: No we already have algif_rng so let's not confuse things even further by making hwrng take PRNGs. Cheers, -- Email: Herbert Xu Home Page: http://gondor.apana.org.au/~herbert/ PGP Key:

Re: [PATCH] drm/bridge: analogix_dp: set the DPCD600 during disabling the psr

2016-12-13 Thread Archit Taneja
Hi, On 12/12/2016 08:28 PM, Sean Paul wrote: On Fri, Dec 9, 2016 at 9:49 PM, Caesar Wang wrote: Look likes, the BOE panel FW didn't ack the DPCD600 signal from the host device, that will cause the panel hang on the startup display. The root cause we use the fast link mode

Re: [PATCH] drm/bridge: analogix_dp: set the DPCD600 during disabling the psr

2016-12-13 Thread Archit Taneja
Hi, On 12/12/2016 08:28 PM, Sean Paul wrote: On Fri, Dec 9, 2016 at 9:49 PM, Caesar Wang wrote: Look likes, the BOE panel FW didn't ack the DPCD600 signal from the host device, that will cause the panel hang on the startup display. The root cause we use the fast link mode during enter and

Re: [PATCH v7 3/5] drm: bridge: add support for TI ths8135

2016-12-13 Thread Archit Taneja
On 12/13/2016 03:39 PM, Bartosz Golaszewski wrote: THS8135 is a configurable video DAC, but no configuration is actually necessary to make it work. For now use the dumb-vga-dac driver to support it. Queued to drm-misc-next Archit Signed-off-by: Bartosz Golaszewski

Re: [PATCH v7 3/5] drm: bridge: add support for TI ths8135

2016-12-13 Thread Archit Taneja
On 12/13/2016 03:39 PM, Bartosz Golaszewski wrote: THS8135 is a configurable video DAC, but no configuration is actually necessary to make it work. For now use the dumb-vga-dac driver to support it. Queued to drm-misc-next Archit Signed-off-by: Bartosz Golaszewski Reviewed-by: Laurent

Re: [PATCH v7 2/5] drm: bridge: add DT bindings for TI ths8135

2016-12-13 Thread Archit Taneja
Hi, On 12/13/2016 03:39 PM, Bartosz Golaszewski wrote: THS8135 is a configurable video DAC. Add DT bindings for this chip. Queued to drm-misc-next Signed-off-by: Bartosz Golaszewski Reviewed-by: Laurent Pinchart Acked-by: Rob

Re: [PATCH v7 2/5] drm: bridge: add DT bindings for TI ths8135

2016-12-13 Thread Archit Taneja
Hi, On 12/13/2016 03:39 PM, Bartosz Golaszewski wrote: THS8135 is a configurable video DAC. Add DT bindings for this chip. Queued to drm-misc-next Signed-off-by: Bartosz Golaszewski Reviewed-by: Laurent Pinchart Acked-by: Rob Herring --- .../bindings/display/bridge/ti,ths8135.txt

Re: [PATCH v2] keys/encrypted: Fix two crypto-on-the-stack bugs

2016-12-13 Thread Herbert Xu
On Tue, Dec 13, 2016 at 06:53:03PM -0800, Andy Lutomirski wrote: > On Tue, Dec 13, 2016 at 6:48 PM, Andy Lutomirski wrote: > > The driver put a constant buffer of all zeros on the stack and > > pointed a scatterlist entry at it in two places. This doesn't work > > with virtual

Re: [PATCH v2] keys/encrypted: Fix two crypto-on-the-stack bugs

2016-12-13 Thread Herbert Xu
On Tue, Dec 13, 2016 at 06:53:03PM -0800, Andy Lutomirski wrote: > On Tue, Dec 13, 2016 at 6:48 PM, Andy Lutomirski wrote: > > The driver put a constant buffer of all zeros on the stack and > > pointed a scatterlist entry at it in two places. This doesn't work > > with virtual stacks. Use

Re: Remaining crypto API regressions with CONFIG_VMAP_STACK

2016-12-13 Thread Herbert Xu
On Tue, Dec 13, 2016 at 09:06:31AM -0800, Andy Lutomirski wrote: > > > Having 0 as type and CRYPTO_ALG_ASYNC as mask in general means > > that we're requesting a sync algorithm (i.e., ASYNC bit off). > > > > However, it is completely unnecessary for shash as they can never > > be async. So this

Re: Remaining crypto API regressions with CONFIG_VMAP_STACK

2016-12-13 Thread Herbert Xu
On Tue, Dec 13, 2016 at 09:06:31AM -0800, Andy Lutomirski wrote: > > > Having 0 as type and CRYPTO_ALG_ASYNC as mask in general means > > that we're requesting a sync algorithm (i.e., ASYNC bit off). > > > > However, it is completely unnecessary for shash as they can never > > be async. So this

Re: [PATCH] remoteproc: Remove firmware_loading_complete

2016-12-13 Thread kbuild test robot
Hi Sarangdhar, [auto build test ERROR on next-20161213] [also build test ERROR on v4.9] [cannot apply to remoteproc/for-next v4.9-rc8 v4.9-rc7 v4.9-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux

Re: [PATCH] remoteproc: Remove firmware_loading_complete

2016-12-13 Thread kbuild test robot
Hi Sarangdhar, [auto build test ERROR on next-20161213] [also build test ERROR on v4.9] [cannot apply to remoteproc/for-next v4.9-rc8 v4.9-rc7 v4.9-rc6] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url: https://github.com/0day-ci/linux

[GIT PULL] Thermal management updates for v4.10-rc1

2016-12-13 Thread Zhang Rui
Hi, Linus, Please pull from   git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git next to receive the latest Thermal Management updates for v4.10-rc1 with top-most commit 0faf7dd5a947006978b549dfe29a01b710becf4a:   MAINTAINERS: Samsung: Update maintainer for PWM FAN and SAMSUNG

[GIT PULL] Thermal management updates for v4.10-rc1

2016-12-13 Thread Zhang Rui
Hi, Linus, Please pull from   git://git.kernel.org/pub/scm/linux/kernel/git/rzhang/linux.git next to receive the latest Thermal Management updates for v4.10-rc1 with top-most commit 0faf7dd5a947006978b549dfe29a01b710becf4a:   MAINTAINERS: Samsung: Update maintainer for PWM FAN and SAMSUNG

linux-next: Tree for Dec 14

2016-12-13 Thread Stephen Rothwell
Hi all, Please do not add any material for v4.11 to your linux-next included branches until after v4.10-rc1 has been released. Changes since 20161213: The vfs-miklos tree gained a conflict against the ubifs tree. The akpm-current tree gained a conflict against the jc_docs tree. Non-merge

linux-next: Tree for Dec 14

2016-12-13 Thread Stephen Rothwell
Hi all, Please do not add any material for v4.11 to your linux-next included branches until after v4.10-rc1 has been released. Changes since 20161213: The vfs-miklos tree gained a conflict against the ubifs tree. The akpm-current tree gained a conflict against the jc_docs tree. Non-merge

Re: netlink: GPF in sock_sndtimeo

2016-12-13 Thread Richard Guy Briggs
On 2016-12-13 16:17, Cong Wang wrote: > On Tue, Dec 13, 2016 at 2:52 AM, Richard Guy Briggs wrote: > > It is actually the audit_pid and audit_nlk_portid that I care about > > more. The audit daemon could vanish or close the socket while the > > kernel sock to which it was

Re: netlink: GPF in sock_sndtimeo

2016-12-13 Thread Richard Guy Briggs
On 2016-12-13 16:17, Cong Wang wrote: > On Tue, Dec 13, 2016 at 2:52 AM, Richard Guy Briggs wrote: > > It is actually the audit_pid and audit_nlk_portid that I care about > > more. The audit daemon could vanish or close the socket while the > > kernel sock to which it was attached is still quite

Re: [PATCH] rcu: shift by 1UL rather than 1 to fix sign extension error

2016-12-13 Thread Paul E. McKenney
On Wed, Dec 14, 2016 at 09:40:02AM +0800, Boqun Feng wrote: > On Wed, Dec 14, 2016 at 08:47:55AM +0800, Boqun Feng wrote: > > On Tue, Dec 13, 2016 at 10:36:47AM -0800, Paul E. McKenney wrote: > > > On Wed, Dec 14, 2016 at 02:09:27AM +0800, Boqun Feng wrote: > > > > 2016年12月14日 上午1:17,"Mark

Re: [PATCH 4.8 00/33] 4.8.15-stable review

2016-12-13 Thread Guenter Roeck
On 12/13/2016 09:16 AM, Greg Kroah-Hartman wrote: This is the start of the stable review cycle for the 4.8.15 release. There are 33 patches in this series, all will be posted as a response to this one. If anyone has any issues with these being applied, please let me know. Responses should be

  1   2   3   4   5   6   7   8   9   10   >