[PATCH] staging: exfat: fix spelling mistake

2019-12-03 Thread Susarla Nikhilesh
CHECK: 'propogate' may be misspelled - perhaps 'propagate'? FILE: drivers/staging/exfat/exfat_super.c:1484 CHECK: 'propogate' may be misspelled - perhaps 'propagate'? FILE: drivers/staging/exfat/exfat_super.c:1551 Signed-off-by: Susarla Nikhilesh --- drivers/staging/exfat/exfat_super.c | 4 ++--

Re: BUG: unable to handle kernel paging request in ion_heap_clear_pages

2019-12-03 Thread syzbot
syzbot has found a reproducer for the following crash on: HEAD commit:76bb8b05 Merge tag 'kbuild-v5.5' of git://git.kernel.org/p.. git tree: upstream console output: https://syzkaller.appspot.com/x/log.txt?x=159d0f36e0 kernel config: https://syzkaller.appspot.com/x/.config?x=dd2266

Re: [PATCH v4] dt-bindings: iio: accel: add binding documentation for ADIS16240

2019-12-03 Thread Jonathan Cameron
On Tue, 3 Dec 2019 16:38:50 + Mark Brown wrote: > On Sun, Dec 01, 2019 at 11:40:32AM +, Jonathan Cameron wrote: > > > +CC Mark as we probably need a more general view point on > > the question of whether SPI mode should be enforced by binding > > or in the driver. > > Not sure I see t

Re: [PATCH v4] dt-bindings: iio: accel: add binding documentation for ADIS16240

2019-12-03 Thread Mark Brown
On Sun, Dec 01, 2019 at 11:40:32AM +, Jonathan Cameron wrote: > +CC Mark as we probably need a more general view point on > the question of whether SPI mode should be enforced by binding > or in the driver. Not sure I see the question here, I think I was missing a bit of the conversation? It

Re: [PATCH] staging: vchiq: call unregister_chrdev_region() when driver registration fails

2019-12-03 Thread Dan Carpenter
On Tue, Dec 03, 2019 at 10:39:21AM -0500, Marcelo Diop-Gonzalez wrote: > This undoes the previous call to alloc_chrdev_region() on failure, > and is probably what was meant originally given the label name. > > Signed-off-by: Marcelo Diop-Gonzalez Fixes: 187ac53e590c ("staging: vchiq_arm: rework

[PATCH 1/2] pi433: Fix indentation according to coding style

2019-12-03 Thread Sven Leykauf
Fix indentation so that no line exceeds the 80 character border. Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/pi433/rf69.c | 28 ++-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/drivers/sta

[PATCH 2/2] pi433: Fix indentation according to coding style

2019-12-03 Thread Sven Leykauf
Fix indentation so that no line exceeds the 80 character border. Put the return command one line under the default case, so it looks better. Co-developed-by: Daniel Bauer Signed-off-by: Daniel Bauer Signed-off-by: Sven Leykauf --- drivers/staging/pi433/rf69.c | 56

Re: [PATCH 1/2] pi433: Fix indentation according to coding style

2019-12-03 Thread Dan Carpenter
On Tue, Dec 03, 2019 at 06:54:47PM +0100, Sven Leykauf wrote: > Fix indentation so that no line exceeds the 80 character border. > > Co-developed-by: Daniel Bauer > Signed-off-by: Daniel Bauer > Signed-off-by: Sven Leykauf > --- > drivers/staging/pi433/rf69.c | 28 ++--

Re: [PATCH 2/2] pi433: Fix indentation according to coding style

2019-12-03 Thread Dan Carpenter
You can't have two patches with the same subject. On Tue, Dec 03, 2019 at 06:54:49PM +0100, Sven Leykauf wrote: > Fix indentation so that no line exceeds the 80 character border. > > Put the return command one line under the default case, so it looks > better. > > Co-developed-by: Daniel Bauer

Re: [PATCH 2/2] pi433: Fix indentation according to coding style

2019-12-03 Thread Dan Carpenter
On Tue, Dec 03, 2019 at 09:14:17PM +0300, Dan Carpenter wrote: > You can't have two patches with the same subject. > > On Tue, Dec 03, 2019 at 06:54:49PM +0100, Sven Leykauf wrote: > > Fix indentation so that no line exceeds the 80 character border. > > > > Put the return command one line under t

Re: [PATCH 1/4] staging: wilc1000: use runtime configuration for sdio oob interrupt

2019-12-03 Thread Adham.Abozaeid
On 11/25/19 2:26 AM, Julian Calaby wrote: > Hi Adham, > > The OOB interrupt is a GPIO and this is an SDIO card, so why not just > set the relevant pin in the devicetree and detect it based on that? > > I'm pretty sure that the Broadcom fmac driver does something like this. Thanks Julian and Dan

How do i send these funds to your bank account?

2019-12-03 Thread Thomas Dobbs
Hi Dear, This is to notify that your over due fund which has been delayed since years ago is now ready for payment but i don't know how i am to explain this to you because what i was able to retrieve from the bank is only but $459,000.00 which i don't know how i am to send these funds across to yo

Re: [PATCH v4] dt-bindings: iio: accel: add binding documentation for ADIS16240

2019-12-03 Thread Ardelean, Alexandru
On Tue, 2019-12-03 at 16:51 +, Jonathan Cameron wrote: > On Tue, 3 Dec 2019 16:38:50 + > Mark Brown wrote: > > > On Sun, Dec 01, 2019 at 11:40:32AM +, Jonathan Cameron wrote: > > > > > +CC Mark as we probably need a more general view point on > > > the question of whether SPI mode sh

Re: [PATCH v5 1/2] staging: iio: accel: adis16240: enforce SPI mode on probe function

2019-12-03 Thread Ardelean, Alexandru
On Sun, 2019-12-01 at 11:42 +, Jonathan Cameron wrote: > [External] > > On Mon, 25 Nov 2019 07:55:39 + > "Ardelean, Alexandru" wrote: > > > On Sat, 2019-11-23 at 20:35 -0300, Rodrigo Carvalho wrote: > > > [External] > > > > > > According to the datasheet, this driver supports only SPI m