When this .gitignore was added, lxdialog was an independent hostprogs-y.
Now that all objects in lxdialog/ are directly linked to mconf, the
lxdialog is no longer generated.
Signed-off-by: Masahiro Yamada
---
scripts/kconfig/lxdialog/.gitignore | 4
1 file changed, 4 deletions(-)
delete
Hi Gaurav,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on linus/master]
[also build test ERROR on v5.0 next-20190306]
[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/commit
Hi Gaurav,
Thank you for the patch! Yet something to improve:
[auto build test ERROR on linus/master]
[also build test ERROR on v5.0 next-20190306]
[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/commit
syzbot is hitting use-after-free bug in uinput module [1]. This is because
kobject_uevent(KOBJ_REMOVE) is called again due to commit 0f4dafc0563c6c49
("Kobject: auto-cleanup on final unref") after memory allocation fault
injection made kobject_uevent(KOBJ_REMOVE) from device_del() from
input_unregi
Fix coding style issues, which solves checkpatch.pl warning:
"WARNING: line over 80 characters".
---
drivers/staging/speakup/kobjects.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/speakup/kobjects.c
b/drivers/staging/speakup/kobjects.c
index 2eb5af3
On Sun, Mar 10, 2019 at 12:44 AM Arseny Maslennikov wrote:
>
> * The man page for dpkg-source(1) notes:
>
> > -b, --build directory [format-specific-parameters]
> > Build a source package (--build since dpkg 1.17.14).
> > <...>
> >
> > dpkg-source will
On Sat, Mar 16, 2019 at 1:25 AM Douglas Anderson wrote:
>
> This reverts commit caf6fe91ddf62a96401e21e9b7a07227440f4185.
>
> The commit was fine but is no longer needed as of commit 3a2429e1faf4
> ("kbuild: change if_changed_rule for multi-line recipe"). Let's go
> back to using ";" to be consis
Fix Check from the checkpatch.pl Script
`CHECK: spaces preferred around that`
in vchi.h
Signed-off-by: Emanuel Bennici
---
drivers/staging/vc04_services/interface/vchi/vchi.h | 12 ++--
1 file changed, 6 insertions(+), 6 deletions(-)
diff --git a/drivers/staging/vc04_services/interface/
Signed-off-by: Emanuel Bennici
---
drivers/staging/vc04_services/interface/vchi/vchi.h | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/staging/vc04_services/interface/vchi/vchi.h
b/drivers/staging/vc04_services/interface/vchi/vchi.h
index 7b13cb04c119..43eaf7703777 100644
--- a/drive
On Sat, Mar 16, 2019 at 12:37:18PM -0700, Suren Baghdasaryan wrote:
> On Sat, Mar 16, 2019 at 11:57 AM Christian Brauner
> wrote:
> >
> > On Sat, Mar 16, 2019 at 11:00:10AM -0700, Daniel Colascione wrote:
> > > On Sat, Mar 16, 2019 at 10:31 AM Suren Baghdasaryan
> > > wrote:
> > > >
> > > > On
On Thu, Mar 14, 2019 at 03:45:33PM -0700, Stephen Hemminger wrote:
> On Thu, 14 Mar 2019 13:05:15 -0700
> "Kimberly Brown" wrote:
>
> > Fix a race condition that can result in a ring buffer pointer being set
> > to null while a "_show" function is reading the ring buffer's data. This
> > problem
Hi all,
In commit
399706df420e ("ASoC: rsnd: src: fix compiler warnings")
Fixes tag
Fixes: linux-next commit 7674bec4fc09 ("ASoC: rsnd: update BSDSR/BSDISR
handling")
has these problem(s):
- 'linux-next commit' was unexpected.
In commit
ba164a49f8f7 ("ASoC: rsnd: src: Avoid a poten
Hi all,
In commit
2b13bee38849 ("ASoC: samsung: odroid: Fix clock configuration for 44100
sample rate")
Fixes tag
Fixes: fbeec965b8d1c ("ASoC: samsung: odroid: Fix 32000 sample rate handling")
has these problem(s):
- Target SHA1 does not exist
Did you mean:
1d22c337dc8f ("ASoC: sam
On 3/16/2019 1:08 AM, Tetsuo Handa wrote:
On 2019/03/16 14:38, Kees Cook wrote:
config LSM
string "Ordered list of enabled LSMs"
+ default
"yama,loadpin,safesetid,integrity,smack,selinux,tomoyo,apparmor" if
DEFAULT_SECURITY_SMACK
+ default
"yama,loadpin,safesetid,integr
While doing memremap from pci_dev's system bus address to kernel virtual
address, we assign a wrong value to the %end of pgmap.res, which ends up
with a wrong resource size in the process of memremap, and that further
prevent the second virtiofs pci device from being probed successfully.
Signed-of
On Mon, Dec 10, 2018 at 9:57 AM Vivek Goyal wrote:
>
> Instead of assuming we had the fixed bar for the cache, use the
> value from the capabilities.
>
> Signed-off-by: Dr. David Alan Gilbert
> ---
> fs/fuse/virtio_fs.c | 32 +---
> 1 file changed, 17 insertions(+), 1
Improve Code readability by adding Spaces after #define
Signed-off-by: Emanuel Bennici
---
.../staging/mt7621-pci-phy/pci-mt7621-phy.c | 126 +-
1 file changed, 63 insertions(+), 63 deletions(-)
diff --git a/drivers/staging/mt7621-pci-phy/pci-mt7621-phy.c
b/drivers/staging/mt
From: Colin Ian King
The variable len is not being inintialized and the uninitialized
value is being returned. However, this return path is never reached
because the default case in the switch statement returns -ENOSYS.
Clean up the code by replacing the return -ENOSYS with a break
for the defaul
From: Colin Ian King
There are two final hunks of code that are only built
if SDIO_DYNAMIC_ALLOC_MEM is defined however this is never
defined and if it was the code would lead to dereferencing
an uninitialized pointer oldmem. It appears that a previous
commit 1babeb0c3e59 ("Staging: rtl8723bs: R
Hi Neil,
On Sat, Mar 16, 2019 at 3:35 PM Neil Armstrong wrote:
[...]
> >> + uart_ao_a_c_pins: uart_ao_a_c {
> >> + mux {
> >> + groups =
> >> "uart_ao_a_rx_c"
Hi Neil,
On Sat, Mar 16, 2019 at 3:32 PM Neil Armstrong wrote:
[...]
> > Do you have any hint how to verify the CBUS offset (0x1004) of the
> > reset controller?
>
> You can find base the address found in the G12A DT for the usb2 phy :
> https://github.com/hardkernel/linux/blob/odroidn2-4.9.y/arc
devm_regmap_init_i2c may fail and return NULL. The fix returns
the error when it fails.
Signed-off-by: Kangjie Lu
---
V2: fix the two together
---
drivers/iio/magnetometer/hmc5843_i2c.c | 7 ++-
drivers/iio/magnetometer/hmc5843_spi.c | 7 ++-
2 files changed, 12 insertions(+), 2 deletion
Hi Neil,
On Sat, Mar 16, 2019 at 3:46 PM Neil Armstrong wrote:
>
>
>
> Le 15/03/2019 22:50, Martin Blumenstingl a écrit :
> > Hi Neil,
> >
> > On Mon, Mar 11, 2019 at 10:58 AM Neil Armstrong
> > wrote:
> > [...]
> >> +&dwc2 {
> >> + status = "okay";
> >> +};
> > your patch description sta
Shawn,
On 3/15/19 10:38 PM, Shawn Landden wrote:
> The -Wimplicit-fallthrough warning recognizes magic comments
> https://developers.redhat.com/blog/2017/03/10/wimplicit-fallthrough-in-gcc-7/
> It is my opinion that magic comments are a bad idea. Comments should not
> change the interpretation (ev
The pull request you sent on Tue, 5 Mar 2019 18:13:01 +0100:
> git://git.kernel.org/pub/scm/linux/kernel/git/brauner/linux.git
> tags/pidfd-v5.1-rc1
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/a9dce6679d736cb3d612af39bab9f31f8db66f9b
Thank you!
--
Deet-doot-dot
The pull request you sent on Sat, 16 Mar 2019 18:33:33 +:
> git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.1-2
has been merged into torvalds/linux.git:
https://git.kernel.org/torvalds/c/465c209db83e2cdaeb4a52f4e107a9fc636704db
Thank you!
--
Deet-doot-dot, I am a bot.
Use usual RDI, RSI for put_user()'s arguments.
Do everything in 4 registers, clobber RDX being the next in sequence.
Do CLAC as soon as possible.
Indent more.
Delete unnecessary macros.
This essentially undoes what Glauber did 10 years ago,
but the "this is the i386 way" is not an argument today
Delete CONFIG_X86_32 references and _ASM_* macros.
Don't bother with anything else because i386 is dead.
Signed-off-by: Alexey Dobriyan
---
arch/x86/lib/putuser_32.S | 36
1 file changed, 16 insertions(+), 20 deletions(-)
--- a/arch/x86/lib/putuser_32.S
+
I'm going to rewrite 64-bit version to use normal x86_64 calling convention.
Signed-off-by: Alexey Dobriyan
---
arch/x86/lib/Makefile |3 -
arch/x86/lib/putuser_64.S | 103 ++
2 files changed, 105 insertions(+), 1 deletion(-)
--- a/arch/x86/
Clobber stack pointer given that assembly does CALL.
Signed-off-by: Alexey Dobriyan
---
arch/x86/include/asm/uaccess.h |3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
--- a/arch/x86/include/asm/uaccess.h
+++ b/arch/x86/include/asm/uaccess.h
@@ -176,7 +176,8 @@ __typeof__(__builtin_c
This patch adds accounting for active CS. Active means that the CS was
submitted to the H/W queues and was not completed yet.
This is necessary to support suspend operation. Because the device will be
reset upon suspend, we can only suspend after all active CS have been
completed. Hence, we need t
This patch fixes the implementation of suspend/resume of the device so that
upon resume of the device, the host won't crash due to PCI completion
timeout.
Upon suspend, the device is being reset due to PERST. Therefore, upon
resume, the driver must initialize the PCI controller as if the driver wa
This patch fix the following sparse warning:
drivers/misc/habanalabs/goya/goya.c:3646:14: warning: incorrect type in
assignment (different address spaces)
drivers/misc/habanalabs/goya/goya.c:3646:14:expected void *base
drivers/misc/habanalabs/goya/goya.c:3646:14:got void [noderef] *
Sign
From: Omer Shpigelman
This patch fixes a bug of allocating a too big memory size with kmalloc,
which causes a failure.
In case of mapping a large memory block, an array of the relevant physical
page addresses is allocated. If there are many pages the array might be
too big to allocate with kmallo
From: Omer Shpigelman
This patch fixes the mapping of virtual address to physical addresses on
architectures where PAGE_SIZE is bigger than 4KB.
The break down to the device page size was done only for the virtual
address while it should have been done for the physical address as well.
As a resul
From: Omer Shpigelman
The requested allocation size is 64bit, hence the number of requested
pages and the total requested size should 64bit as well.
This patch fixes all places where these are treated as 32bit.
Signed-off-by: Omer Shpigelman
Signed-off-by: Oded Gabbay
---
drivers/misc/habanal
From: Omer Shpigelman
This patch fixes a bug which led to a crash during hard reset flow.
Before a hard reset is executed, we wait a few seconds for the user
context cleanup to complete.
If it wasn't completed, we kill the user process and move on to the reset
flow.
Upon killing the user process,
Am Freitag, 15. März 2019, 15:58:15 CET schrieb Alexis Ballier:
> This patch series is based on the rockchip/v5.2-armsoc/dts64 branch and
> fixes a few mistakes in the rk3399-orangepi.dts I sent a couple weeks ago.
applied all 3 for 5.2
Thanks
Heiko
On Sat, Mar 16, 2019 at 05:38:54PM +0800, zhong jiang wrote:
> On 2019/3/16 5:39, Andrea Arcangeli wrote:
> > On Fri, Mar 08, 2019 at 03:10:08PM +0800, zhong jiang wrote:
> >> I can reproduce the issue in arm64 qemu machine. The issue will leave
> >> after applying the
> >> patch.
> >>
> >> Teste
On Sat, Mar 16, 2019 at 11:57 AM Christian Brauner wrote:
>
> On Sat, Mar 16, 2019 at 11:00:10AM -0700, Daniel Colascione wrote:
> > On Sat, Mar 16, 2019 at 10:31 AM Suren Baghdasaryan
> > wrote:
> > >
> > > On Fri, Mar 15, 2019 at 11:49 AM Joel Fernandes
> > > wrote:
> > > >
> > > > On Fri, M
On Sat, 16 Mar 2019 12:08:11 -0300
Marcelo Schmitt wrote:
> Move ad5933 impedance-analyzer driver from staging to mainline.
> The ad5933 is a high precision impedance converter system solution
> that combines an on-board frequency generator with an
> analog-to-digital converter (ADC). This driver
On Thu, Mar 14, 2019 at 1:46 PM Matthew Whitehead wrote:
>
> Replace the incorrect Cyrix-specific macro calls with the correct
> setCx86() and getCx86() calls. Also remove the unused setCx86_old(),
> getCx86_old() and their related comments in the code.
>
> Matthew Whitehead (2):
> x86/CPU: Use
On Sat, Mar 16, 2019 at 11:00:10AM -0700, Daniel Colascione wrote:
> On Sat, Mar 16, 2019 at 10:31 AM Suren Baghdasaryan wrote:
> >
> > On Fri, Mar 15, 2019 at 11:49 AM Joel Fernandes
> > wrote:
> > >
> > > On Fri, Mar 15, 2019 at 07:24:28PM +0100, Christian Brauner wrote:
> > > [..]
> > > > > w
On Sat, 16 Mar 2019 12:07:55 -0300
Marcelo Schmitt wrote:
> Change device attributes' names to match ABI documentation. Names were
> chosen such that they tend to be similar to existing ABI so it should
> be easier to standardize them when necessary.
>
> Signed-off-by: Marcelo Schmitt
I spoke t
On 03/16, Jonathan Cameron wrote:
On Fri, 15 Mar 2019 23:15:55 -0300
Renato Lui Geh wrote:
Move ad7780 ADC driver out of staging and into the mainline.
The ad7780 is a sigma-delta analog to digital converter. This driver provides
reading voltage values and status bits from both the ad778x and
On Sat, 16 Mar 2019 12:07:55 -0300
Marcelo Schmitt wrote:
> Change device attributes' names to match ABI documentation. Names were
> chosen such that they tend to be similar to existing ABI so it should
> be easier to standardize them when necessary.
>
> Signed-off-by: Marcelo Schmitt
Applied t
On Sat, 16 Mar 2019 12:07:32 -0300
Marcelo Schmitt wrote:
> Add an ABI documentation for the ad5933 driver.
>
> Signed-off-by: Marcelo Schmitt
Some stray whitespace in here. I cleaned it up.
Thanks,
Jonathan
> ---
> .../sysfs-bus-iio-impedance-analyzer-ad5933 | 35 +++
> .
On Sat, 16 Mar 2019 12:07:18 -0300
Marcelo Schmitt wrote:
> Remove the previous comment about direct access via sysfs which would
> lead one think ad5933 driver has limitations it actually doesn't.
>
> Signed-off-by: Marcelo Schmitt
Applied.
Thanks,
Jonathan
> ---
> drivers/staging/iio/impe
On Sat, 16 Mar 2019 12:07:03 -0300
Marcelo Schmitt wrote:
> Add SPDX identifier of GPL-2.0 for the ad5933 driver.
>
> Signed-off-by: Marcelo Schmitt
Applied to the togreg branch of iio.git and pushed out as testing
for the autobuilders to play with it.
Thanks,
Jonathan
> ---
> drivers/stagi
From: Kangjie Lu
Date: Fri, 15 Mar 2019 01:03:05 -0500
> nla_nest_start may fail. The fix check its status and returns
> -EMSGSIZE in case it fails.
>
> Signed-off-by: Kangjie Lu
The proper subsystem prefix is "tipc: " not "socket: "
On Sat, 16 Mar 2019 12:06:50 -0300
Marcelo Schmitt wrote:
> Organize includes to list them in lexicographic order.
>
> Signed-off-by: Marcelo Schmitt
Applied. Thanks
> ---
> .../staging/iio/impedance-analyzer/ad5933.c| 18 +-
> 1 file changed, 9 insertions(+), 9 deletions(
On Sat, 16 Mar 2019 12:06:18 -0300
Marcelo Schmitt wrote:
> Make multi-line comments compliant with the preferred code style.
>
> Signed-off-by: Marcelo Schmitt
Applied to the togreg branch of iio.git and pushed out as testing
for the autobuilders to hopefully ignore.
Thanks,
Jonathan
> ---
Hi Linus,
The following changes since commit 4d6c671ace569d4b0d3f8d92ab3aef18a5d166bc:
SUNRPC: Take the transport send lock before binding+connecting (2019-03-10
14:08:19 -0400)
are available in the Git repository at:
git://git.linux-nfs.org/projects/trondmy/linux-nfs.git tags/nfs-for-5.1-
On Fri, 15 Mar 2019 23:16:13 -0300
Renato Lui Geh wrote:
> Adds a device tree binding for the ad7780 driver.
>
> Signed-off-by: Renato Lui Geh
Seems like a straight forward binding so applied to the togreg branch
of iio.git and pushed out as testing for the autobuilders to play with it.
Thanks
On Fri, 15 Mar 2019 23:15:55 -0300
Renato Lui Geh wrote:
> Move ad7780 ADC driver out of staging and into the mainline.
>
> The ad7780 is a sigma-delta analog to digital converter. This driver provides
> reading voltage values and status bits from both the ad778x and ad717x series.
> Its interfa
On Fri, 15 Mar 2019 23:15:26 -0300
Renato Lui Geh wrote:
> This patch adds a new copyright holder to the ad7780 driver.
>
> Signed-off-by: Renato Lui Geh
Applied thanks
Jonathan
> ---
> drivers/staging/iio/adc/ad7780.c | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/drivers/staging
On Fri, 15 Mar 2019 23:15:13 -0300
Renato Lui Geh wrote:
> Add SPDX identifier (GPL-2.0) to the AD7780 driver.
>
> Signed-off-by: Renato Lui Geh
Applied
> ---
> drivers/staging/iio/adc/ad7780.c | 3 +--
> 1 file changed, 1 insertion(+), 2 deletions(-)
>
> diff --git a/drivers/staging/iio/adc
пт, 15 мар. 2019 г. в 00:56, Long Li :
>
> From: Long Li
>
> When sending a rdata, transport may return -EAGAIN. In this case
> we should re-obtain credits because the session may have been
> reconnected.
>
> Change in v2: adjust_credits before re-sending
>
> Signed-off-by: Long Li
> ---
> fs/ci
On Fri, 15 Mar 2019 23:14:59 -0300
Renato Lui Geh wrote:
> To maintain consistency between ad7780_probe and ad7780_remove orders,
> regulator initialization has been moved to after GPIO initializations.
>
> Signed-off-by: Renato Lui Geh
Applied,
Thanks,
Jonathan
> ---
> drivers/staging/iio/
пт, 15 мар. 2019 г. в 00:56, Long Li :
>
> From: Long Li
>
> When sending a wdata, transport may return -EAGAIN. In this case
> we should re-obtain credits because the session may have been
> reconnected.
>
> Change in v2: adjust_credits before re-sending
>
> Signed-off-by: Long Li
> ---
> fs/ci
On Fri, 15 Mar 2019 23:14:27 -0300
Renato Lui Geh wrote:
> The ad7780 supports both the ad778x and ad717x families. Each chip has
> a corresponding ID. This patch provides a mask for extracting ID values
> from the status bits and also macros for the correct values for the
> ad7170, ad7171, ad778
On Sat, Mar 16, 2019 at 10:31 AM Suren Baghdasaryan wrote:
>
> On Fri, Mar 15, 2019 at 11:49 AM Joel Fernandes
> wrote:
> >
> > On Fri, Mar 15, 2019 at 07:24:28PM +0100, Christian Brauner wrote:
> > [..]
> > > > why do we want to add a new syscall (pidfd_wait) though? Why not just
> > > > use
>
To use the TRACE_CGROUP_PATH() macro with css_set_lock
locked, let's make the macro irq-safe.
It's necessary in order to trace cgroup freezer state
transitions (frozen/not frozen), which are happening
with css_set_lock locked.
Signed-off-by: Roman Gushchin
---
kernel/cgroup/cgroup-internal.h | 7
The number of descendant cgroups and the number of dying
descendant cgroups are currently synchronized using the cgroup_mutex.
The number of descendant cgroups will be required by the cgroup v2
freezer, which will use it to determine if a cgroup is frozen
(depending on total number of descendants
Cgroup v1 implements the freezer controller, which provides an ability
to stop the workload in a cgroup and temporarily free up some
resources (cpu, io, network bandwidth and, potentially, memory)
for some other tasks. Cgroup v2 lacks this functionality.
This patch implements freezer for cgroup v2
This patch implements 9 tests for the freezer controller for
cgroup v2:
1) a simple test, which aims to freeze and unfreeze a cgroup with 100
processes
2) a more complicated tree test, which creates a hierarchy of cgroups,
puts some processes in some cgroups, and tries to freeze and unfreeze
differ
The helper is identical to the existing cgroup_task_count()
except it doesn't take the css_set_lock by itself, assuming
that the caller does.
Also, move cgroup_task_count() implementation into
kernel/cgroup/cgroup.c, as there is nothing specific to cgroup v1.
Signed-off-by: Roman Gushchin
Cc: Te
If the cgroup destruction races with an exit() of a belonging
process(es), cg_kill_all() may fail. It's not a good reason to make
cg_destroy() fail and leave the cgroup in place, potentially causing
next test runs to fail.
Signed-off-by: Roman Gushchin
Cc: Shuah Khan
Cc: Tejun Heo
Cc: kernel-t.
This patchset implements freezer for cgroup v2.
It provides similar functionality as v1 freezer, but the interface
conforms to the cgroup v2 interface design principles, and it
provides a better user experience: tasks can be killed, ptrace works,
there is no separate controller, which has to be en
Add cgroup:cgroup_freeze and cgroup:cgroup_unfreeze events,
which are using the existing cgroup tracing infrastructure.
Add the cgroup_event event class, which is similar to the cgroup
class, but contains an additional integer field to store a new
value (the level field is dropped).
Also add two
Freezer.c will contain an implementation of cgroup v2 freezer,
so let's rename the v1 freezer to avoid naming conflicts.
Signed-off-by: Roman Gushchin
Cc: Tejun Heo
Cc: kernel-t...@fb.com
---
kernel/cgroup/Makefile| 2 +-
kernel/cgroup/{freezer.c => legacy_freezer.c} | 0
On Fri, 15 Mar 2019 23:14:14 -0300
Renato Lui Geh wrote:
> The AD7780 driver contains status pattern bits designed for checking
> whether serial transfers have been correctly performed. Pattern macros
> were previously generated through bit fields. This patch sets good
> pattern values directly a
On Fri, 15 Mar 2019 23:13:42 -0300
Renato Lui Geh wrote:
> This patch adds the new feature of reading the filter odr value for
> ad778x chips. This value is stored in the chip's state struct whenever a
> read or write call is performed on the chip's driver.
>
> This feature requires sharing SAMP
On Fri, 15 Mar 2019 23:13:13 -0300
Renato Lui Geh wrote:
> This patch adds a new functionality of reading gain values from the
> ad778x chips. This value is stored in the chip's state struct and is
> updated whenever a read or write call is performed on the driver.
>
> Signed-off-by: Renato Lui
On Fri, 15 Mar 2019 23:12:53 -0300
Renato Lui Geh wrote:
> This patch simply adds a missing switch default case in read_raw.
>
> Signed-off-by: Renato Lui Geh
Applied,
Thanks,
Jonathan
> ---
> drivers/staging/iio/adc/ad7780.c | 2 ++
> 1 file changed, 2 insertions(+)
>
> diff --git a/drive
On Fri, 15 Mar 2019 23:12:27 -0300
Renato Lui Geh wrote:
> Previously, the AD7780 driver only supported gpio for the 'powerdown'
> pin. This commit adds suppport for the 'gain' and 'filter' pin.
>
> Signed-off-by: Renato Lui Geh
> Signed-off-by: Giuliano Belinassi
> Co-developed-by: Giuliano B
On Fri, Mar 15, 2019 at 11:49 AM Joel Fernandes wrote:
>
> On Fri, Mar 15, 2019 at 07:24:28PM +0100, Christian Brauner wrote:
> [..]
> > > why do we want to add a new syscall (pidfd_wait) though? Why not just use
> > > standard poll/epoll interface on the proc fd like Daniel was suggesting.
> > >
On Fri, 15 Mar 2019 14:54:25 -0700
"Angus Ainslie (Purism)" wrote:
> devicetree hooks where added to the VCNL4xx0 light and proximity
> sensor driver.
>
> Signed-off-by: Angus Ainslie (Purism)
Please avoid wild cards in naming. It goes wrong too often. People can grep
if they want to see if th
On Fri, 15 Mar 2019 14:54:24 -0700
"Angus Ainslie (Purism)" wrote:
> The VCNL4040 is almost identical to the VCNL4200 as far as register
> layout goes but just need to check a different ID register location.
>
> This does change the initialization sequence of the VCNL4200 to use word
> writes in
On Fri, 15 Mar 2019 13:29:03 +0200
Mircea Caprioru wrote:
> This patch will remove platform data members and replace them with device
> tree properties. These properties will be subject to further modifications
> and probably replaced with other functionalities at some point in time.
From the de
On Sat, 16 Mar 2019 16:45:19 +
Jonathan Cameron wrote:
> On Fri, 15 Mar 2019 13:14:25 +0200
> Mircea Caprioru wrote:
>
> > This patch removes the goto out statement thus ensuring that an error is
> > report as soon as it occurs. This gives more information and improves
> > readability.
>
On Fri, 15 Mar 2019 13:29:02 +0200
Mircea Caprioru wrote:
> This patch replaces the platform data clock select member with DT clock
> binding. Through the DT the external clock binding is specified. If this is
> not provided then the device will use the internal clock source.
>
> With the extern
On Fri, 15 Mar 2019 13:14:25 +0200
Mircea Caprioru wrote:
> This patch removes the goto out statement thus ensuring that an error is
> report as soon as it occurs. This gives more information and improves
> readability.
No problem with the patch, but I'm not sure why it gives more information?
Go
On Fri, 15 Mar 2019 13:14:24 +0200
Mircea Caprioru wrote:
> This patch fixes the odd indentation inside function ad7192_calibrate_all.
>
> Signed-off-by: Mircea Caprioru
Applied to the togreg branch of iio.git and pushed out as testing
Thanks.
Jonathan
> ---
> drivers/staging/iio/adc/ad7192.
On Fri, 15 Mar 2019 09:25:38 +
"Popa, Stefan Serban" wrote:
> On Jo, 2019-03-14 at 23:26 +, Colin King wrote:
> > [External]
> >
> >
> > From: Colin Ian King
> >
> > A return statement is indented one level too deeply; clean this
> > up by removing a tab.
> >
> > Signed-off-by: Colin
On Thu, 14 Mar 2019 18:27:35 +0100
Tomasz Duszynski wrote:
> On Thu, Mar 14, 2019 at 10:00:52AM +0100, Arnd Bergmann wrote:
> > Without IIO_TRIGGERED_BUFFER, this driver fails to link:
>
> Good catch, thanks (btw, perhaps typo in subject can be fixed before
> applying patch).
>
> Acked-by: To
On Wed, 13 Mar 2019 12:41:20 +0100
Enric Balletbo i Serra wrote:
> Adopt the SPDX license identifier headers to ease license compliance
> management. Also fix MODULE_LICENSE for cros_ec_accel_legacy to match
> the SPDX and boiler plate license.
>
> Signed-off-by: Enric Balletbo i Serra
Applied.
On Sat, 9 Mar 2019 18:46:15 +
Jonathan Cameron wrote:
> On Fri, 8 Mar 2019 16:46:54 -0300
> Anderson Reis wrote:
>
> > Invert if statement arms in line 214, in order to make the code cleaner,
> > solve these checkpatch.pl CHECKs:
> >
> > - lmp9100.c:214: CHECK: braces {} should be used on
On Wed, 13 Mar 2019 12:40:50 +0100
Enric Balletbo i Serra wrote:
> From: Gwendal Grignou
>
> Document cros_ec_sensors_read_lpc, adding an additional note to explain
> that this is the safe function for reading the EC data.
>
> Signed-off-by: Gwendal Grignou
> Signed-off-by: Enric Balletbo i S
On Wed, 13 Mar 2019 12:40:32 +0100
Enric Balletbo i Serra wrote:
> From: Guenter Roeck
>
> The cros_ec sensors drivers do not call any sysfs functions
> or use any sysfs defines, and thus do not need to include
> linux/sysfs.h. Also, some cros_ec drivers include linux/delay.h
> and is not used.
On Wed, 13 Mar 2019 12:40:02 +0100
Enric Balletbo i Serra wrote:
> From: Gwendal Grignou
>
> Calculation did not use IIO_DEGREE_TO_RAD and implemented a variant to
> avoid precision loss as we aim a nano value. The offset added to avoid
> rounding error, though, doesn't give us a close result t
Web Admin Notificación de correo electrónico
Este mensaje se envía desde nuestro centro de mensajes de administración a
todos los usuarios de nuestra cuenta de correo electrónico. Estamos eliminando
el acceso de todos nuestros clientes de correo web, su cuenta de correo
electrónico se actualiza
On Mon, 11 Mar 2019 11:46:37 +0200
Stefan Popa wrote:
> Add documentation for optional use of external clock. All devices
> supported by this driver can work with an external clock in sync mode.
> Another mode, called Pulse Per Second (PPS) is supported only by adis1649x
> devices. The mode is se
On Mon, 11 Mar 2019 11:45:29 +0200
Stefan Popa wrote:
> Inertial sensor data collection and processing can be controlled by
> configuring one of the DIOx lines as an external clock input. This
> option is available for all devices supported by this driver. However,
> only adis1649x devices suppor
The PCI_EXP_LNKSTA_LT flag in the emulated root device's PCI_EXP_LNKSTA
config register does not reflect the actual link training state and is
always cleared. The Link Training and Status State Machine (LTSSM) flag
in LMI config register could be used as a link training indicator.
Indeed if the LTS
On Mon, 11 Mar 2019 11:31:59 +0300
Dan Carpenter wrote:
> On Mon, Mar 11, 2019 at 10:12:48AM +0200, Alexandru Ardelean wrote:
> > On Sun, Mar 10, 2019 at 11:23 PM Karen Palacio
> > wrote:
> > >
> > > Add spaces around minus operator to fix readibility.
> > >
> > > Signed-off-by: Karen Palacio
On Sun, 10 Mar 2019 14:58:26 -0400
Sven Van Asbroeck wrote:
> In remove, the clock is disabled before canceling the
> delayed work. This means that the delayed work may be
> touching unclocked hardware.
>
> Fix by disabling the clock after the delayed work is
> fully canceled. This is consistent
On Sun, 10 Mar 2019 14:58:25 -0400
Sven Van Asbroeck wrote:
> If probe errors out after request_irq(), its error path
> does not explicitly cancel the delayed work, which may
> have been scheduled by the interrupt handler.
>
> This means the delayed work may still be running when
> the core free
On Sun, 10 Mar 2019 14:58:24 -0400
Sven Van Asbroeck wrote:
> When cancel_delayed_work() returns, the delayed work may still
> be running. This means that the core could potentially free
> the private structure (struct xadc) while the delayed work
> is still using it. This is a potential use-afte
On Sat, Mar 16, 2019 at 01:33:58PM +0100, Marek Vasut wrote:
> If you have a FS or partition table there, it does.
> If you don't, I agree ... that's a problem.
eMMC boot partitions are called mmcblkXbootY, and unless you have more
than one eMMC device on the system, they can be found either by lo
1 - 100 of 188 matches
Mail list logo