100BaseVG AnyLAN hasn't been useful since 1996 or so and even then
didn't sell many devices. It's unlikely any are still in use.
Move the driver to staging with the intent of removing it altogether
one day.
Signed-off-by: Joe Perches
---
MAINTAINERS | 4 ++--
This patch add device tree binding documentation for ADIS16240.
Signed-off-by: Rodrigo Ribeiro Carvalho
---
V3:
- Remove spi-cpol and spi-cpha field. They don't seem necessary
.../bindings/iio/accel/adi,adis16240.yaml | 51 +++
1 file changed, 51 insertions(+)
create mode
Cleans up checks of "Avoid CamelCase" in file sd.h
Even though the constant "DCM_LOW_FREQUENCY_MODE_SET" is defined and never used,
it's useful to keep it because it documents the device.
Signed-off-by: Gabriela Bittencourt
---
Changes in v4:
- Explain the reason of keeping a constant that is de
Cleans up checks of "Avoid CamelCase" in files xd.{h,c}
Acked-by: Julia Lawall
Signed-off-by: Gabriela Bittencourt
---
drivers/staging/rts5208/xd.c | 8
drivers/staging/rts5208/xd.h | 6 +++---
2 files changed, 7 insertions(+), 7 deletions(-)
diff --git a/drivers/staging/rts5208/xd.c
Cleans up checks of "Avoid CamelCase" in files ms.{h,c}
Signed-off-by: Gabriela Bittencourt
---
Changes in v2:
- substitute variables in lower case to upper case
---
drivers/staging/rts5208/ms.c | 86 ++--
drivers/staging/rts5208/ms.h | 70 ++
Cleans up checks of "Avoid CamelCase" in tree rts5208
Changes in v4:
- Substitute constants in lower case to upper case
From: Joe Perches
Date: Thu, 31 Oct 2019 11:23:37 -0700
> 100BaseVG AnyLAN hasn't been useful since 1996 or so and even then
> didn't sell many devices. It's unlikely any are still in use.
>
> Move the driver to staging with the intent of removing it altogether
> one day.
>
> Signed-off-by: Jo
On Wed, Oct 30, 2019 at 09:07:33PM -0400, Valdis Kletnieks wrote:
> Three questions: (a) ACK/NAK on this patch, (b) should it be all in one
> patch, or one to add to errno.h and 6 patches for 6 filesystems?), and
> (c) if one patch, who gets to shepherd it through?
Acked-by: Theodore Ts'o
___
Dne 31. 10. 19 v 19:23 Joe Perches napsal(a):
100BaseVG AnyLAN hasn't been useful since 1996 or so and even then
didn't sell many devices. It's unlikely any are still in use.
Move the driver to staging with the intent of removing it altogether
one day.
Signed-off-by: Joe Perches
Acked-by: J
On Wed 30-10-19 21:07:33, Valdis Kletnieks wrote:
> Three questions: (a) ACK/NAK on this patch, (b) should it be all in one
> patch, or one to add to errno.h and 6 patches for 6 filesystems?), and
> (c) if one patch, who gets to shepherd it through?
>
>
> There's currently 6 filesystems that have
> > diff --git a/drivers/staging/exfat/exfat_core.c
> > b/drivers/staging/exfat/exfat_core.c
> > index f71235c6a338..f4f82aecc05d 100644
> > --- a/drivers/staging/exfat/exfat_core.c
> > +++ b/drivers/staging/exfat/exfat_core.c
> > @@ -713,8 +713,8 @@ static s32 __load_upcase_table(struct super_blo
On Thu, Oct 31, 2019 at 01:31:39PM +0100, Roi Martin wrote:
> diff --git a/drivers/staging/exfat/exfat_core.c
> b/drivers/staging/exfat/exfat_core.c
> index f71235c6a338..f4f82aecc05d 100644
> --- a/drivers/staging/exfat/exfat_core.c
> +++ b/drivers/staging/exfat/exfat_core.c
> @@ -713,8 +713,8 @@
> This patch failed to apply. Please fix it up and resend it as a new
> version.
I have rebased the patch against the branch "staging-testing" of the
tree:
https://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging.git
And sent the new version.
Thanks,
Roi Martin
_
Replace expressions of the form:
kmalloc(count * size, GFP_KERNEL);
With:
kmalloc_array(count, size, GFP_KERNEL);
Signed-off-by: Roi Martin
---
v2 changes:
This patch has been rebased against the branch "staging-testing" of the
tree:
https://git.kernel.org/pub/scm/linux/kernel/g
Fixes: 608229aeaa1f ("iio: adc: ad7091r5: Add scale and external VREF support")
Signed-off-by: kbuild test robot
---
ad7091r-base.c |2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/iio/adc/ad7091r-base.c b/drivers/iio/adc/ad7091r-base.c
index fda1112e73760..dc42735
27; option to specify the
base tree in git format-patch, please see https://stackoverflow.com/a/37406982]
url:
https://github.com/0day-ci/linux/commits/Beniamin-Bia/iio-adc-Add-support-for-AD7091R5-ADC/20191031-100114
base: https://git.kernel.org/pub/scm/linux/kernel/git/jic23/iio.git togreg
16 matches
Mail list logo