[PATCH] Staging: gdm724x: mux: Check return value of register_lte_tty_driver().

2018-02-17 Thread Quytelda Kahja
Check the return value of of the register_lte_tty_driver() call in the module initialization function. Signed-off-by: Quytelda Kahja --- drivers/staging/gdm724x/gdm_mux.c | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/drivers/staging/gdm724x/gdm_mux.c b/drivers/staging

Re: [PATCH 1/3] taint: Convert to enum and indexed initialization

2018-02-17 Thread kbuild test robot
Hi Kees, I love your patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.16-rc1 next-20180216] [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/commits/K

Re: [PATCH] gpiolib: suppress error message on EPROBE_DEFER

2018-02-17 Thread David Lechner
On 02/07/2018 06:57 AM, Linus Walleij wrote: On Sun, Jan 21, 2018 at 9:32 PM, David Lechner wrote: This suppresses printing an error message during probe of gpio drivers when the error is EPROBE_DEFER. Cc: Linus Walleij Signed-off-by: David Lechner I'm not sure about this. GPIO can be ve

Re: [PATCH 0/7] ARM: davinci: add genpd support

2018-02-17 Thread David Lechner
On 02/09/2018 06:42 AM, Sekhar Nori wrote: Hi David, On Thursday 08 February 2018 04:13 AM, David Lechner wrote: On 02/07/2018 07:45 AM, Bartosz Golaszewski wrote: From: Bartosz Golaszewski Hi Sekhar et al, please take a look at the following patches. They add a simple genpd driver and use

Re: [PATCH] objtool/x86: Replace Non-standard Range Expression in Case

2018-02-17 Thread Progyan Bhattacharya
On Fri, 2018-02-16 at 17:47 +0100, Peter Zijlstra wrote: > On Fri, Feb 16, 2018 at 08:35:11AM -0600, Josh Poimboeuf wrote: > > On Fri, Feb 16, 2018 at 07:55:13PM +0530, Progyan Bhattacharya > > wrote: > > > Replace range expressions with seperate individual cases, i.e. > > > convert case 1...3: to

Re: [PATCH] MIPS: pm-cps: Block system suspend when a JTAG probe is present

2018-02-17 Thread kbuild test robot
Hi Matt, Thank you for the patch! Yet something to improve: [auto build test ERROR on linus/master] [also build test ERROR on v4.16-rc1 next-20180216] [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/com

[PATCH v2] ARM: da8xx: use platform data for CFGCHIP syscon regmap

2018-02-17 Thread David Lechner
This converts from using a platform device for the CFGCHIP syscon regmap to using platform data to pass the regmap to consumers. A lazy getter function is used so that the regmap will only be created if it is actually used. This function will also be used in the clock init when we convert to the c

Re: [PATCH v3 1/4] of: change overlay apply input data from unflattened to FDT

2018-02-17 Thread kbuild test robot
Hi Frank, I love your patch! Yet something to improve: [auto build test ERROR on robh/for-next] [also build test ERROR on v4.16-rc1 next-20180216] [cannot apply to glikely/devicetree/next] [if your patch is applied to the wrong git tree, please drop us a note to help improve the system] url:

RE: [PATCH v4 07/24] fpga: dfl: add feature device infrastructure

2018-02-17 Thread Wu, Hao
> On Thu, Feb 15, 2018 at 10:05:20AM +, Wu, Hao wrote: > > > On Wed, Feb 14, 2018 at 3:03 PM, Moritz Fischer wrote: > > > > > > Hi Moritz, > > > > > > > HI Hao, > > > > > > > > Hi Alan and Moritz > > > > Thanks a lot for the code review and comments. > > > > > > On Tue, Feb 13, 2018 at 05:24:3

Re: [PATCH -mm -v5 RESEND] mm, swap: Fix race between swapoff and some swap operations

2018-02-17 Thread huang ying
On Sat, Feb 17, 2018 at 7:38 AM, Andrew Morton wrote: > On Wed, 14 Feb 2018 08:38:00 +0800 "Huang\, Ying" > wrote: > >> Andrew Morton writes: >> >> > On Tue, 13 Feb 2018 09:42:20 +0800 "Huang, Ying" >> > wrote: >> > >> >> From: Huang Ying >> >> >> >> When the swapin is performed, after getti

Re: [PATCH v3 01/15] Documentation: add newcx initramfs format description

2018-02-17 Thread Mimi Zohar
On Sat, 2018-02-17 at 16:26 -0800, h...@zytor.com wrote: > Do you have a description of the gaps you have identified? Probably the 2016 Linux Security Summit (LSS) integrity status update has the best list. http://events17.linuxfoundation.org/sites/events/files/slides/LSS2016- LinuxIntegritySubs

Re: [PATCH] phy: mapphone-mdm6600: Add USB PHY driver for MDM6600 on Droid 4

2018-02-17 Thread Sebastian Reichel
Hi Tony, On Sat, Feb 17, 2018 at 01:07:23PM -0800, Tony Lindgren wrote: > Let's add support for the GPIO controlled USB PHY on the MDM6600 modem. > It is used on some Motorola Mapphone series of phones and tablets such > as Droid 4. > > The MDM6600 is hardwired to the first OHCI port in the Droid

Re: [PATCH v3 01/15] Documentation: add newcx initramfs format description

2018-02-17 Thread hpa
On February 17, 2018 4:15:12 PM PST, Mimi Zohar wrote: >On Fri, 2018-02-16 at 12:59 -0800, H. Peter Anvin wrote: >> On 02/16/18 12:33, Taras Kondratiuk wrote: >> > Many of the Linux security/integrity features are dependent on file >> > metadata, stored as extended attributes (xattrs), for making

Re: [PATCH v3 01/15] Documentation: add newcx initramfs format description

2018-02-17 Thread hpa
On February 17, 2018 4:15:12 PM PST, Mimi Zohar wrote: >On Fri, 2018-02-16 at 12:59 -0800, H. Peter Anvin wrote: >> On 02/16/18 12:33, Taras Kondratiuk wrote: >> > Many of the Linux security/integrity features are dependent on file >> > metadata, stored as extended attributes (xattrs), for making

Re: Project

2018-02-17 Thread ExxonMobil
Hi, Compliment of the day. My name is Brian Abrahart, I work with ExxonMobil as a project manager here in Leatherhead, UK. I have an important business transaction I will like to share with you. Do find it proper to contact me for more details. Thank you. Best Regards, Engr. Brian Abrahart

Re: [PATCH v3 01/15] Documentation: add newcx initramfs format description

2018-02-17 Thread Mimi Zohar
On Fri, 2018-02-16 at 12:59 -0800, H. Peter Anvin wrote: > On 02/16/18 12:33, Taras Kondratiuk wrote: > > Many of the Linux security/integrity features are dependent on file > > metadata, stored as extended attributes (xattrs), for making decisions. > > These features need to be initialized during

Re: [PATCH 3/3] ARM: dts: stm32: Add display support on stm32f469-disco

2018-02-17 Thread kbuild test robot
Hi Philippe, Thank you for the patch! Yet something to improve: [auto build test ERROR on robh/for-next] [also build test ERROR on v4.16-rc1 next-20180216] [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/linu

Re: [PATCH v3 1/1] mm: page_alloc: skip over regions of invalid pfns on UMA

2018-02-17 Thread Eugeniu Rosca
Hello Andrew, On Fri, Feb 16, 2018 at 04:43:28PM -0800, Andrew Morton wrote: > On Mon, 12 Feb 2018 19:47:59 +0100 Michal Hocko wrote: > > > > prerequisite for this is to reach some agreement on what people think is > > > the best option, which I feel didn't occur yet. > > > > I do not have a _s

Re: What was last kernel that booted on hardware XY? database was Re: [BUG] x86 : i486 reporting to be vulnerable to Meltdown/Spectre_V1/Spectre_V2A

2018-02-17 Thread tedheadster
On Sat, Feb 17, 2018 at 4:16 PM, Pavel Machek wrote: > Hi! > >> > BTW... I'd really like to have a database of machine, kernel version, >> > cpuinfo, config... So that questions like "what is the latest kernel >> > that is known to be running on this hardware" and "what config should >> > I start

Re: BUG: sleeping function called from invalid context at net/core/sock.c:LINE (3)

2018-02-17 Thread Kirill Tkhai
On 17.02.2018 11:15, Dmitry Vyukov wrote: > On Sat, Feb 17, 2018 at 4:00 AM, syzbot > wrote: >> Hello, >> >> syzbot hit the following crash on net-next commit >> 65bd449c32c2745df61913ab54087e77f9d9b70d (Fri Feb 16 20:26:35 2018 +) >> Merge branch 'tipc-de-generealize-topology-server' > > +ti

Re: [PATCH] p9caps: add Plan9 capability devices

2018-02-17 Thread Richard Weinberger
On Sun, Feb 11, 2018 at 10:50 PM, Enrico Weigelt, metux IT consult wrote: > From: "Enrico Weigelt, metux IT consult" > > This driver implements the Plan9 capability devices, used for > switching user id via capability tokens. > > https://9p.io/sys/doc/auth.html Please see some nit-picks below. I

Re: [PATCH] auxdisplay: Replace licenses with SPDX identifiers

2018-02-17 Thread Linus Walleij
2018-02-17 20:39 GMT+01:00 Miguel Ojeda : > Cc: Willy Tarreau > Cc: Geert Uytterhoeven > Cc: Linus Walleij > Cc: Robin van der Gracht > Cc: Paul Burton > Signed-off-by: Miguel Ojeda > --- > Please let me know if you agree for your files and I will queue it up. > Thanks! Acked-by: Linus Wall

i wait your respond

2018-02-17 Thread 1770...@ono.com
-- Greetings, I wonder why you continue neglecting my emails. Please, acknowledge the receipt of this message in reference to the subject above as I intend to send to you the details of the project. Sometimes, try to check your spam box because most of these correspondences fall out sometim

Re: [PATCH 04/10] pinctrl: actions: Add Actions S900 pinctrl driver

2018-02-17 Thread Andreas Färber
Am 17.02.2018 um 21:44 schrieb Manivannan Sadhasivam: > Add pinctrl driver for Actions Semi S900 SoC. The driver supports > pinctrl, pinmux and pinconf functionalities through a range of registers > common to both gpio driver and pinctrl driver. > > Pinmux functionality is available only for the p

Re: [PATCH] auxdisplay: Replace licenses with SPDX identifiers

2018-02-17 Thread Willy Tarreau
On Sat, Feb 17, 2018 at 08:39:55PM +0100, Miguel Ojeda wrote: > Cc: Willy Tarreau > Cc: Geert Uytterhoeven > Cc: Linus Walleij > Cc: Robin van der Gracht > Cc: Paul Burton > Signed-off-by: Miguel Ojeda > --- > Please let me know if you agree for your files and I will queue it up. > Thanks! A

Re: [PATCH 10/10] MAINTAINERS: Add Actions Semi S900 pinctrl and gpio entries

2018-02-17 Thread Andreas Färber
Am 17.02.2018 um 21:44 schrieb Manivannan Sadhasivam: > Add S900 pinctrl and gpio entries under ARCH_ACTIONS > > Signed-off-by: Manivannan Sadhasivam > --- > MAINTAINERS | 4 > 1 file changed, 4 insertions(+) > > diff --git a/MAINTAINERS b/MAINTAINERS > index 96b8b6531196..b718be5af680 100

Re: [PATCH 00/10] Add Actions Semi S900 pinctrl and gpio support

2018-02-17 Thread Andreas Färber
Am 17.02.2018 um 21:44 schrieb Manivannan Sadhasivam: > This patchset adds pinctrl and gpio support for Actions Semi S900 SoC. > Pinctrl and gpio subsystems share the common set of register range but > implemented as individual drivers for making it less complex. > > Pinmux functions are only acce

Re: [RFC PATCH] input: Add disable sysfs entry for every input device

2018-02-17 Thread Pavel Machek
Hi! > > > > So, do you mean to implement this "disable" action as ioctl for > > > > particular /dev/input/event* device (instead of sysfs entry)? > > > > > > Yes, so the device can be powered down without the device node being > > > closed and made unavailable. I don't know whether that's somethi

setterm -blank force no longer works after switch to omapdrm

2018-02-17 Thread Pavel Machek
Hi! I used to have use omap fb driver, and blanking worked as expected. It no longer works with omap drm driver. (Tested on v4.16-rc1, but I believe it is broken in older versions, too.) Can you test it on your hw? Any ideas what could be wrong? xset dpms force on/off works as expected. Best re

Re: What was last kernel that booted on hardware XY? database was Re: [BUG] x86 : i486 reporting to be vulnerable to Meltdown/Spectre_V1/Spectre_V2A

2018-02-17 Thread Pavel Machek
Hi! > > BTW... I'd really like to have a database of machine, kernel version, > > cpuinfo, config... So that questions like "what is the latest kernel > > that is known to be running on this hardware" and "what config should > > I start from". > > > > For example, I have nokia N810 here. It was su

Re: [PATCH 06/10] arm64: dts: actions: Add S900 gpio nodes

2018-02-17 Thread Andreas Färber
Am 17.02.2018 um 21:44 schrieb Manivannan Sadhasivam: > Add gpio nodes for Actions Semi S900 SoC. > > Signed-off-by: Manivannan Sadhasivam > --- > arch/arm64/boot/dts/actions/s900.dtsi | 7 +++ > 1 file changed, 7 insertions(+) > > diff --git a/arch/arm64/boot/dts/actions/s900.dtsi > b/arc

[PATCH] phy: mapphone-mdm6600: Add USB PHY driver for MDM6600 on Droid 4

2018-02-17 Thread Tony Lindgren
Let's add support for the GPIO controlled USB PHY on the MDM6600 modem. It is used on some Motorola Mapphone series of phones and tablets such as Droid 4. The MDM6600 is hardwired to the first OHCI port in the Droid 4 case, and is controlled by several GPIOs. The USB PHY is integrated into the MDM

Re: [PATCH 01/10] dt-bindings: pinctrl: Add bindings for Actions S900 SoC

2018-02-17 Thread Andreas Färber
Am 17.02.2018 um 21:44 schrieb Manivannan Sadhasivam: > Add pinctrl bindings for Actions Semi S900 SoC > > Signed-off-by: Manivannan Sadhasivam > --- > .../bindings/pinctrl/actions,s900-pinctrl.txt | 171 > + > 1 file changed, 171 insertions(+) > create mode 100644 >

Re: [PATCH v2] md-multipath: Use seq_putc() in multipath_status()

2018-02-17 Thread Shaohua Li
On Sat, Jan 13, 2018 at 09:55:08AM +0100, SF Markus Elfring wrote: > From: Markus Elfring > Date: Sat, 13 Jan 2018 09:49:03 +0100 > > A single character (closing square bracket) should be put into a sequence. > Thus use the corresponding function "seq_putc". > > This issue was detected by using

Re: [PATCH] md/raid1: Fix trailing semicolon

2018-02-17 Thread Shaohua Li
On Wed, Jan 17, 2018 at 01:38:02PM +, Luis de Bethencourt wrote: > The trailing semicolon is an empty statement that does no operation. > Removing it since it doesn't do anything. > > Signed-off-by: Luis de Bethencourt > --- > > Hi, > > After fixing the same thing in drivers/staging/rtl8723

Re: i2c-designware: sound and s2ram broken on Broadwell-U system since commit ca382f5b38f367b6 (add i2c gpio recovery option)

2018-02-17 Thread Andy Shevchenko
On Sat, 2018-02-17 at 17:58 +0100, Dominik Brodowski wrote: > On Sat, Feb 17, 2018 at 05:09:40PM +0200, Andy Shevchenko wrote: > This patch fixes the issue, thanks. I will send it soon out. > Do you still need the DEBUG_GPIO output? It would be nice to have, though if it makes difficulties to

Re: [v3,07/11] watchdog/hpwdt: Modify to use watchdog core.

2018-02-17 Thread Jerry Hoemann
On Sat, Feb 17, 2018 at 08:49:07AM -0800, Guenter Roeck wrote: > On Thu, Feb 15, 2018 at 04:43:56PM -0700, Jerry Hoemann wrote: > > Follow Documentation/watchdog/convert_drivers_to_kernel_api.txt to > > convert hpwdt from legacy watchdog driver to use the watchdog core. > > > > Removed functions:

[PATCH] phy: dm816x-usb: Remove unused phy_data

2018-02-17 Thread Tony Lindgren
This is used by some TI USB PHY drivers but not this one, so we can just remove it. Signed-off-by: Tony Lindgren --- drivers/phy/ti/phy-dm816x-usb.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/drivers/phy/ti/phy-dm816x-usb.c b/drivers/phy/ti/phy-dm816x-usb.c --- a/drivers/phy/ti/phy-dm

[PATCH 05/10] dt-bindings: gpio: Add gpio nodes for Actions S900 SoC

2018-02-17 Thread Manivannan Sadhasivam
Add gpio nodes for Actions Semi S900 SoC. Signed-off-by: Manivannan Sadhasivam --- .../devicetree/bindings/gpio/actions,owl-gpio.txt | 15 +++ 1 file changed, 15 insertions(+) create mode 100644 Documentation/devicetree/bindings/gpio/actions,owl-gpio.txt diff --git a/Docume

[PATCH 09/10] MAINTAINERS: Add reviewer for ACTIONS platforms

2018-02-17 Thread Manivannan Sadhasivam
Since I'll be working on improving support for ACTIONS platforms, adding myself as the reviewer. Signed-off-by: Manivannan Sadhasivam --- MAINTAINERS | 1 + 1 file changed, 1 insertion(+) diff --git a/MAINTAINERS b/MAINTAINERS index e6c26cb47d02..96b8b6531196 100644 --- a/MAINTAINERS +++ b/MAIN

[PATCH 08/10] gpio: Add gpio driver for Actions OWL S900 SoC

2018-02-17 Thread Manivannan Sadhasivam
Add gpio driver for Actions Semi OWL family S900 SoC. Set of registers controlling the gpio shares the same register range with pinctrl block. GPIO registers are organized as 6 banks and each bank controls the maximum of 32 gpios. Signed-off-by: Manivannan Sadhasivam --- drivers/gpio/Kconfig

[PATCH 10/10] MAINTAINERS: Add Actions Semi S900 pinctrl and gpio entries

2018-02-17 Thread Manivannan Sadhasivam
Add S900 pinctrl and gpio entries under ARCH_ACTIONS Signed-off-by: Manivannan Sadhasivam --- MAINTAINERS | 4 1 file changed, 4 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 96b8b6531196..b718be5af680 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -1126,11 +1126,15 @@ F:

[PATCH 04/10] pinctrl: actions: Add Actions S900 pinctrl driver

2018-02-17 Thread Manivannan Sadhasivam
Add pinctrl driver for Actions Semi S900 SoC. The driver supports pinctrl, pinmux and pinconf functionalities through a range of registers common to both gpio driver and pinctrl driver. Pinmux functionality is available only for the pin groups while the pinconf functionality is available for both

Re: [PATCH] aoe: document sysfs interface

2018-02-17 Thread Ed Cashin
> On Feb 17, 2018, at 9:37 AM, Julia Lawall wrote: > > > >> On Fri, 16 Feb 2018, Ed Cashin wrote: >> >>> On 02/16/2018 10:39 AM, Aishwarya Pant wrote: >>> Documentation has been compiled from git commit logs and descriptions in >>> Documentation/aoe/aoe.txt. This should be useful for scriptin

[PATCH 07/10] arm64: dts: actions: Add gpio line names to Bubblegum-96 board

2018-02-17 Thread Manivannan Sadhasivam
Add gpio line names to Actions Semi S900 based Bubblegum-96 board. Signed-off-by: Manivannan Sadhasivam --- arch/arm64/boot/dts/actions/s900-bubblegum-96.dts | 175 ++ 1 file changed, 175 insertions(+) diff --git a/arch/arm64/boot/dts/actions/s900-bubblegum-96.dts b/arch/ar

[PATCH 06/10] arm64: dts: actions: Add S900 gpio nodes

2018-02-17 Thread Manivannan Sadhasivam
Add gpio nodes for Actions Semi S900 SoC. Signed-off-by: Manivannan Sadhasivam --- arch/arm64/boot/dts/actions/s900.dtsi | 7 +++ 1 file changed, 7 insertions(+) diff --git a/arch/arm64/boot/dts/actions/s900.dtsi b/arch/arm64/boot/dts/actions/s900.dtsi index 0156483f0f4d..e359509ad9d3 1006

[PATCH 03/10] arm64: actions: Enable PINCTRL in platforms Kconfig

2018-02-17 Thread Manivannan Sadhasivam
Select PINCTRL for Actions Semi SoCs Signed-off-by: Manivannan Sadhasivam --- arch/arm64/Kconfig.platforms | 1 + 1 file changed, 1 insertion(+) diff --git a/arch/arm64/Kconfig.platforms b/arch/arm64/Kconfig.platforms index fbedbd8f619a..bae1289bdc3f 100644 --- a/arch/arm64/Kconfig.platforms ++

[PATCH 02/10] arm64: dts: actions: Add pinctrl node for S900

2018-02-17 Thread Manivannan Sadhasivam
Add pinctrl nodes for Actions Semi S900 SoC Signed-off-by: Manivannan Sadhasivam --- arch/arm64/boot/dts/actions/s900.dtsi | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm64/boot/dts/actions/s900.dtsi b/arch/arm64/boot/dts/actions/s900.dtsi index fee0c9557656..0156483f0f4d 100

[PATCH 00/10] Add Actions Semi S900 pinctrl and gpio support

2018-02-17 Thread Manivannan Sadhasivam
This patchset adds pinctrl and gpio support for Actions Semi S900 SoC. Pinctrl and gpio subsystems share the common set of register range but implemented as individual drivers for making it less complex. Pinmux functions are only accessible for pin groups while pinconf parameters are available for

[PATCH 01/10] dt-bindings: pinctrl: Add bindings for Actions S900 SoC

2018-02-17 Thread Manivannan Sadhasivam
Add pinctrl bindings for Actions Semi S900 SoC Signed-off-by: Manivannan Sadhasivam --- .../bindings/pinctrl/actions,s900-pinctrl.txt | 171 + 1 file changed, 171 insertions(+) create mode 100644 Documentation/devicetree/bindings/pinctrl/actions,s900-pinctrl.txt diff

Re: [v3,05/11] watchdog/hpwdt: Update Module info.

2018-02-17 Thread Jerry Hoemann
On Sat, Feb 17, 2018 at 08:19:23AM -0800, Guenter Roeck wrote: > On Thu, Feb 15, 2018 at 04:43:54PM -0700, Jerry Hoemann wrote: > > Update Module Author and description to reflect changes in driver. > > > > Signed-off-by: Jerry Hoemann > > --- > > drivers/watchdog/hpwdt.c | 4 ++-- > > 1 file ch

[PATCH] kbuild: Don't source kernel config

2018-02-17 Thread Richard Weinberger
Don't source the kernel config file in shell scripts. The config file is not a shell script and often imported from untrusted sources. What could possible go wrong? ;-) Instead, read config file line by line and access config entries using a bash array. Cc: Sam Ravnborg Cc: Arnaud Lacombe Cc: N

Re: [v3,04/11] watchdog/hpwdt: white space changes

2018-02-17 Thread Jerry Hoemann
On Sat, Feb 17, 2018 at 09:27:53PM +0100, Marcus Folkesson wrote: > On Sat, Feb 17, 2018 at 12:32:08PM -0700, Jerry Hoemann wrote: > > On Sat, Feb 17, 2018 at 08:17:34AM -0800, Guenter Roeck wrote: > > > On Thu, Feb 15, 2018 at 04:43:53PM -0700, Jerry Hoemann wrote: > > > > Minor white space change

Re: [v3,04/11] watchdog/hpwdt: white space changes

2018-02-17 Thread Marcus Folkesson
On Sat, Feb 17, 2018 at 12:32:08PM -0700, Jerry Hoemann wrote: > On Sat, Feb 17, 2018 at 08:17:34AM -0800, Guenter Roeck wrote: > > On Thu, Feb 15, 2018 at 04:43:53PM -0700, Jerry Hoemann wrote: > > > Minor white space changes and some name clean up. > > > > > > Signed-off-by: Jerry Hoemann > > >

Re: [PATCH v2 1/2] jump_label: Explicitly disable jump labels in __init code

2018-02-17 Thread Thomas Gleixner
On Sat, 17 Feb 2018, Josh Poimboeuf wrote: > On Sat, Feb 17, 2018 at 11:38:48AM +0100, Ingo Molnar wrote: > > > > * Josh Poimboeuf wrote: > > > > > +/* Disable any jump label entries in __init code */ > > > +void __init jump_label_invalidate_init(void) > > > +{ > > > + struct jump_entry *iter_st

Re: [PATCH] x86/microcode: Check microcode revision before updating sibling threads

2018-02-17 Thread Henrique de Moraes Holschuh
On Sat, 17 Feb 2018, Borislav Petkov wrote: > On Sat, Feb 17, 2018 at 11:42:48AM -0200, Henrique de Moraes Holschuh wrote: > > I wonder when this broke, > > It didn't break - we're just printing the update only once. It was before that change, when the microcode subsystem still printed a message

Re: [v3,06/11] watchdog/hpwdt: Select WATCHDOG_CORE

2018-02-17 Thread Jerry Hoemann
On Sat, Feb 17, 2018 at 08:21:30AM -0800, Guenter Roeck wrote: > On Thu, Feb 15, 2018 at 04:43:55PM -0700, Jerry Hoemann wrote: > > Update Kconfig file to show that hpwdt now selects WATCHDOG_CORE. > > > > Signed-off-by: Jerry Hoemann > > At this point, WATCHDOG_CORE is not required. This patch

[PATCH v3 00/15] add dts nodes to MT7622 SoC

2018-02-17 Thread sean.wang
From: Sean Wang Changes since v2: - rebase to 4.16-rc1 and solve all conflicts - add proper list Cc in patch 1 - add fixup in patch 4 in v2 with the uniform pinmux definition that is always adding property function before property groups - add Acked-by from Philippe in patch 5 - add clock relat

[PATCH v3 13/15] arm64: dts: mt7622: add usb device nodes

2018-02-17 Thread sean.wang
From: Chunfeng Yun add xhci node and usb3 phy nodes Signed-off-by: Chunfeng Yun Signed-off-by: Sean Wang Tested-by: Jumin Li --- arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 28 +++ arch/arm64/boot/dts/mediatek/mt7622.dtsi | 51 2 files changed,

[PATCH v3 04/15] arm64: dts: mt7622: add pinctrl related device nodes

2018-02-17 Thread sean.wang
From: Sean Wang add pinctrl device nodes and rfb1 board, additionally include all pin groups possible being used on rfb1 board and available gpio keys. Signed-off-by: Sean Wang Cc: Matthias Brugger --- arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 200 +++ arch/arm64/

[PATCH v3 11/15] arm64: dts: mt7622: add PCIe device nodes

2018-02-17 Thread sean.wang
From: Ryder Lee This patch adds PCIe support fot MT7622. Signed-off-by: Ryder Lee Signed-off-by: Sean Wang --- arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 10 arch/arm64/boot/dts/mediatek/mt7622.dtsi | 74 2 files changed, 84 insertions(+) diff --git

[PATCH v3 01/15] dt-bindings: clock: mediatek: add missing required #reset-cells

2018-02-17 Thread sean.wang
From: Sean Wang All ethsys, pciesys and ssusbsys internally include reset controller, so explicitly add back these missing cell definitions to related bindings and examples. Signed-off-by: Sean Wang Cc: Rob Herring Cc: Michael Turquette Cc: Stephen Boyd Cc: linux-...@vger.kernel.org Reviewed

[PATCH v3 07/15] arm64: dts: mt7622: turn uart0 clock to real ones

2018-02-17 Thread sean.wang
From: Sean Wang This patch also cleans up two oscillators that provide clocks for MT7623. Switch the uart clocks to the real ones while at it. Signed-off-by: Sean Wang Cc: Matthias Brugger --- arch/arm64/boot/dts/mediatek/mt7622.dtsi | 15 ++- 1 file changed, 2 insertions(+), 13 d

[PATCH v3 02/15] arm64: dts: mt7622: add clock controller device nodes

2018-02-17 Thread sean.wang
From: Sean Wang Add clock controller nodes for MT7622 and include header for topckgen, infracfg, pericfg, apmixedsys, ethsys, sgmiisys, pciesys and ssusbsys for those devices nodes to be added afterwards. In addition, provides an oscillator node for the source of PLLs and dummy clock for PWARP t

[PATCH v3 05/15] arm64: dts: mt7622: add PMIC MT6380 related nodes

2018-02-17 Thread sean.wang
From: Sean Wang Enable pwrap and MT6380 on mt7622-rfb1 board. Also add all mt6380 regulator nodes in an alone file to allow similar boards using MT6380 able to resue the configuration. Signed-off-by: Sean Wang Cc: Mark Brown Cc: Matthias Brugger Cc: Philippe Ombredanne Acked-by: Philippe Omb

[PATCH v3 15/15] arm64: dts: mt7622: add mmc related device nodes

2018-02-17 Thread sean.wang
From: Sean Wang add mmc device nodes and proper setup for used pins Signed-off-by: Sean Wang Signed-off-by: Jimin Wang --- arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 106 +++ arch/arm64/boot/dts/mediatek/mt7622.dtsi | 20 + 2 files changed, 126 insertions(

[PATCH v3 14/15] arm64: dts: mt7622: add High-Speed DMA device nodes

2018-02-17 Thread sean.wang
From: Sean Wang add High-Speed DMA (HSDMA) nodes Signed-off-by: Sean Wang --- arch/arm64/boot/dts/mediatek/mt7622.dtsi | 10 ++ 1 file changed, 10 insertions(+) diff --git a/arch/arm64/boot/dts/mediatek/mt7622.dtsi b/arch/arm64/boot/dts/mediatek/mt7622.dtsi index bad1e99..ffb934b 100

[PATCH v3 03/15] arm64: dts: mt7622: add power domain controller device nodes

2018-02-17 Thread sean.wang
From: Sean Wang add power domain controller nodes Signed-off-by: Sean Wang Cc: Matthias Brugger --- arch/arm64/boot/dts/mediatek/mt7622.dtsi | 15 +++ 1 file changed, 15 insertions(+) diff --git a/arch/arm64/boot/dts/mediatek/mt7622.dtsi b/arch/arm64/boot/dts/mediatek/mt7622.dts

[PATCH v3 12/15] arm64: dts: mt7622: add SATA device nodes

2018-02-17 Thread sean.wang
From: Ryder Lee This patch adds SATA support fot MT7622. Signed-off-by: Ryder Lee Signed-off-by: Sean Wang --- arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 8 ++ arch/arm64/boot/dts/mediatek/mt7622.dtsi | 40 2 files changed, 48 insertions(+) diff --gi

[PATCH v3 08/15] arm64: dts: mt7622: add SoC and peripheral related device nodes

2018-02-17 Thread sean.wang
From: Sean Wang Add watchdog, rtc, auxadc, cir, efuse, rng, uart[1-4], pwm, i2c[0-2], spi[0-1], btif and thermal related nodes. Signed-off-by: Sean Wang Cc: Andrew-CT Chen Cc: Zhiyong Tao Cc: Zhi Mao Cc: Jun Gao Cc: Leilk Liu Cc: Matthias Brugger --- arch/arm64/boot/dts/mediatek/mt7622-r

[PATCH v3 10/15] arm64: dts: mt7622: add ethernet device nodes

2018-02-17 Thread sean.wang
From: Sean Wang add ethernet device nodes which enable GMAC1 with SGMII interface Signed-off-by: Sean Wang --- arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 22 arch/arm64/boot/dts/mediatek/mt7622.dtsi | 31 2 files changed, 53 insertions(

[PATCH v3 06/15] arm64: dts: mt7622: add cpufreq related device nodes

2018-02-17 Thread sean.wang
From: Sean Wang Add clocks, regulators and opp information into cpu nodes. In addition, the power supply for cpu nodes is deployed on mt7622-rfb1 board. Signed-off-by: Sean Wang Cc: Viresh Kumar --- arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 12 +++ arch/arm64/boot/dts/mediatek/mt7622

[PATCH v3 09/15] arm64: dts: mt7622: add flash related device nodes

2018-02-17 Thread sean.wang
From: Sean Wang add nodes for NOR flash, parallel Nand flash with error correction code support. Signed-off-by: Sean Wang Cc: RogerCC Lin Cc: Guochun Mao --- arch/arm64/boot/dts/mediatek/mt7622-rfb1.dts | 21 + arch/arm64/boot/dts/mediatek/mt7622.dtsi | 34 +++

Re: syscon regmap for disabled node?

2018-02-17 Thread Arnd Bergmann
On Sat, Feb 17, 2018 at 2:40 AM, Suman Anna wrote: > Hi Pankaj, Arnd, Lee, > > I am testing some code to use a syscon/regmap interface and I find that > the syscon/regmap is initialized even on a disabled device node using a > "syscon" compatible property when I have expected it to fail. Prior to

[PATCH] auxdisplay: Replace licenses with SPDX identifiers

2018-02-17 Thread Miguel Ojeda
Cc: Willy Tarreau Cc: Geert Uytterhoeven Cc: Linus Walleij Cc: Robin van der Gracht Cc: Paul Burton Signed-off-by: Miguel Ojeda --- Please let me know if you agree for your files and I will queue it up. Thanks! drivers/auxdisplay/arm-charlcd.c| 2 +- drivers/auxdisplay/cfag12864b.c

Re: [v3,04/11] watchdog/hpwdt: white space changes

2018-02-17 Thread Jerry Hoemann
On Sat, Feb 17, 2018 at 08:17:34AM -0800, Guenter Roeck wrote: > On Thu, Feb 15, 2018 at 04:43:53PM -0700, Jerry Hoemann wrote: > > Minor white space changes and some name clean up. > > > > Signed-off-by: Jerry Hoemann > > --- > > MODULE_DEVICE_TABLE(pci, hpwdt_devices); > > > > @@ -102,7 +100

Re: [PATCH V2] lib/scatterlist: Add SG_CHAIN and SG_END macros for LSB encodings

2018-02-17 Thread kbuild test robot
Hi Anshuman, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v4.16-rc1 next-20180216] [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-

[PATCH] Support the nonstring variable attribute (gcc >= 8)

2018-02-17 Thread Miguel Ojeda
>From the GCC manual: The nonstring variable attribute specifies that an object or member declaration with type array of char or pointer to char is intended to store character arrays that do not necessarily contain a terminating NUL character. This is useful in detecting uses of such arrays or poi

[PATCH v5 2/3] dmaengine: mediatek: Add MediaTek High-Speed DMA controller for MT7622 and MT7623 SoC

2018-02-17 Thread sean.wang
From: Sean Wang MediaTek High-Speed DMA controller (HSDMA) on MT7622 and MT7623 SoC has a single ring is dedicated to memory-to-memory transfer through ring based descriptor management. Even though there is only one physical ring available inside HSDMA, the driver can be easily extended to the s

[PATCH v5 1/3] dt-bindings: dmaengine: Add MediaTek High-Speed DMA controller bindings

2018-02-17 Thread sean.wang
From: Sean Wang Document the devicetree bindings for MediaTek High-Speed DMA controller which could be found on MT7623 SoC or other similar Mediatek SoCs. Signed-off-by: Sean Wang --- .../devicetree/bindings/dma/mtk-hsdma.txt | 33 ++ 1 file changed, 33 insertions(

[PATCH v5 3/3] dmaengine: mediatek: update MAINTAINERS entry with MediaTek DMA driver

2018-02-17 Thread sean.wang
From: Sean Wang I work for MediaTek and maintain SoC targeting to home gateway and also will keep extending and testing the function. Signed-off-by: Sean Wang --- MAINTAINERS | 9 + 1 file changed, 9 insertions(+) diff --git a/MAINTAINERS b/MAINTAINERS index 3bdc260..d3c33d7 100644 --

[PATCH v5 0/3] add support for Mediatek High-Speed DMA controller on MT7622 and MT7623 SoC

2018-02-17 Thread sean.wang
From: Sean Wang Changes since v4: - rebase to 4.16-rc1 - fold back patch 4 and 5 in v4 into the original commit - add the missing header included - fix typo and add more explanation in existing comments - fix the comments with kernel-doc style which uses /** as the begin - begin the multi-line co

Regional Liaison Representative

2018-02-17 Thread Atsushi Die Casting Co.Ltd
Hello Atsushi Die Casting Co.Ltd is currently looking on expanding is work force by over 80% by contracting companies and individuals to act as a representative irrespective of your profession to help their growing business based in USA/CANADA.If Interested please send your resume/contact deta

Regional Liaison Representative

2018-02-17 Thread Atsushi Die Casting Co.Ltd
Hello Atsushi Die Casting Co.Ltd is currently looking on expanding is work force by over 80% by contracting companies and individuals to act as a representative irrespective of your profession to help their growing business based in USA/CANADA.If Interested please send your resume/contact deta

Regional Liaison Representative

2018-02-17 Thread Atsushi Die Casting Co.Ltd
Hello Atsushi Die Casting Co.Ltd is currently looking on expanding is work force by over 80% by contracting companies and individuals to act as a representative irrespective of your profession to help their growing business based in USA/CANADA.If Interested please send your resume/contact deta

Regional Liaison Representative

2018-02-17 Thread Atsushi Die Casting Co.Ltd
Hello Atsushi Die Casting Co.Ltd is currently looking on expanding is work force by over 80% by contracting companies and individuals to act as a representative irrespective of your profession to help their growing business based in USA/CANADA.If Interested please send your resume/contact deta

Re: [PATCH V2] lib/scatterlist: Add SG_CHAIN and SG_END macros for LSB encodings

2018-02-17 Thread kbuild test robot
Hi Anshuman, Thank you for the patch! Perhaps something to improve: [auto build test WARNING on linus/master] [also build test WARNING on v4.16-rc1 next-20180216] [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-

Re: [PATCH 0/2] efivars: reading variables can generate SMIs

2018-02-17 Thread Andy Lutomirski
On Fri, Feb 16, 2018 at 10:03 PM, Matthew Garrett wrote: > On Fri, Feb 16, 2018 at 2:02 PM Luck, Tony wrote: > >> > If the default is 600 then it makes sense to allow a privileged service > to >> > selectively make certain variables world readable at runtime. > >> As soon as you make one variable

Re: [PATCH 4.9 00/92] 4.9.81-stable review

2018-02-17 Thread Guenter Roeck
On 02/17/2018 05:45 AM, Greg Kroah-Hartman wrote: On Sat, Feb 17, 2018 at 02:31:53PM +0100, Yves-Alexis Perez wrote: On Tue, 2018-02-13 at 16:29 +0100, Greg Kroah-Hartman wrote: arch/powerpc/kernel/entry_64.S: Assembler messages: arch/powerpc/kernel/entry_64.S:260: Error: unrecognized opcode: `

Re: [PATCH v3 01/15] Documentation: add newcx initramfs format description

2018-02-17 Thread Rob Landley
On 02/16/2018 06:00 PM, h...@zytor.com wrote: > Introducing new, incompatible data formats is an inherently *very* > costly operation; unfortunately many engineers don't seem to have a good grip > of just *how* expensive it is (see "silly embedded nonsense hacks", "too > little, too soon".) So you

Re: [PATCH 3/4] staging: iio: accel: Use sign_extend32 and adjust a switch statement

2018-02-17 Thread Dan Carpenter
On Sat, Feb 17, 2018 at 12:23:53PM +, Jonathan Cameron wrote: > On Mon, 12 Feb 2018 16:10:01 +0300 > Dan Carpenter wrote: > > > On Mon, Feb 12, 2018 at 05:24:58PM +0530, Himanshu Jha wrote: > > > Use sign_extend32 function instead of manually coding it. Also, adjust a > >

Re: [PATCH 2/3] x86/CPU: Add a microcode loader callback

2018-02-17 Thread Raj, Ashok
On Sat, Feb 17, 2018 at 02:28:00PM +0100, Borislav Petkov wrote: > On Sat, Feb 17, 2018 at 05:07:53AM -0800, Raj, Ashok wrote: > > Could you only list it there instead? common.c has no other > > microcode related functions other than this.? > > I already explained that to you: this function is cal

Re: i2c-designware: sound and s2ram broken on Broadwell-U system since commit ca382f5b38f367b6 (add i2c gpio recovery option)

2018-02-17 Thread Dominik Brodowski
On Sat, Feb 17, 2018 at 05:09:40PM +0200, Andy Shevchenko wrote: > On Sat, 2018-02-17 at 17:02 +0200, Andy Shevchenko wrote: > > On Sat, 2018-02-17 at 14:25 +0100, Dominik Brodowski wrote: > > > > > on v4.16-rc1+, sound does not work any more on my Dell XPS 13; > > > suspend-to-RAM hangs as well.

Re: [v3,07/11] watchdog/hpwdt: Modify to use watchdog core.

2018-02-17 Thread Guenter Roeck
On Thu, Feb 15, 2018 at 04:43:56PM -0700, Jerry Hoemann wrote: > Follow Documentation/watchdog/convert_drivers_to_kernel_api.txt to > convert hpwdt from legacy watchdog driver to use the watchdog core. > > Removed functions: hpwdt_open, hpwdt_release, hpwdt_write, hpwdt_ioctl > Removed data struct

Re: [PATCH 16/18] crypto: talitos - do hw_context DMA mapping outside the requests

2018-02-17 Thread Christophe LEROY
Le 07/02/2018 à 15:39, Horia Geantă a écrit : On 10/6/2017 4:06 PM, Christophe Leroy wrote: At every request, we map and unmap the same hash hw_context. This patch moves the dma mapping/unmapping in functions ahash_init() and ahash_import(). Signed-off-by: Christophe Leroy --- drivers/cry

[PATCH v2] iio: chemical: ccs811: Corrected firmware boot/application mode transition

2018-02-17 Thread Richard Lai
CCS811 has different I2C register maps in boot and application mode. When CCS811 is in boot mode, register APP_START (0xF4) is used to transit the firmware state from boot to application mode. However, APP_START is not a valid register location when CCS811 is in application mode (refer to "CCS811 B

Re: [v3,06/11] watchdog/hpwdt: Select WATCHDOG_CORE

2018-02-17 Thread Guenter Roeck
On Thu, Feb 15, 2018 at 04:43:55PM -0700, Jerry Hoemann wrote: > Update Kconfig file to show that hpwdt now selects WATCHDOG_CORE. > > Signed-off-by: Jerry Hoemann At this point, WATCHDOG_CORE is not required. This patch should be merged with the next patch, which adds the requirement. Since it

Re: [v3,05/11] watchdog/hpwdt: Update Module info.

2018-02-17 Thread Guenter Roeck
On Thu, Feb 15, 2018 at 04:43:54PM -0700, Jerry Hoemann wrote: > Update Module Author and description to reflect changes in driver. > > Signed-off-by: Jerry Hoemann > --- > drivers/watchdog/hpwdt.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/drivers/watchdog/hpw

Re: [PATCH 0/2] efivars: reading variables can generate SMIs

2018-02-17 Thread Andi Kleen
> Would rate limiting (but not only for non-root) help mitigate Spectre > v1 issues in UEFI runtime services code as well? I have been looking > into unmapping the entire kernel while such calls are in progress, > because firmware is likely to remain vulnerable long after the OSes > have been fixed

Re: [v3,04/11] watchdog/hpwdt: white space changes

2018-02-17 Thread Guenter Roeck
On Thu, Feb 15, 2018 at 04:43:53PM -0700, Jerry Hoemann wrote: > Minor white space changes and some name clean up. > > Signed-off-by: Jerry Hoemann > --- > drivers/watchdog/hpwdt.c | 49 > +++- > 1 file changed, 23 insertions(+), 26 deletions(-) > >

  1   2   3   >