[PATCH 1/4] input: Add support for the tm2 touchkey device driver

2017-01-02 Thread Jaechul Lee
This patch adds the binding description of the tm2 touchkey device driver. Signed-off-by: Jaechul Lee --- .../bindings/input/samsung,tm2-touchkey.txt| 27 ++ 1 file changed, 27 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/samsung,tm2-touc

[no subject]

2017-01-02 Thread системы администратор
внимания; Ваши сообщения превысил лимит памяти, который составляет 5 Гб, определенных администратором, который в настоящее время работает на 10.9GB, Вы не сможете отправить или получить новую почту, пока вы повторно не проверить ваш почтовый ящик почты. Чтобы восстановить работоспособность Ва

[PATCH 3/4] arm64: dts: exynos: make tm2 and tm2e independent from each other

2017-01-02 Thread Jaechul Lee
From: Andi Shyti Currently tm2e dts includes tm2 but there are some differences between the two boards and tm2 has some properties that tm2e doesn't have. That's why it's important to keep the two dts files independent and put all the commonalities in a tm2-common.dtsi file. Signed-off-by: Andi

[PATCH 4/4] arm64: dts: exynos: Add tm2 touchkey node

2017-01-02 Thread Jaechul Lee
Add DT node support for TM2 touchkey device. Signed-off-by: Jaechul Lee Signed-off-by: Beomho Seo Signed-off-by: Andi Shyti --- arch/arm64/boot/dts/exynos/exynos5433-tm2.dts | 12 1 file changed, 12 insertions(+) diff --git a/arch/arm64/boot/dts/exynos/exynos5433-tm2.dts b/arch/

[PATCH 2/4] input: tm2-touchkey: Add touchkey driver support for TM2

2017-01-02 Thread Jaechul Lee
This patch adds support for the TM2 touch key and led functionlity. The driver interfaces with userspace through an input device and reports KEY_PHONE and KEY_BACK event types. LED brightness can be controlled by "/sys/class/leds/tm2-touchkey/brightness". Signed-off-by: Jaechul Lee Signed-off-by

[PATCH 0/4] Add touch key driver support for TM2

2017-01-02 Thread Jaechul Lee
Hi, This patchset adds support for the tm2 touchkey device. The driver has been ported from Tizen Kernel, originally written by Beomho. I ported it to the latest mainline Kernel. dts has been separated between tm2 and tm2e because touchkey is present in tm2 but not tm2e. Best Regards, Jaechul

RE: [PATCH V2] arm64:dts:ls1046a: Add TMU device tree support

2017-01-02 Thread Troy Jia
> Subject: Re: [PATCH V2] arm64:dts:ls1046a: Add TMU device tree support > > On Tue, Jan 03, 2017 at 02:42:19PM +0800, Jia Hongtao wrote: > > Also add nodes and properties for thermal management support. > > > > Signed-off-by: Jia Hongtao > > The subject prefix is still not so right. There sho

Re: [PATCH v6 06/14] irqchip: gicv3-its: platform-msi: refactor its_pmsi_init() to prepare for ACPI

2017-01-02 Thread Tomasz Nowicki
Hi, Can we merge patch 4 & 6 into one patch so that we keep refactoring part as one piece ? I do not see a reason to keep them separate or have patch 5 in between. You can refactor what needs to be refactored, add necessary functions to iort.c and then support ACPI for irq-gic-v3-its-platform

Re: [PATCH v7 2/2] tpm: add securityfs support for TPM 2.0 firmware event log

2017-01-02 Thread Nayna
On 01/03/2017 03:42 AM, Jarkko Sakkinen wrote: On Sun, Dec 11, 2016 at 12:35:33AM -0500, Nayna Jain wrote: Unlike the device driver support for TPM 1.2, the TPM 2.0 does not support the securityfs pseudo files for displaying the firmware event log. This patch enables support for providing the

[no subject]

2017-01-02 Thread системы администратор
внимания; Ваши сообщения превысил лимит памяти, который составляет 5 Гб, определенных администратором, который в настоящее время работает на 10.9GB, Вы не сможете отправить или получить новую почту, пока вы повторно не проверить ваш почтовый ящик почты. Чтобы восстановить работоспособность Ва

[no subject]

2017-01-02 Thread системы администратор
внимания; Ваши сообщения превысил лимит памяти, который составляет 5 Гб, определенных администратором, который в настоящее время работает на 10.9GB, Вы не сможете отправить или получить новую почту, пока вы повторно не проверить ваш почтовый ящик почты. Чтобы восстановить работоспособность Ва

Re: [PATCH v2 0/2] ALSA: Fix usb-audio races

2017-01-02 Thread Ioan-Adrian Ratiu
On Mon, 02 Jan 2017, Ioan-Adrian Ratiu wrote: > Many thanks to Takashi Iwai & Sakamoto for their awesome feedback. > > Changes since v1: > * Rebased my fix on top of tiwai's revert and integrated the changes > from the original fix into this. > * Dropped the stop_endpoints() call insid

Re: [lkp-developer] [sched/core] 6b94780e45: unixbench.score -4.5% regression

2017-01-02 Thread Ye Xiaolong
On 01/02, Vincent Guittot wrote: >Hi Xiaolong, > >Le Monday 19 Dec 2016 à 08:14:53 (+0800), kernel test robot a écrit : >> >> Greeting, >> >> FYI, we noticed a -4.5% regression of unixbench.score due to commit: > >I have been able to restore performance on my platform with the patch below. >Could y

Re: linux-next: Tree for Jan 3

2017-01-02 Thread Leon Romanovsky
On Tue, Jan 03, 2017 at 03:56:08PM +1100, Stephen Rothwell wrote: > Hi all, > > Changes since 20161224: > > Dropped tree: rdma-leon (complex conflicts) Thanks Stephen, It is our fault. https://www.mail-archive.com/netdev@vger.kernel.org/msg145455.html I'm fixing it right now. signature.asc Desc

Re: [PATCH V2] arm64:dts:ls1046a: Add TMU device tree support

2017-01-02 Thread Shawn Guo
On Tue, Jan 03, 2017 at 02:42:19PM +0800, Jia Hongtao wrote: > Also add nodes and properties for thermal management support. > > Signed-off-by: Jia Hongtao The subject prefix is still not so right. There should be a space after each colon. > --- > Changes for V2: > * Update the subject title a

Re: [PATCH v2 RESEND] video: backlight: pwm_bl: Initialize fb_bl_on[x] and use_count during pwm_backlight_probe()

2017-01-02 Thread Lukasz Majewski
Dear All, A gentle ping for this patch :-) We had a discussion about it in a following thread: http://patchwork.ozlabs.org/patch/689786/ According to comments, I've prepared v2 of this commit and also resend it recently: http://patchwork.ozlabs.org/patch/708844/ Any new comments? Thanks in

[PATCH v4 3/3] MAINTAINERS: add zx2967 SoC drivers to ARM ZTE architecture

2017-01-02 Thread Baoyou Xie
Add the ZTE SoC drivers as maintained by ARM ZTE architecture maintainers, as they're parts of the core IP. By the way, this patch adds the maintainer for ARM ZTE architecture to Baoyou Xie. Signed-off-by: Baoyou Xie --- MAINTAINERS | 4 1 file changed, 4 insertions(+) diff --git a/MAINTA

[PATCH v4 2/3] soc: zte: pm_domains: Add support for zx296718 board

2017-01-02 Thread Baoyou Xie
This patch introduces the power domain driver of zx296718 which belongs to zte's zx2967 family. Signed-off-by: Baoyou Xie --- drivers/soc/zte/Makefile | 2 +- drivers/soc/zte/zx296718_pm_domains.c | 194 ++ 2 files changed, 195 insertions(+), 1 dele

[PATCH v4 1/3] soc: zte: pm_domains: Prepare for supporting ARMv8 zx2967 family

2017-01-02 Thread Baoyou Xie
The ARMv8 zx2967 family (296718, 296716 etc) uses different value for controlling the power domain on/off registers, Choose the value depending on the compatible. Multiple domains are prepared for the family, this patch prepares the common functions. Signed-off-by: Baoyou Xie --- drivers/soc/Kc

Re: [PATCH v2 1/3] ARM: dts: imx6dl: Add Engicam i.CoreM6 DualLite/Solo RQS initial support

2017-01-02 Thread Shawn Guo
On Mon, Jan 02, 2017 at 02:40:18PM +0100, Jagan Teki wrote: > From: Jagan Teki > > i.CoreM6 DualLite/Solo modules are system on module solutions manufactured > by Engicam with following characteristics: > CPU NXP i.MX6 DL, 800MHz > RAM 1GB, 32, 64 bit, DDR3-800/1066 > NAND

[PATCH V2] arm64:dts:ls1046a: Add TMU device tree support

2017-01-02 Thread Jia Hongtao
Also add nodes and properties for thermal management support. Signed-off-by: Jia Hongtao --- Changes for V2: * Update the subject title according to Shawn Guo's comment. * Add comments for calibration data groups. * Update "thermal-zones" property in a unified style with platform dts. arch/arm6

Re: [PATCH v6 23/25] usb: chipidea: Pullup D+ in device mode via phy APIs

2017-01-02 Thread Peter Chen
On Wed, Dec 28, 2016 at 02:57:09PM -0800, Stephen Boyd wrote: > If the phy supports it, call phy_set_mode() to pull up D+ when > required by setting the mode to PHY_MODE_USB_DEVICE. If we want > to remove the pullup, set the mode to PHY_MODE_USB_HOST. > > Cc: Peter Chen > Cc: Greg Kroah-Hartman

Re: LTP rwtest01 blocks on DAX mountpoint

2017-01-02 Thread Xiong Zhou
On Mon, Jan 02, 2017 at 02:49:41PM -0700, Ross Zwisler wrote: > On Mon, Jan 02, 2017 at 06:16:17PM +0100, Jan Kara wrote: > > On Fri 30-12-16 17:33:53, Xiong Zhou wrote: > > > On Sat, Dec 24, 2016 at 07:07:14PM +0800, Xiong Zhou wrote: > > > > Hi lists, snip > > I was trying to reproduce this but f

[PATCH v2 1/1] usb: xhci: clear EINT bit in status correctly

2017-01-02 Thread Lu Baolu
EINT(Event Interrupt) is a write-1-to-clear type of bit in xhci status register. It should be cleared by writing a 1. Writing 0 to this bit has no effect. Xhci driver tries to clear this bit by writing 0 to it. This is not the right way to go. This patch corrects this by reading the register first

Re: [PATCH v6 22/25] usb: chipidea: Drop lock across event_notify during gadget stop

2017-01-02 Thread Peter Chen
On Wed, Dec 28, 2016 at 02:57:08PM -0800, Stephen Boyd wrote: > The CI_HDRC_CONTROLLER_STOPPED_EVENT may want to call sleeping > APIs similar to how _gadget_stop_activity() may. Let's drop the > lock across the event so that glue drivers can make sleeping > calls. > > Cc: Peter Chen > Cc: Greg Kr

Re: [PATCH v6 8/9] dt-bindings: mux-adg792a: document devicetree bindings for ADG792A/G mux

2017-01-02 Thread Peter Rosin
On 2017-01-02 22:13, Jonathan Cameron wrote: > > > On 2 January 2017 20:47:58 GMT+00:00, Peter Rosin wrote: >> On 2017-01-02 19:05, Jonathan Cameron wrote: >>> On 02/01/17 16:01, Peter Rosin wrote: On 2017-01-01 12:00, Jonathan Cameron wrote: > On 30/11/16 08:17, Peter Rosin wrote:

RE: [PATCH 1/2] arm64:dt:ls1046a: Add TMU device tree support for LS1046A

2017-01-02 Thread Troy Jia
> > On Tue, Jan 03, 2017 at 03:49:33AM +, Troy Jia wrote: > > > > @@ -279,6 +282,82 @@ > > > > clocks = <&sysclk>; > > > > }; > > > > > > > > + tmu: tmu@1f0 { > > > > + compatible = "fsl,qoriq-tmu"; > > > > +

Re: [RFC PATCH] ACPI/PCI: Fix bus range comparation in pci_mcfg_lookup

2017-01-02 Thread Tomasz Nowicki
On 22.12.2016 10:07, Zhou Wang wrote: Multiple PCIe host bridges may exists in one PCIe segment. So bus range for each host bridge should be in the coverage of bus range of related PCIe segment. This patch will support this kind of scenario: MCFG: bus range: 0x00~0xff. segment:

[PATCH 3/6] PCI/ASPM: Read and setup L1 substate capabilities

2017-01-02 Thread Rajat Jain
The PCIe spec says that only function 0 of a multi-function downstream component would implement the capability structure. This patch adds code to read the L1 substate capability structures of upstream and downstream components of the link, and sets it up in the device structure. Signed-off-by: R

[PATCH 6/6] PCI/ASPM: Add comment about L1 substate latency

2017-01-02 Thread Rajat Jain
Since the exit latencies for L1 substates are not advertised by a device, it is not clear in spec how to do a L1 substate exit latency check. We assume that the L1 exit latencies advertised by a device include L1 substate latencies (and hence do not do any check). If that is not true, we should do

[PATCH 4/6] PCI/ASPM: Calculate and save the L1.2 timing parameters

2017-01-02 Thread Rajat Jain
Calculate and save the timing parameters that need to be programmed if we need to enable L1.2 substates later. We use the same logic (and a constant value for 1 of the parameters) as used by Intel's coreboot: https://www.coreboot.org/pipermail/coreboot-gerrit/2015-March/021134.html https://review

[PATCH 8/8] ARM: dts: imx6q-evi: Fix onboard hub reset line

2017-01-02 Thread Peter Chen
From: Joshua Clayton Previously the onboard hub was made to work by treating its reset gpio as a regulator enable. Get rid of that kludge now that pwseq has added reset gpio support Move pin muxing the hub reset pin into the usbh1 group Signed-off-by: Joshua Clayton Signed-off-by: Peter Chen -

[PATCH 2/6] PCI/ASPM: Introduce L1 substates and a Kconfig for it

2017-01-02 Thread Rajat Jain
Introduce the L1 sub states. (For details about L1 substates, please refer to: https://pcisig.com/sites/default/files/specification_documents/ECN_L1_PM_Substates_with_CLKREQ_31_May_2013_Rev10a.pdf) This patch adds macros for the 4 new L1 substates, and adds a new ASPM "POWER_SUPERSAVE" policy that

[PATCH 5/6] PCI/ASPM: Actually configure the L1 substate settings to the device

2017-01-02 Thread Rajat Jain
Add code to actually configure the L1 substate settigns on the upstream and downstream device, while taking care of the rules dictated by the PCIe spec. Signed-off-by: Rajat Jain --- drivers/pci/pcie/aspm.c | 106 +++- 1 file changed, 104 insertions(+)

[PATCH 0/6] PCI/ASPM: Add PCIe L1 PM substate support

2017-01-02 Thread Rajat Jain
This patchset adds the PCIe L1 PM substate support to the kernel. The feature is described at: https://pcisig.com/sites/default/files/specification_documents/ECN_L1_PM_Substates_with_CLKREQ_31_May_2013_Rev10a.pdf Its all logically one patch (and may be some of them should be squashed later) , but

[PATCH 1/6] PCI: Add L1 substate capability structure register definitions

2017-01-02 Thread Rajat Jain
These definitions will be used in subsequent patches. Signed-off-by: Rajat Jain --- include/uapi/linux/pci_regs.h | 16 1 file changed, 16 insertions(+) diff --git a/include/uapi/linux/pci_regs.h b/include/uapi/linux/pci_regs.h index 174d114..f48d06e 100644 --- a/include/uapi/l

[PATCH 7/8] ARM: dts: imx6qdl-udoo.dtsi: fix onboard USB HUB property

2017-01-02 Thread Peter Chen
The current dts describes USB HUB's property at USB controller's entry, it is improper. The USB HUB should be the child node under USB controller, and power sequence properties are under it. Besides, using gpio pinctrl setting for USB2415's reset pin. Signed-off-by: Peter Chen Signed-off-by: Josh

[PATCH 5/8] usb: chipidea: let chipidea core device of_node equal's glue layer device of_node

2017-01-02 Thread Peter Chen
From: Peter Chen At device tree, we have no device node for chipidea core, the glue layer's node is the parent node for host and udc device. But in related driver, the parent device is chipidea core. So, in order to let the common driver get parent's node, we let the core's device node equals glu

[PATCH 6/8] ARM: dts: imx6qdl: Enable usb node children with

2017-01-02 Thread Peter Chen
From: Joshua Clayton Give usb nodes #address and #size attributes, so that a child node representing a permanently connected device such as an onboard hub may be addressed with a attribute Signed-off-by: Joshua Clayton Signed-off-by: Peter Chen --- arch/arm/boot/dts/imx6qdl.dtsi | 6 ++

[PATCH 4/8] usb: core: add power sequence handling for USB devices

2017-01-02 Thread Peter Chen
Some hard-wired USB devices need to do power sequence to let the device work normally, the typical power sequence like: enable USB PHY clock, toggle reset pin, etc. But current Linux USB driver lacks of such code to do it, it may cause some hard-wired USB devices works abnormal or can't be recogniz

[PATCH 3/8] binding-doc: usb: usb-device: add optional properties for power sequence

2017-01-02 Thread Peter Chen
Add optional properties for power sequence. Signed-off-by: Peter Chen Acked-by: Rob Herring --- Documentation/devicetree/bindings/usb/usb-device.txt | 10 +- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/Documentation/devicetree/bindings/usb/usb-device.txt b/Documentatio

[PATCH 2/8] power: add power sequence library

2017-01-02 Thread Peter Chen
We have an well-known problem that the device needs to do some power sequence before it can be recognized by related host, the typical example like hard-wired mmc devices and usb devices. This power sequence is hard to be described at device tree and handled by related host driver, so we have crea

[PATCH 1/8] binding-doc: power: pwrseq-generic: add binding doc for generic power sequence library

2017-01-02 Thread Peter Chen
Add binding doc for generic power sequence library. Signed-off-by: Peter Chen Acked-by: Philipp Zabel Acked-by: Rob Herring --- .../bindings/power/pwrseq/pwrseq-generic.txt | 48 ++ 1 file changed, 48 insertions(+) create mode 100644 Documentation/devicetree/binding

[PATCH 0/8] power: add power sequence library

2017-01-02 Thread Peter Chen
Hi all, This is a follow-up for my last power sequence framework patch set [1]. According to Rob Herring and Ulf Hansson's comments[2]. The kinds of power sequence instances will be added at postcore_initcall, the match criteria is compatible string first, if the compatible string is not matched b

RE:FW : Aluminum gravity die casting

2017-01-02 Thread Bob
Hello, We are the specialized manufacturer of aluminum casting in China with advantages as follows: 1. All kinds of casting processes: die casting, sand casting, gravity premanent mold casting to meet your different demand. 2. 17 years experience only dedicated in aluminum castings with preci

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

2017-01-02 Thread Daniel Kurtz
On Fri, Dec 30, 2016 at 2:26 PM, Bibby Hsieh wrote: > > MT8173 overlay can support UYVY and YUYV format, > we add the format in DRM driver. > > Signed-off-by: Bibby Hsieh > Reviewed-by: Daniel Kurtz > --- > drivers/gpu/drm/mediatek/mtk_disp_ovl.c | 21 + > drivers/gpu/drm/m

Re: [PATCH 1/2] arm64:dt:ls1046a: Add TMU device tree support for LS1046A

2017-01-02 Thread Shawn Guo
On Tue, Jan 03, 2017 at 03:49:33AM +, Troy Jia wrote: > > > @@ -279,6 +282,82 @@ > > > clocks = <&sysclk>; > > > }; > > > > > > + tmu: tmu@1f0 { > > > + compatible = "fsl,qoriq-tmu"; > > > + reg = <0x0 0x1f0 0x0 0x1

Re: [PATCH 2/2] usb: host: xhci: Handle the right timeout command

2017-01-02 Thread Baolin Wang
On 2 January 2017 at 22:57, Mathias Nyman wrote: > On 27.12.2016 05:07, Baolin Wang wrote: >> >> Hi, >> >> On 21 December 2016 at 21:00, Mathias Nyman >> wrote: >>> >>> On 21.12.2016 04:22, Baolin Wang wrote: Hi Mathias, On 20 December 2016 at 23:13, Mathias Nyman w

Re: [PATCH net 9/9] virtio-net: XDP support for small buffers

2017-01-02 Thread Jason Wang
On 2017年01月03日 06:43, John Fastabend wrote: On 16-12-23 06:37 AM, Jason Wang wrote: Commit f600b6905015 ("virtio_net: Add XDP support") leaves the case of small receive buffer untouched. This will confuse the user who want to set XDP but use small buffers. Other than forbid XDP in small buffer

Re: [RFC, PATCHv2 29/29] mm, x86: introduce RLIMIT_VADDR

2017-01-02 Thread Andy Lutomirski
On Mon, Jan 2, 2017 at 12:44 AM, Arnd Bergmann wrote: > On Tuesday, December 27, 2016 4:54:13 AM CET Kirill A. Shutemov wrote: >> As with other resources you can set the limit lower than current usage. >> It would affect only future virtual address space allocations. I still don't buy all these u

Re: [PATCH v2 2/2] ARM: dts: imx6q: Add mccmon6 board support

2017-01-02 Thread Lukasz Majewski
Hi Shawn, Thank you for your comments. > On Tue, Jan 03, 2017 at 12:43:38AM +0100, Lukasz Majewski wrote: > > From: Lukasz Majewski > > > > This patch provides support for Liebherr's Monitor 6 board > > (abverrated as mccmon6) to Linux kernel. > > > > Signed-off-by: Lukasz Majewski > > --- >

Re: [PATCH 0/2] Begin auditing SECCOMP_RET_ERRNO return actions

2017-01-02 Thread Andy Lutomirski
On Mon, Jan 2, 2017 at 8:53 AM, Tyler Hicks wrote: > This patch set creates the basis for auditing information specific to a given > seccomp return action and then starts auditing SECCOMP_RET_ERRNO return > actions. The audit messages for SECCOMP_RET_ERRNO return actions include the > errno value

Re: [PATCH 0/2] Begin auditing SECCOMP_RET_ERRNO return actions

2017-01-02 Thread Andy Lutomirski
On Mon, Jan 2, 2017 at 2:47 PM, Paul Moore wrote: > On Mon, Jan 2, 2017 at 11:53 AM, Tyler Hicks wrote: >> This patch set creates the basis for auditing information specific to a given >> seccomp return action and then starts auditing SECCOMP_RET_ERRNO return >> actions. The audit messages for SE

Re: [PATCH v2 3/3] phy: rockchip-inno-usb2: Set EXTCON_USB when EXTCON_CHG_USB_SDP was set

2017-01-02 Thread Baolin Wang
Hi Kison and Heiko, On 21 December 2016 at 16:12, Baolin Wang wrote: > According to the documentation, we should set the EXTCON_USB when > one SDP charger connector was reported. > > Signed-off-by: Baolin Wang > Reviewed-by: Chanwoo Choi Could you apply this patch if there are no other comment

[PATCH] extcon: Add documentation for EXTCON_CHG_USB_SLOW/FAST

2017-01-02 Thread Baolin Wang
Currently there are no documentation for EXTCON_CHG_USB_SLOW/FAST charger connector. These names don't mean much and no guide to tell users how to use it, thus try to add documentation to make them clear. Suggested-by: NeilBrown Signed-off-by: Baolin Wang --- include/linux/extcon.h |4

[PATCH 4/4] nfc: Fix hangup of RC-S380* in port100_send_ack()

2017-01-02 Thread OGAWA Hirofumi
If port100_send_ack() was called twice or more, it has race to hangup. port100_send_ack() port100_send_ack() init_completion() [...] dev->cmd_cancel = true /* this removes previous from completion */ init_compl

[PATCH resend 3/4] nfc: Fix RC-S380* needs zero-length packet

2017-01-02 Thread OGAWA Hirofumi
If sent packet size is wMaxPacketSize boundary, this device doesn't answer. To fix this, we have to send zero-length packet in usb spec. Signed-off-by: OGAWA Hirofumi --- drivers/nfc/port100.c |1 + 1 file changed, 1 insertion(+) diff -puN drivers/nfc/port100.c~nfc-need-zero-packet driver

[PATCH resend 2/4] nfc: Send same info for both of NFC_CMD_GET_DEVICE and NFC_EVENT_DEVICE_ADDED

2017-01-02 Thread OGAWA Hirofumi
Now, NFC_EVENT_DEVICE_ADDED doesn't send NFC_ATTR_RF_MODE. But NFC_CMD_GET_DEVICE send. To get NFC_ATTR_RF_MODE, we have to call NFC_CMD_GET_DEVICE just for NFC_ATTR_RF_MODE when get NFC_EVENT_DEVICE_ADDED. This fixes those inconsistent. Signed-off-by: OGAWA Hirofumi --- net/nfc/netlink.c |

[PATCH resend 1/4] nfc: Add support RC-S380P to port100

2017-01-02 Thread OGAWA Hirofumi
Signed-off-by: OGAWA Hirofumi --- drivers/nfc/port100.c |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff -puN drivers/nfc/port100.c~nfc-add-rcs380p drivers/nfc/port100.c --- linux/drivers/nfc/port100.c~nfc-add-rcs380p 2016-12-18 22:16:53.503673411 +0900 +++ linux-hirofumi

Re: [PATCH v4 0/9] mm/swap: Regular page swap optimizations

2017-01-02 Thread Huang, Ying
Hi, Minchan, Minchan Kim writes: > Hi Jan, > > On Mon, Jan 02, 2017 at 04:48:41PM +0100, Jan Kara wrote: >> Hi, >> >> On Tue 27-12-16 16:45:03, Minchan Kim wrote: >> > > Patch 3 splits the swap cache radix tree into 64MB chunks, reducing >> > > the rate that we have to contende for the

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

2017-01-02 Thread Sekhar Nori
On Tuesday 03 January 2017 10:56 AM, Archit Taneja wrote: > Hi Sekhar, > > On 1/2/2017 4:38 PM, Sekhar Nori wrote: >> Hi Archit, >> >> On Wednesday 14 December 2016 10:35 AM, Archit Taneja wrote: >>> >>> >>> On 12/13/2016 03:39 PM, Bartosz Golaszewski wrote: THS8135 is a configurable video DA

Re: [tpmdd-devel] [PATCH RFC 0/4] RFC: in-kernel resource manager

2017-01-02 Thread James Bottomley
On Mon, 2017-01-02 at 13:40 -0800, James Bottomley wrote: > On Mon, 2017-01-02 at 21:33 +0200, Jarkko Sakkinen wrote: > > On Mon, Jan 02, 2017 at 08:36:20AM -0800, James Bottomley wrote: > > > On Mon, 2017-01-02 at 15:22 +0200, Jarkko Sakkinen wrote: > > > > This patch set adds support for TPM spac

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

2017-01-02 Thread Archit Taneja
Hi Sekhar, On 1/2/2017 4:38 PM, Sekhar Nori wrote: Hi Archit, On Wednesday 14 December 2016 10:35 AM, Archit Taneja wrote: 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 dum

RE: [PATCH 00/18] ACPICA 20161222 Release

2017-01-02 Thread Zheng, Lv
Hi, Rafael > From: Rafael J. Wysocki [mailto:r...@rjwysocki.net] > Subject: Re: [PATCH 00/18] ACPICA 20161222 Release > > On Wednesday, December 28, 2016 03:28:00 PM Lv Zheng wrote: > > The 20161222 ACPICA kernel-resident subsystem updates are linuxized based > > on the linux-pm/linux-next branch

Re: [RFC] pps: fixing CONFIG_COMPAT issues

2017-01-02 Thread Matt Ranostay
On Fri, Dec 23, 2016 at 7:04 AM, Rodolfo Giometti wrote: > On 12/22/16 21:39, Matt Ranostay wrote: >> >> >> What would be the best way to fix the padding issue without breaking >> userspace applications? Just fixing the alignment with explicit >> padding is of course the clean easy way, but bashin

Re: [RFC PATCH net-next v4 1/2] macb: Add 1588 support in Cadence GEM.

2017-01-02 Thread Harini Katakam
Hi Richard, On Mon, Jan 2, 2017 at 9:43 PM, Richard Cochran wrote: > On Mon, Jan 02, 2017 at 03:47:07PM +0100, Nicolas Ferre wrote: >> Le 02/01/2017 à 12:31, Richard Cochran a écrit : >> > This Cadence IP core is a complete disaster. >> >> Well, it evolved and propose several options to different

Re: [PATCH 2/7] mm, vmscan: add active list aging tracepoint

2017-01-02 Thread Minchan Kim
Hi Michal, On Fri, Dec 30, 2016 at 05:37:42PM +0100, Michal Hocko wrote: > On Sat 31-12-16 01:04:56, Minchan Kim wrote: > [...] > > > From 5f1bc22ad1e54050b4da3228d68945e70342ebb6 Mon Sep 17 00:00:00 2001 > > > From: Michal Hocko > > > Date: Tue, 27 Dec 2016 13:18:20 +0100 > > > Subject: [PATCH]

linux-next: Tree for Jan 3

2017-01-02 Thread Stephen Rothwell
Hi all, Changes since 20161224: Dropped tree: rdma-leon (complex conflicts) The drm-intel-fixes tree gained a conflict against the vfio-fixes tree and a build failure for which I applied a merge fix patch. The mips tree gained a conflict against Linus' tree. The rdma-leon tree gained conflicts

Re: linux-next: build failure after merge of the drm-intel-fixes tree

2017-01-02 Thread Alex Williamson
On Tue, 3 Jan 2017 10:59:29 +0800 Zhenyu Wang wrote: > On 2017.01.03 10:42:39 +1100, Stephen Rothwell wrote: > > Hi all, > > > > After merging the drm-intel-fixes tree, today's linux-next build (x86_64 > > allmodconfig) failed like this: > > > > drivers/gpu/drm/i915/gvt/kvmgt.c: In function 'in

linux-next: build warning after merge of the pinctrl tree

2017-01-02 Thread Stephen Rothwell
Hi Linus, After merging the pinctrl tree, today's linux-next build (x86_64 allmodconfig) produced this warning: drivers/pinctrl/pinctrl-amd.c: In function 'amd_gpio_dbg_show': drivers/pinctrl/pinctrl-amd.c:210:3: warning: 'pin_num' may be used uninitialized in this function [-Wmaybe-uninitialize

Re: [PATCH v4 0/9] mm/swap: Regular page swap optimizations

2017-01-02 Thread Minchan Kim
Hi Jan, On Mon, Jan 02, 2017 at 04:48:41PM +0100, Jan Kara wrote: > Hi, > > On Tue 27-12-16 16:45:03, Minchan Kim wrote: > > > Patch 3 splits the swap cache radix tree into 64MB chunks, reducing > > > the rate that we have to contende for the radix tree. > > > > To me, it's rather hacky.

Re: [PATCH 1/3] m68k/mac: Improve NMI handler

2017-01-02 Thread Finn Thain
On Mon, 2 Jan 2017, Geert Uytterhoeven wrote: > > > > -/* > > - * console_loglevel determines NMI handler function > > - */ > > +extern void show_registers(struct pt_regs *); > > Seems like we do have a declaration in ... . > Yes, and it would have to be moved outside of the #ifdef CONFIG_KPRO

Re: hwmon: w83781d: Unused sysfs group w83781d_group_other

2017-01-02 Thread Guenter Roeck
On 01/02/2017 01:49 PM, Alexey Khoroshilov wrote: Hello, w83781d.c contains a definition of sysfs group: static const struct attribute_group w83781d_group_other = { .attrs = w83781d_attributes_other, }; the only usage of which is: static void w83781d_remove_files(struct device *dev) {

Re: [PATCH v2 0/2] tpm: enhance TPM 2.0 extend function to support multiple PCR banks

2017-01-02 Thread Jarkko Sakkinen
On Fri, Dec 30, 2016 at 02:02:28PM -0500, Nayna Jain wrote: > IMA extends its hash measurements in the TPM PCRs, based on policy. > The existing in-kernel TPM extend function extends only the SHA1 > PCR bank. TPM 2.0 defines multiple PCR banks, to support different > hash algorithms. The TCG TPM 2.

Re: [PATCH RFC 4/4] tpm: add the infrastructure for TPM space for TPM 2.0

2017-01-02 Thread Jarkko Sakkinen
On Mon, Jan 02, 2017 at 02:09:53PM -0700, Jason Gunthorpe wrote: > On Mon, Jan 02, 2017 at 03:22:10PM +0200, Jarkko Sakkinen wrote: > > Added a ioctl for creating a TPM space. The space is isolated from the > > other users of the TPM. Only a process holding the file with the handle > > can access t

Re: linux-next: build failure after merge of the drm-intel-fixes tree

2017-01-02 Thread Stephen Rothwell
Hi Zhenyu, On Tue, 3 Jan 2017 10:59:29 +0800 Zhenyu Wang wrote: > > Alex, I liked to have kvmgt related mdev interface change be merged through > vfio tree, but wasn't awared one of Jike's fix had conflict. Could you apply > below fix in your tree? I think in general for possible interface change

Re: [tpmdd-devel] [PATCH RFC 0/4] RFC: in-kernel resource manager

2017-01-02 Thread Jarkko Sakkinen
On Mon, Jan 02, 2017 at 08:36:20AM -0800, James Bottomley wrote: > On Mon, 2017-01-02 at 15:22 +0200, Jarkko Sakkinen wrote: > > This patch set adds support for TPM spaces that provide a context > > for isolating and swapping transient objects. This patch set does > > not yet include support for is

Re: [PATCH RFC 1/4] tpm: migrate struct tpm_buf to struct tpm_chip

2017-01-02 Thread Jarkko Sakkinen
On Mon, Jan 02, 2017 at 02:01:01PM -0700, Jason Gunthorpe wrote: > On Mon, Jan 02, 2017 at 03:22:07PM +0200, Jarkko Sakkinen wrote: > > Since there is only one thread using TPM chip at a time to transmit data > > we can migrate struct tpm_buf to struct tpm_chip. This makes the use of > > it more fa

Re: [PATCH RESEND] dmaengine: stm32-dma: Rework starting transfer management

2017-01-02 Thread Vinod Koul
On Mon, Jan 02, 2017 at 10:33:27AM +0100, M'boumba Cedric Madianga wrote: > This patch reworks the way to manage transfer starting. > Now, starting DMA is only allowed when the channel is not busy. > Then, stm32_dma_start_transfer is declared as void. > At least, after each transfer completion, we

Re: [PATCH v2 2/2] mfd: axp20x: Fix AXP806 access errors on cold boot

2017-01-02 Thread Chen-Yu Tsai
On Thu, Dec 15, 2016 at 1:40 AM, Mark Brown wrote: > On Wed, Dec 14, 2016 at 09:52:31PM +0800, Chen-Yu Tsai wrote: > >> What this patch does is make sure the registers match, to guarantee >> access, and then reinitialize the regmap cache to get rid of any >> stale data. > > So what you're saying i

Re: LTP rwtest01 blocks on DAX mountpoint

2017-01-02 Thread Ross Zwisler
On Mon, Jan 02, 2017 at 06:16:17PM +0100, Jan Kara wrote: > On Fri 30-12-16 17:33:53, Xiong Zhou wrote: > > On Sat, Dec 24, 2016 at 07:07:14PM +0800, Xiong Zhou wrote: > > > Hi lists, > > > > > > Since around 20161129 tag, LTP rwtest01 on dax mountpoint blocks > > > on linux-next tree, now on Linu

RE: [PATCH 2/2] arm64:dt:ls1012a: Add TMU device tree support for LS1012A

2017-01-02 Thread Troy Jia
> -Original Message- > From: Shawn Guo [mailto:shawn...@kernel.org] > Sent: Monday, January 02, 2017 2:26 PM > To: Troy Jia > Cc: rui.zh...@intel.com; edubez...@gmail.com; robh...@kernel.org; Scott Wood > ; devicet...@vger.kernel.org; linux- > ker...@vger.kernel.org; linux-arm-ker...@lis

RE: [PATCH 1/2] arm64:dt:ls1046a: Add TMU device tree support for LS1046A

2017-01-02 Thread Troy Jia
Add Yuantian who is the owner of this patch set since next week. > -Original Message- > From: Shawn Guo [mailto:shawn...@kernel.org] > Sent: Monday, January 02, 2017 2:25 PM > To: Troy Jia > Cc: rui.zh...@intel.com; edubez...@gmail.com; robh...@kernel.org; Scott Wood > ; devicet...@vger.k

Re: [PATCH] MAINTAINERS: dmaengine: Update + Hand over the at_hdmac driver to Ludovic

2017-01-02 Thread Vinod Koul
On Mon, Jan 02, 2017 at 05:42:08PM +0100, Nicolas Ferre wrote: > Hand over the Microchip / Atmel DMA driver handled by at_hdmac driver > to Ludovic who is responsible for the newer at_xdmac driver as well. > Also update the entry name and position to follow company changes. Applied now -- ~Vinod

Re: [PATCH] dmaengine: omap-dma: Fix dynamic lch_map alocation

2017-01-02 Thread Vinod Koul
On Mon, Jan 02, 2017 at 12:23:45PM +0200, Peter Ujfalusi wrote: > > > On 01/02/2017 12:21 PM, Vinod Koul wrote: > > On Mon, Jan 02, 2017 at 12:09:03PM +0200, Peter Ujfalusi wrote: > >> I have typo in the subject line: s/alocation/allocation ... > >> > >> Vinod: can you fix it up or should I resen

Re: [RFC] taint/module: Fix problems when out-of-kernel driver defines true or false

2017-01-02 Thread Rusty Russell
Larry Finger writes: > Commit 7fd8329ba502 ("taint/module: Clean up global and module taint > flags handling") used the key words true and false as character members > of a new struct. These names cause problems when out-of-kernel modules > such as VirtualBox include their own definitions of true

[PATCH RESEND] fs: udf: Replace CURRENT_TIME with current_time()

2017-01-02 Thread Deepa Dinamani
CURRENT_TIME is not y2038 safe. CURRENT_TIME macro is also not appropriate for filesystems as it doesn't use the right granularity for filesystem timestamps. Logical Volume Integrity format is described to have the same timestamp format for "Recording Date and time" as the other [a,c,m]timestamps

[PATCH v19 4/4] soc: mediatek: Add Mediatek CMDQ helper

2017-01-02 Thread HS Liao
Add Mediatek CMDQ helper to create CMDQ packet and assemble GCE op code. Signed-off-by: HS Liao --- drivers/soc/mediatek/Kconfig | 12 ++ drivers/soc/mediatek/Makefile | 1 + drivers/soc/mediatek/mtk-cmdq-helper.c | 310 + include/linux/soc/m

[PATCH v19 1/4] dt-bindings: soc: Add documentation for the MediaTek GCE unit

2017-01-02 Thread HS Liao
This adds documentation for the MediaTek Global Command Engine (GCE) unit found in MT8173 SoCs. Signed-off-by: HS Liao Acked-by: Rob Herring --- .../devicetree/bindings/mailbox/mtk-gce.txt| 43 ++ 1 file changed, 43 insertions(+) create mode 100644 Documentation/dev

[PATCH v19 0/4] Mediatek MT8173 CMDQ support

2017-01-02 Thread HS Liao
Hi, This is Mediatek MT8173 Command Queue(CMDQ) driver. The CMDQ is used to help write registers with critical time limitation, such as updating display configuration during the vblank. It controls Global Command Engine (GCE) hardware to achieve this requirement. These patches have a build depen

[PATCH v19 3/4] arm64: dts: mt8173: Add GCE node

2017-01-02 Thread HS Liao
This patch adds the device node of the GCE hardware for CMDQ module. Signed-off-by: HS Liao --- arch/arm64/boot/dts/mediatek/mt8173.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm64/boot/dts/mediatek/mt8173.dtsi b/arch/arm64/boot/dts/mediatek/mt8173.dtsi index 12e7

[PATCH v19 2/4] mailbox: mediatek: Add Mediatek CMDQ driver

2017-01-02 Thread HS Liao
This patch is first version of Mediatek Command Queue(CMDQ) driver. The CMDQ is used to help write registers with critical time limitation, such as updating display configuration during the vblank. It controls Global Command Engine (GCE) hardware to achieve this requirement. Currently, CMDQ only su

Re: linux-next: build failure after merge of the drm-intel-fixes tree

2017-01-02 Thread Zhenyu Wang
On 2017.01.03 10:42:39 +1100, Stephen Rothwell wrote: > Hi all, > > After merging the drm-intel-fixes tree, today's linux-next build (x86_64 > allmodconfig) failed like this: > > drivers/gpu/drm/i915/gvt/kvmgt.c: In function 'intel_vgpu_open': > drivers/gpu/drm/i915/gvt/kvmgt.c:511:32: error: der

Re: undefined reference to `pps_unregister_source'

2017-01-02 Thread Nicolas Pitre
On Mon, 2 Jan 2017, Richard Cochran wrote: > On Mon, Jan 02, 2017 at 12:22:01AM +0800, kbuild test robot wrote: > >drivers/built-in.o: In function `ptp_clock_unregister': > > >> (.text+0x40e0a5): undefined reference to `pps_unregister_source' > >drivers/built-in.o: In function `ptp_clock_u

Re: [PATCH 3/5] arm64: dts: sun50i: add MMC nodes

2017-01-02 Thread Chen-Yu Tsai
Hi, On Tue, Jan 3, 2017 at 7:03 AM, Andre Przywara wrote: A commit message explaining the mmc controllers would be nice. > Signed-off-by: Andre Przywara > --- > arch/arm64/boot/dts/allwinner/sun50i-a64.dtsi | 67 > +++ > 1 file changed, 67 insertions(+) > > diff --git

[PATCH v2 2/2] mtd: nand: Update dependency of IFC for LS1021A

2017-01-02 Thread Alison Wang
As NAND support for Freescale/NXP IFC controller is available on LS1021A, the dependency for LS1021A is added. Signed-off-by: Alison Wang --- Changes in v2: - None drivers/mtd/nand/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/mtd/nand/Kconfig b/drivers/mtd

[PATCH v2 1/2] mtd: ifc: Update dependency of IFC for LS1021A

2017-01-02 Thread Alison Wang
As Freescale/NXP IFC controller is available on LS1021A, the dependency for LS1021A is added. Signed-off-by: Alison Wang --- Changes in v2: - New patch drivers/memory/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/memory/Kconfig b/drivers/memory/Kconfig inde

Re: kernel 4.9 iwlwifi startup error

2017-01-02 Thread Andrew Donnellan
On 02/01/17 21:12, Fabio Coatti wrote: Hi all, I'm using kernel 4.9 and maybe half of the times I boot my laptop I get the error reported below, and the wifi does not work. I have to remove iwlwifi (like modprobe -r iwldvm iwlwifi) and insert it again to get things workig again. This seems a bit

Re: [PATCH] mtd/redboot: avoid null pointer deref

2017-01-02 Thread Marek Vasut
On 12/22/2016 12:25 AM, Jason A. Donenfeld wrote: > By giving a bogus partition name, it's possible to trigger a null > pointer dereference. > > Signed-off-by: Jason A. Donenfeld Nice catch. It'd be great to have the condition which can be used to trigger this problem in the commit message. I pr

[GIT PULL] fscrypt update for 4.10

2017-01-02 Thread Theodore Ts'o
The following changes since commit 7ce7d89f48834cefece7804d38fc5d85382edf77: Linux 4.10-rc1 (2016-12-25 16:13:08 -0800) are available in the git repository at: git://git.kernel.org/pub/scm/linux/kernel/git/tytso/fscrypt.git tags/fscrypt-for-stable for you to fetch changes up to 42d97eb0ade

  1   2   3   4   5   6   7   >