Hi Dmitry,
I help maintain drivers/staging. Would it be possible to send us a
monthly summary of outstanding staging bugs? I never remember to check
the website.
regards,
dan carpenter
___
devel mailing list
de...@linuxdriverproject.org
http://driverd
Le vendredi 22 novembre 2019 à 14:16 +0900, Hirokazu Honda a écrit :
> The Hantro G1 decoder supports H.264 profiles from Baseline to High, with
> the exception of the Extended profile.
>
> Expose the V4L2_CID_MPEG_VIDEO_H264_PROFILE control, so that the
> applications can query the driver for the
On Sat, Nov 23, 2019 at 12:09 AM Nicolas Dufresne wrote:
>
> Le vendredi 22 novembre 2019 à 14:16 +0900, Hirokazu Honda a écrit :
> > The Hantro G1 decoder supports H.264 profiles from Baseline to High, with
> > the exception of the Extended profile.
> >
> > Expose the V4L2_CID_MPEG_VIDEO_H264_PRO
On 11/12/19 6:13 PM, YueHaibing wrote:
> It should depends on ETHERNET, otherwise building fails:
>
> drivers/staging/hp/hp100.o: In function `hp100_pci_remove':
> hp100.c:(.text+0x165): undefined reference to `unregister_netdev'
> hp100.c:(.text+0x214): undefined reference to `free_netdev'
>
> F
Le samedi 23 novembre 2019 à 01:00 +0900, Tomasz Figa a écrit :
> On Sat, Nov 23, 2019 at 12:09 AM Nicolas Dufresne
> wrote:
> > Le vendredi 22 novembre 2019 à 14:16 +0900, Hirokazu Honda a écrit :
> > > The Hantro G1 decoder supports H.264 profiles from Baseline to High, with
> > > the exception
From: Ajay Singh
To parse the mac header make use of *struct ieee80211_hdr* instead of
extracting individual fields separately using pointer operation.
Signed-off-by: Ajay Singh
---
drivers/staging/wilc1000/netdev.c | 9 +++--
1 file changed, 3 insertions(+), 6 deletions(-)
diff --git a/d
From: Ajay Singh
Refactor code by make use of 'GENMASK' to extract the WID type from
buffer received from firmware.
Signed-off-by: Ajay Singh
---
drivers/staging/wilc1000/wlan.h | 1 +
drivers/staging/wilc1000/wlan_cfg.c | 8
2 files changed, 5 insertions(+), 4 deletions(-)
diff
From: Ajay Singh
Set SDIO Out-of-band interrupt configuration at run time by passing
parameter during module load.
Signed-off-by: Ajay Singh
---
drivers/staging/wilc1000/Kconfig | 10 --
drivers/staging/wilc1000/sdio.c | 7 ++-
2 files changed, 6 insertions(+), 11 deletions(-)
d
From: Ajay Singh
Removed the unused compile type featurization. It's not recommended to
have compile type feature. Currently removing these defines as they are
not used. If any of these parameters are needed later should be added
using run time feature.
Signed-off-by: Ajay Singh
---
drivers/st
This patch add device tree binding documentation for ADIS16240.
Signed-off-by: Rodrigo Ribeiro Carvalho
---
V4:
- Remove spi-cpha and spi-cpol in binding example, since this driver
supports only one timing mode.
.../bindings/iio/accel/adi,adis16240.yaml | 49 +++
1 file ch
10 matches
Mail list logo