On 2017-04-24 14:07, Andy Shevchenko wrote:
> On Mon, 2017-04-24 at 12:30 +0200, Jan Kiszka wrote:
>> After migrating 8250_exar to MSI in 172c33cb61da, we can get stuck
>> without further interrupts because of the special wake-up event these
>> chips send. They are only cleared by reading INT0. As
On Sat, May 13, 2017 at 09:55:14AM +0300, Cyrill Gorcunov wrote:
> On Fri, May 12, 2017 at 06:45:09PM -0700, Andrei Vagin wrote:
> > On Sat, May 13, 2017 at 01:53:40AM +0300, Cyrill Gorcunov wrote:
> > > On Sat, May 13, 2017 at 12:41:30AM +0200, Jann Horn wrote:
> > > > [resending as plaintext]
> >
On Fri, May 12, 2017 at 10:30:44PM +0200, Peter Zijlstra wrote:
> On stack variable length arrays get implemented by the compiler doing
> alloca(), and we sadly have a few of those around.
I've just got rid of one of those and I wish they would appear
entirely as they are horrible in so many diffe
First, the logic for translating a register bit to the return code of
exar_get_direction and exar_get_value were wrong. And second, there was
a flip regarding the register bank in exar_get_direction.
Signed-off-by: Jan Kiszka
---
drivers/gpio/gpio-exar.c | 8
1 file changed, 4 insertion
This fixes reloading of the driver for the same device: First of all,
the driver sets drvdata to its own value during probing and does not
restore the original value on exit. But this won't help anyway as the
core clears drvdata after the driver left.
Use stable platform_data instead.
Signed-off-
This is the safe default for GPIOs with unknown external wiring.
Signed-off-by: Jan Kiszka
---
drivers/tty/serial/8250/8250_exar.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/tty/serial/8250/8250_exar.c
b/drivers/tty/serial/8250/8250_exar.c
index 1270ff163f63
On the SIMATIC, IOT2040 only a single pin is exportable as GPIO, the
rest is required to operate the UART. To allow modeling this case,
use device properties to specify a (consecutive) pin subset for
exporting by the gpio-exar driver.
Signed-off-by: Jan Kiszka
---
drivers/gpio/gpio-exar.c
Adding NXP Low Power Timer/Pulse Width Modulation Module (TPM)
binding doc.
Cc: Rob Herring
Cc: Mark Rutland
Cc: devicet...@vger.kernel.org
Cc: Daniel Lezcano
Cc: Thomas Gleixner
Cc: Shawn Guo
Cc: Bai Ping
Signed-off-by: Dong Aisheng
---
.../devicetree/bindings/timer/nxp,tpm-timer.txt|
Do not allocate resources on behalf of the parent device but on our own.
Otherwise, cleanup does not properly work if gpio-exar is removed but
not the parent device.
Signed-off-by: Jan Kiszka
---
drivers/gpio/gpio-exar.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dri
IMX Timer/PWM Module (TPM) supports both timer and pwm function while
this patch only adds the timer support. PWM would be added later.
The TPM counter, compare and capture registers are clocked by an
asynchronous clock that can remain enabled in low power modes.
Cc: Daniel Lezcano
Cc: Thomas Gl
The UART driver already maps the resource for us. Trying to do this here
only fails and leaves us with a non-working device.
Signed-off-by: Jan Kiszka
---
drivers/gpio/gpio-exar.c | 10 +++---
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/drivers/gpio/gpio-exar.c b/drivers/gp
This implements the setup of RS232 and the switch-over to RS485 or RS422
for the Siemens IOT2040. That uses an EXAR XR17V352 with external logic
to switch between the different modes. The external logic is controlled
via MPIO pins of the EXAR controller.
Only pin 10 can be exported as GPIO on the
The Siemens IOT2040 comes with a RS485 interface that allows to enable
or disable bus termination via software. Add a bit to the flags field of
serial_rs485 that applications can set in order to request this feature
from the hardware. This seems generic enough to add it for everyone.
Existing drive
This makes the gpio-exar driver usable, which was prevented by a number
of fatal bugs, and adds support for the SIMATIC IOT2040 to the 8250-exar
driver and, indirectly, to gpio-exar as well. It's a cross-subsystem
series, so I'm also cross-posting to the serial and gpio lists.
Jan
Jan Kiszka (8):
On Sat, May 13, 2017 at 11:15:59AM +0800, Geliang Tang wrote:
> Use memdup_user() helper instead of open-coding to simplify the code.
>
> Signed-off-by: Geliang Tang
> ---
> drivers/usb/gadget/function/f_fs.c | 11 +++
> 1 file changed, 3 insertions(+), 8 deletions(-)
>
> diff --git a/d
kcmp syscall is build iif CONFIG_CHECKPOINT_RESTORE is selected,
so wrap appropriate helpers in epoll code with the config to
build it conditionally.
Signed-off-by: Cyrill Gorcunov
Reported-by: Andrew Morton
CC: Andrey Vagin
CC: Al Viro
CC: Pavel Emelyanov
CC: Michael Kerrisk
CC: Jason Baron
From: Markus Elfring
Date: Sat, 13 May 2017 10:45:54 +0200
Two update suggestions were taken into account
from static source code analysis.
Markus Elfring (2):
Delete an error message for a failed memory allocation in
ipack_device_read_id()
Improve a size determination in ipack_bus_register
From: Markus Elfring
Date: Sat, 13 May 2017 10:20:07 +0200
Omit an extra message for a memory allocation failure in this function.
This issue was detected by using the Coccinelle software.
Link:
http://events.linuxfoundation.org/sites/events/files/slides/LCJ16-Refactor_Strings-WSang_0.pdf
Sign
From: Markus Elfring
Date: Sat, 13 May 2017 10:37:06 +0200
Replace the specification of a data structure by a pointer dereference
as the parameter for the operator "sizeof" to make the corresponding size
determination a bit safer according to the Linux coding style convention.
Signed-off-by: Mar
Hi Jeff,
Em Fri, 12 May 2017 10:02:56 -0400
Jeff Layton escreveu:
> On Fri, 2017-05-12 at 11:00 -0300, Mauro Carvalho Chehab wrote:
> > There are a few syntax violations that cause outputs of
> > a few comments to not be properly parsed in ReST format.
> >
> > No functional changes.
> >
> > Si
Em Fri, 12 May 2017 18:57:13 +0200
Markus Heiser escreveu:
> Am 12.05.2017 um 15:59 schrieb Mauro Carvalho Chehab
> :
>
> > Use pandoc to convert documentation to ReST by calling
> > Documentation/sphinx/tmplcvt script.
> >
> > - Manually adjust tables with got broken by conversion
> >
> > Si
On Fri, 12 May 2017, Eric W. Biederman wrote:
> Which leaves me perplexed. The hashes from tglx's current tree:
> https://git.kernel.org/pub/scm/linux/kernel/git/tglx/history.git
> on kernel.org and the hashes in your full history tree differ.
> Given that they are in theory the same tree this dis
Em Fri, 12 May 2017 15:19:17 -0700
Darren Hart escreveu:
> On Sat, May 13, 2017 at 12:11:09AM +0200, Peter Zijlstra wrote:
> > On Fri, May 12, 2017 at 06:51:50PM -0300, Mauro Carvalho Chehab wrote:
> > > > * Return:
> > > > * * 0 - ready to wait
> > > > * * 1 - acquired the lock
> > > >
Em Fri, 12 May 2017 18:35:29 +0200
Markus Heiser escreveu:
> Am 12.05.2017 um 15:59 schrieb Mauro Carvalho Chehab
> :
>
> > Use pandoc to convert documentation to ReST by calling
> > Documentation/sphinx/tmplcvt script.
> >
> > - Manually adjusted to use ..note and ..warning
> > - Minor fixes
When handling uncompressed node names, we need to compare the last
component rather than the entire string.
Signed-off-by: Sascha Silbe
---
scripts/dtc/libfdt/fdt_ro.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/scripts/dtc/libfdt/fdt_ro.c b/scripts/dtc/libfdt/fdt_ro.c
index 3d00d2eee
Probably since commit dfbd4c6eff35 ("drivers/of: Split
unflatten_dt_node()"), unflattening an FDT containing uncompressed
node names (e.g. "/gpio@d4019000/gpio@0") will abort after scanning
the root node because fpsize wasn't updated to include the path len.
Signed-off-by: Sascha Silbe
---
drive
Two fixes for bugs in the FDT code I discovered while trying to get
the mainline kernel to run on OLPC XO-1.75. XOs are running Open
Firmware natively, not just passing down some blob.
Sascha Silbe (2):
fdt: correctly handle uncompressed node names
of: fdt: fix unflattening of FDTs containing
On 13/02/2017 02:43, David Ahern wrote:
> On 2/12/17 2:23 PM, Mickaël Salaün wrote:
>> diff --git a/samples/bpf/.gitignore b/samples/bpf/.gitignore
>> new file mode 100644
>> index ..a7562a5ef4c2
>> --- /dev/null
>> +++ b/samples/bpf/.gitignore
>> @@ -0,0 +1,32 @@
>> +fds_example
>> +l
Dear Beneficiary,
You have been selected to receive (950,000.00 EURO) as charity donations / aid
from the Qatar Foundation. Please kindly provide the
below information details mention.
1. Your Full Name:
2. Country:
3. Marital Status:
4. Age:
5. Occupation:
6. Telephone:
7. Home Address:
Note:
On 2017-05-12 at 23:36:22 +0200, Alexey Khoroshilov
wrote:
> The driver does ioremap(port->mapbase, ALTERA_JTAGUART_SIZE),
> but there is no any iounmap().
>
> Found by Linux Driver Verification project (linuxtesting.org).
>
> Signed-off-by: Alexey Khoroshilov
Acked-by: Tobias Klauser
Thank
./drivers/mtd/nand/nand_bbt.c:1: warning: no structured comments found
./include/linux/mtd/nand.h:785: ERROR: Unexpected indentation.
./drivers/mtd/nand/nand_base.c:449: WARNING: Definition list ends without a
blank line; unexpected unindent.
./drivers/mtd/nand/nand_base.c:1161: ERROR: Unexpected
Use pandoc to convert documentation to ReST by calling
Documentation/sphinx/tmplcvt script.
The tables were manually adjusted to fit into 80 columns.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/DocBook/Makefile |1 -
Documentation/DocBook/mtdnand.tmpl | 1291 -
Use pandoc to convert documentation to ReST by calling
Documentation/sphinx/tmplcvt script.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/DocBook/Makefile | 4 +-
Documentation/DocBook/sh.tmpl | 105 -
Documentation/conf.py | 2 +
Do
Typo:
ored -> ordered
While here, group the :: with the previous paragraph, in order
to make it visually better when reading as a text file.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/driver-api/mtdnand.rst | 24 +++-
1 file changed, 7 insertions(+), 17 d
This patch series convert the following books to ReST:
- librs
- mtdnand
- sh
And it is based on my previous series of conversion patches.
After this series, there will be just one DocBook pending conversion:
- lsm (Linux Security Modules)
This book is very outdat
Use pandoc to convert documentation to ReST by calling
Documentation/sphinx/tmplcvt script.
Signed-off-by: Mauro Carvalho Chehab
---
Documentation/DocBook/Makefile | 2 +-
Documentation/DocBook/librs.tmpl | 289 ---
Documentation/core-api/index.rst | 1 +
The fallback code for "unknown" architectures doesn't work on ARM
because for ARM (and a couple of other architectures) KBUILD_IMAGE
contains only the file name, not the full path. Having an explicit
rule also avoids printing the warning for unknown architectures.
Signed-off-by: Sascha Silbe
---
This looks spurious to iounmap resources in the normal path of this init
function.
The 3 ioremap'ed fields of 'pm_config' can be accessed later on in other
functions, so it is likely that we should return 'success' before unrolling
everything.
Fixes: aa9aa1ec2df6 ("ARM: davinci: PM: rework init, r
Linus,
The following changes since commit a351e9b9fc24e982ec2f0e76379a49826036da12:
Linux 4.11 (2017-04-30 19:47:48 -0700)
are available in the git repository at:
git://git.kernel.org/pub/scm/linux/kernel/git/rw/uml.git for-linus-4.12-rc1
for you to fetch changes up to ce4586063f1af780b1c6
If 'sram_alloc' fails, we need to free already allocated resources.
Fixes: aa9aa1ec2df6 ("ARM: davinci: PM: rework init, remove platform device")
Signed-off-by: Christophe JAILLET
---
arch/arm/mach-davinci/pm.c | 5 -
1 file changed, 4 insertions(+), 1 deletion(-)
diff --git a/arch/arm/mach
Linus,
The following changes since commit a351e9b9fc24e982ec2f0e76379a49826036da12:
Linux 4.11 (2017-04-30 19:47:48 -0700)
are available in the git repository at:
git://git.infradead.org/linux-ubifs.git tags/upstream-4.12-rc1
for you to fetch changes up to 7bccd12d27b7e358823feb5429731b8ee
Fixed some coding style issues after running scripts/checkpatch.pl
Fixed spelling in ssi_blkcipher_complete(), should be counter not couter.
Signed-off-by: Ammly Fredrick
---
drivers/staging/ccree/ssi_cipher.c | 72 ++
1 file changed, 34 insertions(+), 38 del
On (05/12/17 14:57), Petr Mladek wrote:
[..]
> I have tried to reproduce the problem and started kernel with
> console=ttyS1 console=ttyS0 in qemu. It created:
>
> console_cmdline = {{
> .name = "ttyS";
> .index = 1; //
Hi,
This ReSTifies everything under Documentation/security/, and reorganizes
some of it (mainly the LSMs) under /admin-guide/ per Jon's request. Since
/security/ is already being indexed under the kernel development portion
of the sphinx index, I didn't move it, keeping only things that were
direc
This updates seccomp_filter.txt for ReST markup, and moves it under the
user-space API index, since it describes how application author can use
seccomp.
Signed-off-by: Kees Cook
---
Documentation/userspace-api/index.rst | 1 +
.../seccomp_filter.rst}| 1
Adjusts for ReST markup and moves under LSM admin guide.
Signed-off-by: Kees Cook
---
.../Yama.txt => admin-guide/LSM/Yama.rst} | 55 --
Documentation/admin-guide/LSM/index.rst| 1 +
Documentation/security/00-INDEX| 2 -
MAINTAINERS
Adjusts for ReST markup and moves under keys security devel index.
Cc: David Howells
Cc: Tyler Hicks
Signed-off-by: Kees Cook
---
Documentation/security/00-INDEX | 2 --
.../security/{keys-ecryptfs.txt => keys/ecryptfs.rst} | 19 ---
Documentation/securit
Adjusts for ReST markup and moves under LSM admin guide.
Signed-off-by: Kees Cook
---
.../{security/LoadPin.txt => admin-guide/LSM/LoadPin.rst}| 12
Documentation/admin-guide/LSM/index.rst | 1 +
MAINTAINERS
This creates a new section in the security development index for kernel
keys, and adjusts for ReST markup.
Cc: David Howells
Signed-off-by: Kees Cook
---
Documentation/crypto/asymmetric-keys.txt | 2 +-
Documentation/security/00-INDEX| 2 -
Documentation/securi
Adjusts for ReST markup and moves under keys security devel index.
Cc: David Howells
Cc: Mimi Zohar
Signed-off-by: Kees Cook
---
Documentation/security/00-INDEX| 4 ---
Documentation/security/conf.py | 8 --
Documentation/security/keys/index.rst
Adjusts for ReST markup and moves under keys security devel index.
Cc: David Howells
Signed-off-by: Kees Cook
---
Documentation/filesystems/nfs/idmapper.txt | 2 +-
Documentation/networking/dns_resolver.txt | 2 +-
Documentation/security/00-INDEX| 2 -
Do
Adjusts for ReST markup and moves under LSM admin guide.
Cc: Paul Moore
Signed-off-by: Kees Cook
---
.../SELinux.txt => admin-guide/LSM/SELinux.rst}| 18 --
Documentation/admin-guide/LSM/index.rst| 5 +
Documentation/security/00-INDEX
The existing LSM.txt file covered both usage and development, so split
this into two files, one under admin-guide and one under kernel
development.
Cc: James Morris
Signed-off-by: Kees Cook
---
.../LSM.txt => admin-guide/LSM/index.rst} | 22 ++
Documentation/admin-g
Adjusts for ReST markup and moves under LSM admin guide.
Cc: Tetsuo Handa
Signed-off-by: Kees Cook
---
Documentation/admin-guide/LSM/index.rst| 1 +
.../tomoyo.txt => admin-guide/LSM/tomoyo.rst} | 22 --
Documentation/security/00-INDEX|
Adjusts for ReST markup and moves under LSM admin guide.
Cc: John Johansen
Signed-off-by: Kees Cook
---
.../apparmor.txt => admin-guide/LSM/apparmor.rst} | 36 ++
Documentation/admin-guide/LSM/index.rst| 1 +
Documentation/security/00-INDEX|
Adjusts for ReST markup and moves under LSM admin guide.
Cc: Casey Schaufler
Signed-off-by: Kees Cook
---
.../Smack.txt => admin-guide/LSM/Smack.rst}| 273 ++---
Documentation/admin-guide/LSM/index.rst| 1 +
Documentation/security/00-INDEX
This updates no_new_privs documentation to ReST markup and adds it to
the user-space API documentation.
Signed-off-by: Kees Cook
---
Documentation/userspace-api/index.rst | 1 +
.../no_new_privs.rst} | 44 --
2 files changed, 26 inse
These fixes were needed to parse lsm_hooks.h kernel-doc. More work is
needed, but this is the first step.
Cc: Casey Schaufler
Signed-off-by: Kees Cook
---
include/linux/lsm_hooks.h | 25 -
1 file changed, 12 insertions(+), 13 deletions(-)
diff --git a/include/linux/lsm_
This updates the credentials API documentation to ReST markup and moves
it under the security subsection of kernel API documentation.
Signed-off-by: Kees Cook
---
Documentation/security/index.rst | 1 +
.../{self-protection.txt => self-protection.rst} | 99 ++
This updates the credentials API documentation to ReST markup and moves
it under the security subsection of kernel API documentation.
Cc: David Howells
Signed-off-by: Kees Cook
---
Documentation/security/00-INDEX| 2 -
.../security/{credentials.txt => credentials.rst} | 2
Adjust IMA-templates.txt for ReST markup and add to the index for
security/, under the Kernel API Documentation.
Cc: Mimi Zohar
Signed-off-by: Kees Cook
---
Documentation/security/00-INDEX| 2 -
.../{IMA-templates.txt => IMA-templates.rst} | 46 --
On Sat, May 13, 2017 at 07:57:45AM +0100, Al Viro wrote:
> On Fri, May 12, 2017 at 06:00:44PM -0700, Linus Torvalds wrote:
> > But the *first* thing I'd like to do would be to just get rid of
> > __get_user/__put_user as a thing. It really does generate nasty code,
> > and we might as well just mak
On Thu, May 11, 2017 at 9:06 PM, Andy Lutomirski wrote:
> It seems like RSTe is much more conservative with transition timing
> that we are. According to Mario, RSTe programs APST to transition from
> active states to the first idle state after 60ms and, thereafter, to
> 1000 * the exit latency o
/Sascha-Silbe/fdt-correctly-handle-uncompressed-node-names/20170513-184012
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: arm64-alldefconfig (attached as .config)
compiler: aarch64-linux-gnu-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
wget
https
Currently we encountered the CPU offline problem on a 16 cores server
when doing hibernation:
CPU 31 disable failed: CPU has 62 vectors assigned and there are only 0
available.
This is because:
1. One of the drivers has declare many vector resource via
pci_enable_msix_range(), say, this drive
> The TPM class has some common shutdown code that must be executed for
> all drivers. This adds some needed functionality for that
The issue with this is, that on some platforms the only storage can be eMMC and
TPM is using it,. It has to be ensured that the storage device won't go down
befor
From: Markus Elfring
Date: Sat, 13 May 2017 14:40:08 +0200
Omit an extra message for a memory allocation failure in these functions.
This issue was detected by using the Coccinelle software.
Link:
http://events.linuxfoundation.org/sites/events/files/slides/LCJ16-Refactor_Strings-WSang_0.pdf
Si
/Sascha-Silbe/fdt-correctly-handle-uncompressed-node-names/20170513-184012
base: https://git.kernel.org/pub/scm/linux/kernel/git/robh/linux.git for-next
config: arm-omap2plus_defconfig (attached as .config)
compiler: arm-linux-gnueabi-gcc (Debian 6.1.1-9) 6.1.1 20160705
reproduce:
wget
https
From: Markus Elfring
Date: Sat, 13 May 2017 15:05:28 +0200
Omit an extra message for a memory allocation failure in this function.
This issue was detected by using the Coccinelle software.
Link:
http://events.linuxfoundation.org/sites/events/files/slides/LCJ16-Refactor_Strings-WSang_0.pdf
Sign
Am 13.05.2017 13:40, schrieb Christophe JAILLET:
> This looks spurious to iounmap resources in the normal path of this init
> function.
> The 3 ioremap'ed fields of 'pm_config' can be accessed later on in other
> functions, so it is likely that we should return 'success' before unrolling
> everyt
On Sat, May 13, 2017 at 10:29 AM, Jan Kiszka wrote:
> This fixes reloading of the driver for the same device: First of all,
> the driver sets drvdata to its own value during probing and does not
> restore the original value on exit. But this won't help anyway as the
> core clears drvdata after the
On Sat, May 13, 2017 at 10:29 AM, Jan Kiszka wrote:
> Do not allocate resources on behalf of the parent device but on our own.
> Otherwise, cleanup does not properly work if gpio-exar is removed but
> not the parent device.
This sounds to me like a good catch.
FWIW:
Reviewed-by: Andy Shevchenko
On Sat, May 13, 2017 at 10:29 AM, Jan Kiszka wrote:
> The UART driver already maps the resource for us. Trying to do this here
> only fails and leaves us with a non-working device.
I hoped this had been tested previously...
FWIW:
Reviewed-by: Andy Shevchenko
>
> Signed-off-by: Jan Kiszka
> ---
On Sat, May 13, 2017 at 10:29 AM, Jan Kiszka wrote:
> First, the logic for translating a register bit to the return code of
> exar_get_direction and exar_get_value were wrong. And second, there was
> a flip regarding the register bank in exar_get_direction.
Again, I wish it was tested in the firs
On Fri, May 12, 2017 at 05:34:48PM -0400, Steven Rostedt wrote:
> On Fri, 12 May 2017 21:49:56 +0200
[ . . . ]
> This means that text_mutex, which was taken by the alternative code, no
> longer is taken in cpu hotplug code. That means there's no longer a
> deadlock scenario, as we don't have anyp
On Sat, May 13, 2017 at 8:05 AM, Adam Borowski wrote:
> On Sat, May 13, 2017 at 07:57:45AM +0100, Al Viro wrote:
>> On Fri, May 12, 2017 at 06:00:44PM -0700, Linus Torvalds wrote:
>> > But the *first* thing I'd like to do would be to just get rid of
>> > __get_user/__put_user as a thing. It really
On Sat, May 13, 2017 at 10:29 AM, Jan Kiszka wrote:
> On the SIMATIC, IOT2040 only a single pin is exportable as GPIO, the
> rest is required to operate the UART. To allow modeling this case,
> use device properties to specify a (consecutive) pin subset for
> exporting by the gpio-exar driver.
>
On Sat, May 13, 2017 at 10:29 AM, Jan Kiszka wrote:
> This implements the setup of RS232 and the switch-over to RS485 or RS422
> for the Siemens IOT2040. That uses an EXAR XR17V352 with external logic
> to switch between the different modes. The external logic is controlled
> via MPIO pins of the
Hello Kevin,
This series fixes several cosmetic issues, on top of your for-next branch.
Patches 3-6 rename a node, the rest should all be non-functional changes.
PLEASE STOP merging random new nodes at the bottom of DT files!
Just like it's a convention to sort new nodes by unit address, it has
Sort nodes referenced by label alphabetically.
Signed-off-by: Andreas Färber
---
v1 -> v2:
* Rebased (new nodes added)
.../arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts | 86 +++---
1 file changed, 43 insertions(+), 43 deletions(-)
diff --git a/arch/arm64/boot/dts/amlogic/m
On 05/12/2017 01:03 PM, Eric W. Biederman wrote:
Guenter Roeck writes:
Hi Eric,
On Fri, May 12, 2017 at 12:33:01PM -0500, Eric W. Biederman wrote:
Guenter Roeck writes:
Hi Eric,
On Fri, May 12, 2017 at 08:26:27AM -0500, Eric W. Biederman wrote:
Vovo Yang writes:
On Fri, May 12, 2017
bcrmf -> brcmf -> wifi
Fixes: ab5b24fdd2d5 ("ARM64: dts: meson-gxbb-vega-s95: Add SD/SDIO/MMC and PWM
nodes")
Cc: Martin Blumenstingl
Signed-off-by: Andreas Färber
---
v1 -> v2:
* Renamed node brmcf -> wifi (Rob)
arch/arm64/boot/dts/amlogic/meson-gxbb-vega-s95.dtsi | 2 +-
1 file changed,
bcrmf -> brcmf -> wifi
Fixes: ab3943fe57a2 ("ARM64: dts: meson-gxbb: Add P20x Wifi SDIO support")
Cc: Neil Armstrong
Signed-off-by: Andreas Färber
---
v1 -> v2:
* Renamed node brmcf -> wifi (Rob)
arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 dele
bcrmf -> brcmf -> wifi
Fixes: bb51b5350d2f ("ARM64: dts: Add support for Meson GXM")
Cc: Neil Armstrong
Signed-off-by: Andreas Färber
---
v1 -> v2:
* Renamed node brmcf -> wifi (Rob)
arch/arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
d
Sort nodes referenced by label alphabetically.
Signed-off-by: Andreas Färber
---
v1 -> v2:
* Rebased (new nodes added)
.../boot/dts/amlogic/meson-gxbb-nexbox-a95x.dts| 52 +++---
1 file changed, 26 insertions(+), 26 deletions(-)
diff --git a/arch/arm64/boot/dts/amlogic/m
Sort nodes referenced by label alphabetically.
Signed-off-by: Andreas Färber
---
v1 -> v2:
* Rebased (new nodes added)
.../arm64/boot/dts/amlogic/meson-gx-p23x-q20x.dtsi | 58 +++---
1 file changed, 29 insertions(+), 29 deletions(-)
diff --git a/arch/arm64/boot/dts/amlogic/m
Sort the .dtb files alphabetically to make clear where to add new ones.
Signed-off-by: Andreas Färber
---
v1 -> v2:
* Rebased (new boards added)
* Extended commit message
arch/arm64/boot/dts/amlogic/Makefile | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/arch/arm6
Sort nodes referenced by label alphabetically.
Signed-off-by: Andreas Färber
---
v1 -> v2:
* Rebased (new nodes added)
.../dts/amlogic/meson-gxl-s905x-nexbox-a95x.dts| 52 +++---
1 file changed, 26 insertions(+), 26 deletions(-)
diff --git a/arch/arm64/boot/dts/amlogic/m
Sort nodes referenced by label alphabetically.
Signed-off-by: Andreas Färber
---
v1 -> v2:
* Rebased (new nodes added)
arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi | 62
1 file changed, 31 insertions(+), 31 deletions(-)
diff --git a/arch/arm64/boot/dts/amlogic/m
bcrmf -> brcmf -> wifi
Fixes: e15d2774b8c0 ("ARM64: dts: meson-gxl: add support for the Khadas VIM
board")
Cc: Martin Blumenstingl
Signed-off-by: Andreas Färber
---
v2: New
arch/arm64/boot/dts/amlogic/meson-gxl-s905x-khadas-vim.dts | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff
Sort nodes referenced by label alphabetically.
Signed-off-by: Andreas Färber
---
v1 -> v2:
* Rebased (new nodes added)
arch/arm64/boot/dts/amlogic/meson-gxl.dtsi | 72 +++---
1 file changed, 36 insertions(+), 36 deletions(-)
diff --git a/arch/arm64/boot/dts/amlogic/m
Sort nodes referenced by label alphabetically.
Signed-off-by: Andreas Färber
---
v1 -> v2:
* Rebased (new nodes added)
arch/arm64/boot/dts/amlogic/meson-gxbb.dtsi | 171 +++-
1 file changed, 91 insertions(+), 80 deletions(-)
diff --git a/arch/arm64/boot/dts/amlogic/m
Sort nodes referenced by label alphabetically.
Signed-off-by: Andreas Färber
---
v1 -> v2:
* Rebased (new nodes added)
.../arm64/boot/dts/amlogic/meson-gxbb-odroidc2.dts | 108 ++---
1 file changed, 54 insertions(+), 54 deletions(-)
diff --git a/arch/arm64/boot/dts/amlogic/m
Makes the override safer.
Acked-by: Neil Armstrong
Signed-off-by: Andreas Färber
---
v1 -> v2:
* Extended commit message
arch/arm64/boot/dts/amlogic/meson-gxbb-p20x.dtsi | 2 +-
arch/arm64/boot/dts/amlogic/meson-gxbb-wetek-hub.dts | 6 +++---
2 files changed, 4 insertions(+), 4 deletion
Product pictures show no DB9 connector, so this seems copy&paste.
Acked-by: Neil Armstrong
Signed-off-by: Andreas Färber
---
v1 -> v2: Unchanged
arch/arm64/boot/dts/amlogic/meson-gxm-nexbox-a1.dts | 1 -
1 file changed, 1 deletion(-)
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxm-nexbox
Sort nodes referenced by label alphabetically.
Signed-off-by: Andreas Färber
---
v1 -> v2:
* Rebased (new nodes added)
.../boot/dts/amlogic/meson-gxbb-vega-s95.dtsi | 54 +++---
1 file changed, 27 insertions(+), 27 deletions(-)
diff --git a/arch/arm64/boot/dts/amlogic/m
Reviewed-by: Neil Armstrong
Signed-off-by: Andreas Färber
---
v1 -> v2: Unchanged
arch/arm64/boot/dts/amlogic/meson-gxl-s905x.dtsi | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/amlogic/meson-gxl-s905x.dtsi
b/arch/arm64/boot/dts/amlogic/meson-gxl-s905
Enforce groupment by SoCs, and order alphabetically within the group
(with some exceptions). This should facilitate adding new boards.
Signed-off-by: Andreas Färber
---
v1 -> v2:
* Rebased (new boards added)
* Pointed out alphabetical order in the binding, too (Rob)
Documentation/devicetree
These whitespace issues were found by the checkpatch.pl script. This
patch helps in making the staging tree a bit cleaner.
Signed-off-by: Dhiru Kholia
---
drivers/staging/ccree/TODO| 2 +-
drivers/staging/ccree/cc_bitops.h | 6 +-
drivers/staging/ccree/cc_crypto_ctx.h
Hi Linus,
Please pull from:
git://git.kernel.org/pub/scm/linux/kernel/git/dtor/input.git for-linus
to receive updates for the input subsystem. You will get an updated xpad
driver with a few more recognized device IDs, and a new psxpad-spi
driver, allowing connecting Playstation 1 and 2 j
1 - 100 of 218 matches
Mail list logo