[PATCH v4 0/4] Add ANX7814 I2C bridge driver

2016-04-18 Thread Enric Balletbo i Serra
Hi all, This is the fourth version of the patch, thanks to all that did some comments. In this version I basically added the comments made by Thierry, also it introduces a new patch in the series to add a new helper constant in drm_dp_helper.h. The devicetree binding also suffered a slight

[PATCH v4 0/4] Add ANX7814 I2C bridge driver

2016-04-18 Thread Enric Balletbo i Serra
Hi all, This is the fourth version of the patch, thanks to all that did some comments. In this version I basically added the comments made by Thierry, also it introduces a new patch in the series to add a new helper constant in drm_dp_helper.h. The devicetree binding also suffered a slight

[PATCH v4 4/4] drm: bridge: anx78xx: Add anx78xx driver support.

2016-04-18 Thread Enric Balletbo i Serra
Although there are other chips from the same family that can reuse this driver, at the moment we only tested ANX7814 chip. The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter designed for portable devices. This driver adds initial support for HDMI to DP pass-through mode.

[PATCH v4 4/4] drm: bridge: anx78xx: Add anx78xx driver support.

2016-04-18 Thread Enric Balletbo i Serra
Although there are other chips from the same family that can reuse this driver, at the moment we only tested ANX7814 chip. The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter designed for portable devices. This driver adds initial support for HDMI to DP pass-through mode.

Re: [PATCH v10 2/9] dt-bindings: pinctrl: Deprecate Tegra XUSB pad controller binding

2016-04-18 Thread Linus Walleij
On Mon, Apr 18, 2016 at 1:12 PM, Thierry Reding wrote: > On Tue, Mar 15, 2016 at 10:01:25AM +0100, Linus Walleij wrote: >> On Fri, Mar 4, 2016 at 5:19 PM, Thierry Reding >> wrote: >> >> > From: Thierry Reding >> > >> >

[PATCH v4 1/4] drm/dp: Add define to set 0.5% down-spread in MAX_DOWNSPREAD register.

2016-04-18 Thread Enric Balletbo i Serra
Support of 0.5% down-spread is required for DisplayPort Specification Version 1.1 Sink. Signed-off-by: Enric Balletbo i Serra --- include/drm/drm_dp_helper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/drm/drm_dp_helper.h

[PATCH v4 3/4] devicetree: Add ANX7814 SlimPort transmitter binding.

2016-04-18 Thread Enric Balletbo i Serra
The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter designed for portable devices. Signed-off-by: Enric Balletbo i Serra Cc: Rob Herring --- Changes since v3: - Model v10 as regulator (dvdd10-supply) - Removed the Acked-by:

Re: [PATCH v10 2/9] dt-bindings: pinctrl: Deprecate Tegra XUSB pad controller binding

2016-04-18 Thread Linus Walleij
On Mon, Apr 18, 2016 at 1:12 PM, Thierry Reding wrote: > On Tue, Mar 15, 2016 at 10:01:25AM +0100, Linus Walleij wrote: >> On Fri, Mar 4, 2016 at 5:19 PM, Thierry Reding >> wrote: >> >> > From: Thierry Reding >> > >> > This is an old version of the binding that isn't flexible enough to >> >

[PATCH v4 1/4] drm/dp: Add define to set 0.5% down-spread in MAX_DOWNSPREAD register.

2016-04-18 Thread Enric Balletbo i Serra
Support of 0.5% down-spread is required for DisplayPort Specification Version 1.1 Sink. Signed-off-by: Enric Balletbo i Serra --- include/drm/drm_dp_helper.h | 1 + 1 file changed, 1 insertion(+) diff --git a/include/drm/drm_dp_helper.h b/include/drm/drm_dp_helper.h index 1252108..22be049

[PATCH v4 3/4] devicetree: Add ANX7814 SlimPort transmitter binding.

2016-04-18 Thread Enric Balletbo i Serra
The ANX7814 is an ultra-low power Full-HD (1080p60) SlimPort transmitter designed for portable devices. Signed-off-by: Enric Balletbo i Serra Cc: Rob Herring --- Changes since v3: - Model v10 as regulator (dvdd10-supply) - Removed the Acked-by: Rob Herring. Guess I need your ack again if

RE: [PATCH 1/2] iio: magn: Split bmc150 driver in common/i2c parts

2016-04-18 Thread Tirdea, Irina
> -Original Message- > From: Jonathan Cameron [mailto:ji...@kernel.org] > Sent: 17 April, 2016 13:02 > To: Baluta, Daniel; Tirdea, Irina > Cc: knaac...@gmx.de; l...@metafoo.de; pme...@pmeerw.net; > ge...@linux-m68k.org; Dogaru, Vlad; Purdila, Octavian; linux- > ker...@vger.kernel.org;

Re: [PATCH for-next] spi: bcm53xx: add spi_flash_read callback for MMIO-based reads

2016-04-18 Thread Mark Brown
On Mon, Apr 18, 2016 at 01:10:43PM +0200, Rafał Miłecki wrote: > +static int bcm53xxspi_flash_read(struct spi_device *spi, > + struct spi_flash_read_message *msg) > +{ > + struct bcm53xxspi *b53spi = spi_master_get_devdata(spi->master); > + int ret = 0; > + >

RE: [PATCH 1/2] iio: magn: Split bmc150 driver in common/i2c parts

2016-04-18 Thread Tirdea, Irina
> -Original Message- > From: Jonathan Cameron [mailto:ji...@kernel.org] > Sent: 17 April, 2016 13:02 > To: Baluta, Daniel; Tirdea, Irina > Cc: knaac...@gmx.de; l...@metafoo.de; pme...@pmeerw.net; > ge...@linux-m68k.org; Dogaru, Vlad; Purdila, Octavian; linux- > ker...@vger.kernel.org;

Re: [PATCH for-next] spi: bcm53xx: add spi_flash_read callback for MMIO-based reads

2016-04-18 Thread Mark Brown
On Mon, Apr 18, 2016 at 01:10:43PM +0200, Rafał Miłecki wrote: > +static int bcm53xxspi_flash_read(struct spi_device *spi, > + struct spi_flash_read_message *msg) > +{ > + struct bcm53xxspi *b53spi = spi_master_get_devdata(spi->master); > + int ret = 0; > + >

Re: [PATCH v7 1/4] gadget: Introduce the usb charger framework

2016-04-18 Thread Pavel Machek
Hi! On Mon 2016-04-18 10:59:23, David Laight wrote: > From: Pavel Machek > > Sent: 18 April 2016 11:40 > ... > > > >> > Actually, less is not stupid. Charging li-ion battery from li-ion > > > >> > battery might > > > >> > be stupid. Imagine I'm on train, with device like N900 (50% battery) > >

Re: [PATCH v3 3/3] drm: bridge: anx78xx: Add anx78xx driver support.

2016-04-18 Thread Enric Balletbo i Serra
Hi, Many thanks for dedicate some time to comment the patch, I'm going to send a v4 version, see my comments below. On 14/04/16 15:10, Thierry Reding wrote: On Fri, Apr 08, 2016 at 02:52:52PM +0200, Enric Balletbo i Serra wrote: Although there are other chips from the same family that can

Re: [PATCH v7 1/4] gadget: Introduce the usb charger framework

2016-04-18 Thread Pavel Machek
Hi! On Mon 2016-04-18 10:59:23, David Laight wrote: > From: Pavel Machek > > Sent: 18 April 2016 11:40 > ... > > > >> > Actually, less is not stupid. Charging li-ion battery from li-ion > > > >> > battery might > > > >> > be stupid. Imagine I'm on train, with device like N900 (50% battery) > >

Re: [PATCH v3 3/3] drm: bridge: anx78xx: Add anx78xx driver support.

2016-04-18 Thread Enric Balletbo i Serra
Hi, Many thanks for dedicate some time to comment the patch, I'm going to send a v4 version, see my comments below. On 14/04/16 15:10, Thierry Reding wrote: On Fri, Apr 08, 2016 at 02:52:52PM +0200, Enric Balletbo i Serra wrote: Although there are other chips from the same family that can

RE: [PATCH v7 1/4] gadget: Introduce the usb charger framework

2016-04-18 Thread David Laight
From: Pavel Machek > Sent: 18 April 2016 11:40 ... > > >> > Actually, less is not stupid. Charging li-ion battery from li-ion > > >> > battery might > > >> > be stupid. Imagine I'm on train, with device like N900 (50% battery) > > >> > and power bank > > >> > (3Ah). I'm actively using the

RE: [PATCH v7 1/4] gadget: Introduce the usb charger framework

2016-04-18 Thread David Laight
From: Pavel Machek > Sent: 18 April 2016 11:40 ... > > >> > Actually, less is not stupid. Charging li-ion battery from li-ion > > >> > battery might > > >> > be stupid. Imagine I'm on train, with device like N900 (50% battery) > > >> > and power bank > > >> > (3Ah). I'm actively using the

[PATCH v2 3/3] ASoC: da7219: Add detect_jack callback in the snd_soc_codec_driver

2016-04-18 Thread Xing Zheng
This patch tell soc-jack that this codec supports jack detection. Signed-off-by: Xing Zheng --- Changes in v1: None sound/soc/codecs/da7219.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/sound/soc/codecs/da7219.c b/sound/soc/codecs/da7219.c index

[PATCH 3.4 05/92] PCI: Add VPD function 0 quirk for Intel Ethernet devices

2016-04-18 Thread lizf
From: Mark Rustad 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 7aa6ca4d39edf01f997b9e02cf6d2fdeb224f351 upstream. Set the PCI_DEV_FLAGS_VPD_REF_F0 flag on all Intel Ethernet device functions other than

[PATCH v2 1/3] ASoC: jack: Add an export of a function that calls the codec jack detection

2016-04-18 Thread Xing Zheng
This patch add an export of a function. We can fill the detect_jack function in the struct snd_soc_codec_driver, and to tell sound machine driver (simple-card) that the codec supports the jack detection feature. Then, the machine driver (simple-card) call the export function of the sound

[PATCH v2 3/3] ASoC: da7219: Add detect_jack callback in the snd_soc_codec_driver

2016-04-18 Thread Xing Zheng
This patch tell soc-jack that this codec supports jack detection. Signed-off-by: Xing Zheng --- Changes in v1: None sound/soc/codecs/da7219.c |2 ++ 1 file changed, 2 insertions(+) diff --git a/sound/soc/codecs/da7219.c b/sound/soc/codecs/da7219.c index 81c0708..5a8ff1e 100644 ---

[PATCH 3.4 05/92] PCI: Add VPD function 0 quirk for Intel Ethernet devices

2016-04-18 Thread lizf
From: Mark Rustad 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 7aa6ca4d39edf01f997b9e02cf6d2fdeb224f351 upstream. Set the PCI_DEV_FLAGS_VPD_REF_F0 flag on all Intel Ethernet device functions other than function 0, so that on

[PATCH v2 1/3] ASoC: jack: Add an export of a function that calls the codec jack detection

2016-04-18 Thread Xing Zheng
This patch add an export of a function. We can fill the detect_jack function in the struct snd_soc_codec_driver, and to tell sound machine driver (simple-card) that the codec supports the jack detection feature. Then, the machine driver (simple-card) call the export function of the sound

Re: [PATCH] mmc: drop unnecessary bit checking

2016-04-18 Thread Ulf Hansson
On 15 April 2016 at 13:16, Masahiro Yamada wrote: > This if-block is going to call mmc_card_set_blockaddr(), so > mmc_card_blockaddr() right before it is redundant. > > I am fixing the block comment style while I am here. > > Signed-off-by: Masahiro Yamada

[PATCH v2 0/3] Add support simple-card parse jack detection via external codec

2016-04-18 Thread Xing Zheng
Hi, In most cases, many codecs already supports jack detection, previouslly, we need to create a customized machine driver every time. In my opinion, the codec fill the detect_jack explicitly and tell sound framework it supports the jack detection, the simple-card is able to parse the

Re: [PATCH v4 0/3] mmc: pwrseq: convert to proper driver

2016-04-18 Thread Ulf Hansson
On 14 April 2016 at 15:02, Srinivas Kandagatla wrote: > Thanks for reviewing v3. > > This patchset aims at converting the pwrseq devices to proper in drivers, > The issue is that on Qualcomm based platforms, most of the gpios require > a pinctrl setup. Existing

Re: [PATCH] mmc: drop unnecessary bit checking

2016-04-18 Thread Ulf Hansson
On 15 April 2016 at 13:16, Masahiro Yamada wrote: > This if-block is going to call mmc_card_set_blockaddr(), so > mmc_card_blockaddr() right before it is redundant. > > I am fixing the block comment style while I am here. > > Signed-off-by: Masahiro Yamada Thanks, applied for next! Kind

[PATCH v2 0/3] Add support simple-card parse jack detection via external codec

2016-04-18 Thread Xing Zheng
Hi, In most cases, many codecs already supports jack detection, previouslly, we need to create a customized machine driver every time. In my opinion, the codec fill the detect_jack explicitly and tell sound framework it supports the jack detection, the simple-card is able to parse the

Re: [PATCH v4 0/3] mmc: pwrseq: convert to proper driver

2016-04-18 Thread Ulf Hansson
On 14 April 2016 at 15:02, Srinivas Kandagatla wrote: > Thanks for reviewing v3. > > This patchset aims at converting the pwrseq devices to proper in drivers, > The issue is that on Qualcomm based platforms, most of the gpios require > a pinctrl setup. Existing pwrseq code does not do any kind of

[PATCH 3.4 11/92] windfarm: decrement client count when unregistering

2016-04-18 Thread lizf
From: Paul Bolle 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit fe2b592173ff0274e70dc44d1d28c19bb995aa7c upstream. wf_unregister_client() increments the client count when a client unregisters. That is obviously

[PATCH 3.4 06/92] powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlers

2016-04-18 Thread lizf
From: Thomas Huth 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 1c2cb594441d02815d304cccec9742ff5c707495 upstream. The EPOW interrupt handler uses rtas_get_sensor(), which in turn uses rtas_busy_delay() to wait for

[PATCH 3.4 14/92] USB: ftdi_sio: Added custom PID for CustomWare products

2016-04-18 Thread lizf
From: Matthijs Kooijman 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 1fb8dc36384ae1140ee6ccc470de74397606a9d5 upstream. CustomWare uses the FTDI VID with custom PIDs for their ShipModul MiniPlex products.

Re: [PATCHv4 1/2] x86/vdso: add mremap hook to vm_special_mapping

2016-04-18 Thread Dmitry Safonov
On 04/15/2016 07:58 PM, Andy Lutomirski wrote: A couple minor things: - You're looking at both new_vma->vm_mm and current->mm. Is there a reason for that? If they're different, I'd be quite surprised, but maybe it would make sense to check. Ok, will add a check. - On second thought,

[PATCH 3.4 17/92] of/address: Don't loop forever in of_find_matching_node_by_address().

2016-04-18 Thread lizf
From: David Daney 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 3a496b00b6f90c41bd21a410871dfc97d4f3c7ab upstream. If the internal call to of_address_to_resource() fails, we end up looping forever in

[PATCH 3.4 15/92] eCryptfs: Invalidate dcache entries when lower i_nlink is zero

2016-04-18 Thread lizf
From: Tyler Hicks 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 5556e7e6d30e8e9b5ee51b0e5edd526ee80e5e36 upstream. Consider eCryptfs dcache entries to be stale when the corresponding lower inode's i_nlink count

[PATCH 3.4 11/92] windfarm: decrement client count when unregistering

2016-04-18 Thread lizf
From: Paul Bolle 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit fe2b592173ff0274e70dc44d1d28c19bb995aa7c upstream. wf_unregister_client() increments the client count when a client unregisters. That is obviously incorrect. Decrement that

[PATCH 3.4 06/92] powerpc/rtas: Introduce rtas_get_sensor_fast() for IRQ handlers

2016-04-18 Thread lizf
From: Thomas Huth 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 1c2cb594441d02815d304cccec9742ff5c707495 upstream. The EPOW interrupt handler uses rtas_get_sensor(), which in turn uses rtas_busy_delay() to wait for RTAS becoming ready

[PATCH 3.4 14/92] USB: ftdi_sio: Added custom PID for CustomWare products

2016-04-18 Thread lizf
From: Matthijs Kooijman 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 1fb8dc36384ae1140ee6ccc470de74397606a9d5 upstream. CustomWare uses the FTDI VID with custom PIDs for their ShipModul MiniPlex products. Signed-off-by: Matthijs

Re: [PATCHv4 1/2] x86/vdso: add mremap hook to vm_special_mapping

2016-04-18 Thread Dmitry Safonov
On 04/15/2016 07:58 PM, Andy Lutomirski wrote: A couple minor things: - You're looking at both new_vma->vm_mm and current->mm. Is there a reason for that? If they're different, I'd be quite surprised, but maybe it would make sense to check. Ok, will add a check. - On second thought,

[PATCH 3.4 17/92] of/address: Don't loop forever in of_find_matching_node_by_address().

2016-04-18 Thread lizf
From: David Daney 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 3a496b00b6f90c41bd21a410871dfc97d4f3c7ab upstream. If the internal call to of_address_to_resource() fails, we end up looping forever in of_find_matching_node_by_address().

[PATCH 3.4 15/92] eCryptfs: Invalidate dcache entries when lower i_nlink is zero

2016-04-18 Thread lizf
From: Tyler Hicks 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 5556e7e6d30e8e9b5ee51b0e5edd526ee80e5e36 upstream. Consider eCryptfs dcache entries to be stale when the corresponding lower inode's i_nlink count is zero. This solves a

[PATCH 3.4 09/92] auxdisplay: ks0108: fix refcount

2016-04-18 Thread lizf
From: Sudip Mukherjee 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit bab383de3b84e584b0f09227151020b2a43dc34c upstream. parport_find_base() will implicitly do parport_get_port() which increases the refcount.

[PATCH v2 2/3] ASoC: simple-card: Add support call the codec jack detection after parse dts

2016-04-18 Thread Xing Zheng
In most cases, many codecs already supports jack detection, previouslly, we need to create a customized machine driver every time. Hence, the simple-card need to support use them dynamically via parse dts file for better flexibility. Signed-off-by: Xing Zheng ---

[PATCH 3.4 13/92] usb: host: ehci-sys: delete useless bus_to_hcd conversion

2016-04-18 Thread lizf
From: Peter Chen 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 0521cfd06e1ebcd575e7ae36aab068b38df23850 upstream. The ehci platform device's drvdata is the pointer of struct usb_hcd already, so we doesn't need

[PATCH 3.4 07/92] svcrdma: Fix send_reply() scatter/gather set-up

2016-04-18 Thread lizf
From: Chuck Lever 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 9d11b51ce7c150a69e761e30518f294fc73d55ff upstream. The Linux NFS server returns garbage in the data payload of inline NFS/RDMA READ replies. These

Re: [PATCH v7 1/4] gadget: Introduce the usb charger framework

2016-04-18 Thread Felipe Balbi
Hi, Pavel Machek writes: >> >> > a) you are connected to a dedicated charger >> >> > >> >> > In this case, you can get up to 2000mA depending on the charger. >> >> > >> >> > If $this charger can give you or not 2000mA is not detectable, >> >> > so what do

[PATCH 3.4 09/92] auxdisplay: ks0108: fix refcount

2016-04-18 Thread lizf
From: Sudip Mukherjee 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit bab383de3b84e584b0f09227151020b2a43dc34c upstream. parport_find_base() will implicitly do parport_get_port() which increases the refcount. Then

[PATCH v2 2/3] ASoC: simple-card: Add support call the codec jack detection after parse dts

2016-04-18 Thread Xing Zheng
In most cases, many codecs already supports jack detection, previouslly, we need to create a customized machine driver every time. Hence, the simple-card need to support use them dynamically via parse dts file for better flexibility. Signed-off-by: Xing Zheng --- Changes in v1: None

[PATCH 3.4 13/92] usb: host: ehci-sys: delete useless bus_to_hcd conversion

2016-04-18 Thread lizf
From: Peter Chen 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 0521cfd06e1ebcd575e7ae36aab068b38df23850 upstream. The ehci platform device's drvdata is the pointer of struct usb_hcd already, so we doesn't need to call bus_to_hcd

[PATCH 3.4 07/92] svcrdma: Fix send_reply() scatter/gather set-up

2016-04-18 Thread lizf
From: Chuck Lever 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 9d11b51ce7c150a69e761e30518f294fc73d55ff upstream. The Linux NFS server returns garbage in the data payload of inline NFS/RDMA READ replies. These are READs of under 1000

Re: [PATCH v7 1/4] gadget: Introduce the usb charger framework

2016-04-18 Thread Felipe Balbi
Hi, Pavel Machek writes: >> >> > a) you are connected to a dedicated charger >> >> > >> >> > In this case, you can get up to 2000mA depending on the charger. >> >> > >> >> > If $this charger can give you or not 2000mA is not detectable, >> >> > so what do charging ICs do

[PATCH 3.4 33/92] ARM: 7880/1: Clear the IT state independent of the Thumb-2 mode

2016-04-18 Thread lizf
From: "T.J. Purtell" 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 6ecf830e5029598732e04067e325d946097519cb upstream. The ARM architecture reference specifies that the IT state bits in the PSR must be all zeros in

[PATCH 3.4 32/92] perf header: Fixup reading of HEADER_NRCPUS feature

2016-04-18 Thread lizf
From: Arnaldo Carvalho de Melo 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit caa470475d9b59eeff093ae650800d34612c4379 upstream. The original patch introducing this header wrote the number of CPUs available and online

[PATCH 3.4 30/92] ARM: 8429/1: disable GCC SRA optimization

2016-04-18 Thread lizf
From: Ard Biesheuvel 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit a077224fd35b2f7fbc93f14cf67074fc792fbac2 upstream. While working on the 32-bit ARM port of UEFI, I noticed a strange corruption in the kernel

[PATCH 3.4 23/92] IB/uverbs: reject invalid or unknown opcodes

2016-04-18 Thread lizf
From: Christoph Hellwig 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit b632ffa7cee439ba5dce3b3bc4a5cbe2b3e20133 upstream. We have many WR opcodes that are only supported in kernel space and/or require optional information

[PATCH 3.4 33/92] ARM: 7880/1: Clear the IT state independent of the Thumb-2 mode

2016-04-18 Thread lizf
From: "T.J. Purtell" 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 6ecf830e5029598732e04067e325d946097519cb upstream. The ARM architecture reference specifies that the IT state bits in the PSR must be all zeros in ARM mode or behavior

[PATCH 3.4 32/92] perf header: Fixup reading of HEADER_NRCPUS feature

2016-04-18 Thread lizf
From: Arnaldo Carvalho de Melo 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit caa470475d9b59eeff093ae650800d34612c4379 upstream. The original patch introducing this header wrote the number of CPUs available and online in one order and

[PATCH 3.4 30/92] ARM: 8429/1: disable GCC SRA optimization

2016-04-18 Thread lizf
From: Ard Biesheuvel 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit a077224fd35b2f7fbc93f14cf67074fc792fbac2 upstream. While working on the 32-bit ARM port of UEFI, I noticed a strange corruption in the kernel log. The following

[PATCH 3.4 23/92] IB/uverbs: reject invalid or unknown opcodes

2016-04-18 Thread lizf
From: Christoph Hellwig 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit b632ffa7cee439ba5dce3b3bc4a5cbe2b3e20133 upstream. We have many WR opcodes that are only supported in kernel space and/or require optional information to be copied

[PATCH 3.4 25/92] crypto: ghash-clmulni: specify context size for ghash async algorithm

2016-04-18 Thread lizf
From: Andrey Ryabinin 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 71c6da846be478a61556717ef1ee1cea91f5d6a8 upstream. Currently context size (cra_ctxsize) doesn't specified for ghash_async_alg. Which means it's

[PATCH 3.4 27/92] hfs,hfsplus: cache pages correctly between bnode_create and bnode_free

2016-04-18 Thread lizf
From: Hin-Tak Leung 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 7cb74be6fd827e314f81df3c5889b87e4c87c569 upstream. Pages looked up by __hfs_bnode_create() (called by hfs_bnode_create() and

Re: [PATCH v7 1/4] gadget: Introduce the usb charger framework

2016-04-18 Thread Pavel Machek
On Mon 2016-04-18 13:55:17, Felipe Balbi wrote: > > Hi, > > Felipe Balbi writes: > >> But cellphone user knows what he connected his charger to, and that's > >> why it is useful to be able to lower the current. Even when you said > >> "less is just stupid" I demonstrated it is

[PATCH v2 2/4] io-mapping: Specify mapping size for io_mapping_map_wc()

2016-04-18 Thread Chris Wilson
The ioremap() hidden behind the io_mapping_map_wc() convenience helper can be used for remapping multiple pages. Extend the helper so that future callers can use it for larger ranges. Signed-off-by: Chris Wilson Cc: Tvrtko Ursulin Cc: Daniel

[PATCH] ASoC: docs: add clocking examples for DAI formats

2016-04-18 Thread Peter Rosin
Provide *our* view of what the rules are for the different DAI formats, so that we do not have to trust external interpretations for this crucial bit of interoperability. Signed-off-by: Peter Rosin --- Documentation/sound/alsa/soc/clocking.txt | 110

[PATCH 3.4 21/92] IB/uverbs: Fix race between ib_uverbs_open and remove_one

2016-04-18 Thread lizf
From: Yishai Hadas 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 35d4a0b63dc0c6d1177d4f532a9deae958f0662c upstream. Fixes: 2a72f212263701b927559f6850446421d5906c41 ("IB/uverbs: Remove dev_table") Before this

Re: Kernel docs: muddying the waters a bit

2016-04-18 Thread Mauro Carvalho Chehab
Em Mon, 18 Apr 2016 10:10:17 +0200 Markus Heiser escreveu: > Hi Mauro, hi kernel-doc authors, > > Am 12.04.2016 um 15:58 schrieb Mauro Carvalho Chehab > : > > > Em Fri, 8 Apr 2016 17:12:27 +0200 > > Markus Heiser

[PATCH 3.4 20/92] IB/mlx4: Use correct SL on AH query under RoCE

2016-04-18 Thread lizf
From: Noa Osherovich 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 5e99b139f1b68acd65e36515ca347b03856dfb5a upstream. The mlx4 IB driver implementation for ib_query_ah used a wrong offset (28 instead of 29) when

[PATCH 3.4 25/92] crypto: ghash-clmulni: specify context size for ghash async algorithm

2016-04-18 Thread lizf
From: Andrey Ryabinin 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 71c6da846be478a61556717ef1ee1cea91f5d6a8 upstream. Currently context size (cra_ctxsize) doesn't specified for ghash_async_alg. Which means it's zero. Thus

[PATCH 3.4 27/92] hfs,hfsplus: cache pages correctly between bnode_create and bnode_free

2016-04-18 Thread lizf
From: Hin-Tak Leung 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 7cb74be6fd827e314f81df3c5889b87e4c87c569 upstream. Pages looked up by __hfs_bnode_create() (called by hfs_bnode_create() and hfs_bnode_find() for finding or creating

Re: [PATCH v7 1/4] gadget: Introduce the usb charger framework

2016-04-18 Thread Pavel Machek
On Mon 2016-04-18 13:55:17, Felipe Balbi wrote: > > Hi, > > Felipe Balbi writes: > >> But cellphone user knows what he connected his charger to, and that's > >> why it is useful to be able to lower the current. Even when you said > >> "less is just stupid" I demonstrated it is not, at least in

[PATCH v2 2/4] io-mapping: Specify mapping size for io_mapping_map_wc()

2016-04-18 Thread Chris Wilson
The ioremap() hidden behind the io_mapping_map_wc() convenience helper can be used for remapping multiple pages. Extend the helper so that future callers can use it for larger ranges. Signed-off-by: Chris Wilson Cc: Tvrtko Ursulin Cc: Daniel Vetter Cc: Jani Nikula Cc: David Airlie Cc: Yishai

[PATCH] ASoC: docs: add clocking examples for DAI formats

2016-04-18 Thread Peter Rosin
Provide *our* view of what the rules are for the different DAI formats, so that we do not have to trust external interpretations for this crucial bit of interoperability. Signed-off-by: Peter Rosin --- Documentation/sound/alsa/soc/clocking.txt | 110 +- 1 file

[PATCH 3.4 21/92] IB/uverbs: Fix race between ib_uverbs_open and remove_one

2016-04-18 Thread lizf
From: Yishai Hadas 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 35d4a0b63dc0c6d1177d4f532a9deae958f0662c upstream. Fixes: 2a72f212263701b927559f6850446421d5906c41 ("IB/uverbs: Remove dev_table") Before this commit there was a device

Re: Kernel docs: muddying the waters a bit

2016-04-18 Thread Mauro Carvalho Chehab
Em Mon, 18 Apr 2016 10:10:17 +0200 Markus Heiser escreveu: > Hi Mauro, hi kernel-doc authors, > > Am 12.04.2016 um 15:58 schrieb Mauro Carvalho Chehab > : > > > Em Fri, 8 Apr 2016 17:12:27 +0200 > > Markus Heiser escreveu: > > > >> Hi kernel-doc authors, > >> > >> motivated by this MT,

[PATCH 3.4 20/92] IB/mlx4: Use correct SL on AH query under RoCE

2016-04-18 Thread lizf
From: Noa Osherovich 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 5e99b139f1b68acd65e36515ca347b03856dfb5a upstream. The mlx4 IB driver implementation for ib_query_ah used a wrong offset (28 instead of 29) when link type is Ethernet.

[PATCH 3.4 28/92] hfs: fix B-tree corruption after insertion at position 0

2016-04-18 Thread lizf
From: Hin-Tak Leung 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit b4cc0efea4f0bfa2477c56af406cfcf3d3e58680 upstream. Fix B-tree corruption when a new record is inserted at position 0 in the node in

[PATCH 3.4 28/92] hfs: fix B-tree corruption after insertion at position 0

2016-04-18 Thread lizf
From: Hin-Tak Leung 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit b4cc0efea4f0bfa2477c56af406cfcf3d3e58680 upstream. Fix B-tree corruption when a new record is inserted at position 0 in the node in hfs_brec_insert(). This is an

[PATCH 3.4 38/92] ASoC: fix broken pxa SoC support

2016-04-18 Thread lizf
From: Robert Jarzmik 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 3c8f7710c1c44fb650bc29b6ef78ed8b60cfaa28 upstream. The previous fix of pxa library support, which was introduced to fix the library dependency,

[PATCH 3.4 38/92] ASoC: fix broken pxa SoC support

2016-04-18 Thread lizf
From: Robert Jarzmik 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 3c8f7710c1c44fb650bc29b6ef78ed8b60cfaa28 upstream. The previous fix of pxa library support, which was introduced to fix the library dependency, broke the previous SoC

[PATCH 3.4 40/92] md/raid0: apply base queue limits *before* disk_stack_limits

2016-04-18 Thread lizf
From: NeilBrown 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 66eefe5de11db1e0d8f2edc3880d50e7c36a9d43 upstream. Calling e.g. blk_queue_max_hw_sectors() after calls to disk_stack_limits() discards the settings

[PATCH 3.4 36/92] module: Fix locking in symbol_put_addr()

2016-04-18 Thread lizf
From: Peter Zijlstra 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 275d7d44d802ef271a42dc87ac091a495ba72fc5 upstream. Poma (on the way to another bug) reported an assertion triggering: []

[PATCH for-next] spi: bcm53xx: add spi_flash_read callback for MMIO-based reads

2016-04-18 Thread Rafał Miłecki
This implements more efficient reads of SPI-attached flash content. Signed-off-by: Rafał Miłecki --- drivers/spi/spi-bcm53xx.c | 73 +-- 1 file changed, 71 insertions(+), 2 deletions(-) diff --git a/drivers/spi/spi-bcm53xx.c

Re: [PATCH v10 2/9] dt-bindings: pinctrl: Deprecate Tegra XUSB pad controller binding

2016-04-18 Thread Thierry Reding
On Tue, Mar 15, 2016 at 10:01:25AM +0100, Linus Walleij wrote: > On Fri, Mar 4, 2016 at 5:19 PM, Thierry Reding > wrote: > > > From: Thierry Reding > > > > This is an old version of the binding that isn't flexible enough to > > describe all aspects

Re: [PATCH v10 2/9] dt-bindings: pinctrl: Deprecate Tegra XUSB pad controller binding

2016-04-18 Thread Thierry Reding
On Tue, Mar 15, 2016 at 10:01:25AM +0100, Linus Walleij wrote: > On Fri, Mar 4, 2016 at 5:19 PM, Thierry Reding > wrote: > > > From: Thierry Reding > > > > This is an old version of the binding that isn't flexible enough to > > describe all aspects of the XUSB pad controller. Specifically with

[PATCH 3.4 40/92] md/raid0: apply base queue limits *before* disk_stack_limits

2016-04-18 Thread lizf
From: NeilBrown 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 66eefe5de11db1e0d8f2edc3880d50e7c36a9d43 upstream. Calling e.g. blk_queue_max_hw_sectors() after calls to disk_stack_limits() discards the settings determined by

[PATCH 3.4 36/92] module: Fix locking in symbol_put_addr()

2016-04-18 Thread lizf
From: Peter Zijlstra 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 275d7d44d802ef271a42dc87ac091a495ba72fc5 upstream. Poma (on the way to another bug) reported an assertion triggering: [] module_assert_mutex_or_preempt+0x49/0x90

[PATCH for-next] spi: bcm53xx: add spi_flash_read callback for MMIO-based reads

2016-04-18 Thread Rafał Miłecki
This implements more efficient reads of SPI-attached flash content. Signed-off-by: Rafał Miłecki --- drivers/spi/spi-bcm53xx.c | 73 +-- 1 file changed, 71 insertions(+), 2 deletions(-) diff --git a/drivers/spi/spi-bcm53xx.c

IMPORTANT MAIL TO YOU

2016-04-18 Thread verifelaw
I am Capt. Lawrence Tyman, an officer in US Army,and also a West Point Graduate, serving in the Military with the 82nd Air Borne Division Peace keeping force deployed from Afganistan to Syria. We were moved to Syria from Iraq as the last batch just left,and i really need your help in assisting

IMPORTANT MAIL TO YOU

2016-04-18 Thread verifelaw
I am Capt. Lawrence Tyman, an officer in US Army,and also a West Point Graduate, serving in the Military with the 82nd Air Borne Division Peace keeping force deployed from Afganistan to Syria. We were moved to Syria from Iraq as the last batch just left,and i really need your help in assisting

[PATCH 3.4 53/92] regmap: debugfs: Ensure we don't underflow when printing access masks

2016-04-18 Thread lizf
From: Mark Brown 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit b763ec17ac762470eec5be8ebcc43e4f8b2c2b82 upstream. If a read is attempted which is smaller than the line length then we may underflow the subtraction

Re: [PATCH] macsec: fix crypto Kconfig dependency

2016-04-18 Thread Arnd Bergmann
On Monday 18 April 2016 18:43:36 Herbert Xu wrote: > > It's kind of silly really now that IPv4 selects CRYPTO which > means that you can't really avoid seeing all those options which > most users won't care about. I had not noticed that IPv4 does it, but that is a good point. We have had a

[PATCH 3.4 55/92] KVM: x86: trap AMD MSRs for the TSeg base and mask

2016-04-18 Thread lizf
From: Paolo Bonzini 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 3afb1121800128aae9f5722e50097fcf1a9d4d88 upstream. These have roughly the same purpose as the SMRR, which we do not need to implement in KVM.

[PATCH 3.4 43/92] IB/cm: Fix rb-tree duplicate free and use-after-free

2016-04-18 Thread lizf
From: Doron Tsur 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 0ca81a2840f77855bbad1b9f172c545c4dc9e6a4 upstream. ib_send_cm_sidr_rep could sometimes erase the node from the sidr (depending on errors in the

[PATCH 3.4 53/92] regmap: debugfs: Ensure we don't underflow when printing access masks

2016-04-18 Thread lizf
From: Mark Brown 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit b763ec17ac762470eec5be8ebcc43e4f8b2c2b82 upstream. If a read is attempted which is smaller than the line length then we may underflow the subtraction we're doing with the

Re: [PATCH] macsec: fix crypto Kconfig dependency

2016-04-18 Thread Arnd Bergmann
On Monday 18 April 2016 18:43:36 Herbert Xu wrote: > > It's kind of silly really now that IPv4 selects CRYPTO which > means that you can't really avoid seeing all those options which > most users won't care about. I had not noticed that IPv4 does it, but that is a good point. We have had a

[PATCH 3.4 55/92] KVM: x86: trap AMD MSRs for the TSeg base and mask

2016-04-18 Thread lizf
From: Paolo Bonzini 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 3afb1121800128aae9f5722e50097fcf1a9d4d88 upstream. These have roughly the same purpose as the SMRR, which we do not need to implement in KVM. However, Linux accesses

[PATCH 3.4 43/92] IB/cm: Fix rb-tree duplicate free and use-after-free

2016-04-18 Thread lizf
From: Doron Tsur 3.4.112-rc1 review patch. If anyone has any objections, please let me know. -- commit 0ca81a2840f77855bbad1b9f172c545c4dc9e6a4 upstream. ib_send_cm_sidr_rep could sometimes erase the node from the sidr (depending on errors in the process). Since

<    8   9   10   11   12   13   14   15   16   17   >