Re: [PATCH 14/14] misc: ti-st: Drop superseded driver

2018-12-21 Thread Sebastian Reichel
Hi, On Fri, Dec 21, 2018 at 03:10:52PM -0600, Adam Ford wrote: > On Fri, Dec 21, 2018 at 2:13 AM Sebastian Reichel wrote: > > > > From: Sebastian Reichel > > > > This driver has been superseded by the serdev based Bluetooth > > hci_ll driver, which is initialized from DT. All mainline users > >

Re: [PATCH 00/14] Add support for FM radio in hcill and kill TI_ST

2018-12-21 Thread Sebastian Reichel
Hi, On Fri, Dec 21, 2018 at 10:02:05AM -0800, Tony Lindgren wrote: > * Sebastian Reichel [181221 01:18]: > > The new code has been tested on the Motorola Droid 4. For testing the audio > > should be configured to route Ext to Speaker or Headphone. Then you need to > > plug headphone, since its ca

Re: [PATCH 14/14] misc: ti-st: Drop superseded driver

2018-12-21 Thread Adam Ford
On Fri, Dec 21, 2018 at 2:13 AM Sebastian Reichel wrote: > > From: Sebastian Reichel > > This driver has been superseded by the serdev based Bluetooth > hci_ll driver, which is initialized from DT. All mainline users > have been converted and this driver can be safely dropped. There seems to be

Re: [PATCH 01/14] ARM: dts: LogicPD Torpedo: Add WiLink UART node

2018-12-21 Thread Adam Ford
On Thu, Dec 20, 2018 at 7:18 PM Sebastian Reichel wrote: > > From: Sebastian Reichel > > Add a node for the UART part of WiLink chip. > > Cc: Adam Ford > Signed-off-by: Sebastian Reichel > --- > This is compile tested only! I have tried this a few times, unfortunately, I cannot get the wl1283

[PATCH v2 1/4] si2157: add detection of si2177 tuner

2018-12-21 Thread Brad Love
Works in ATSC and QAM as is, DVB is completely untested. Firmware required. Signed-off-by: Brad Love --- No changes since v1 drivers/media/tuners/si2157.c | 6 ++ drivers/media/tuners/si2157_priv.h | 3 ++- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/drivers/media/tu

[PATCH v2 2/4] pvrusb2: Add multiple dvb frontend support

2018-12-21 Thread Brad Love
All changes are equivalent and backwards compatible. All current devices have been changed to use fe[0] Cleanup has been added to dvb init to support cleanup after failure. Signed-off-by: Brad Love --- No changes since v1 drivers/media/usb/pvrusb2/pvrusb2-devattr.c | 36 +++--- drivers/

[PATCH v2 3/4] pvrusb2: Add i2c client demod/tuner support

2018-12-21 Thread Brad Love
Cleanup code has been added to init in case of failure, as well as to frontend exit. Signed-off-by: Brad Love --- No changes since v1 drivers/media/usb/pvrusb2/pvrusb2-dvb.c | 11 +++ drivers/media/usb/pvrusb2/pvrusb2-dvb.h | 3 +++ 2 files changed, 14 insertions(+) diff --git a/drive

[PATCH v2 0/4] Add Hauppauge HVR1955/1975 devices

2018-12-21 Thread Brad Love
Hauppauge device HVR1955 and HVR1975 are old Cypress based devices. When originally produced the demods were lacking upstream drivers and the tuner was unsupported. Well fast forward to now and the only thing missing is the identification of si2177 tuner in the si2157 driver, as well as extension o

[PATCH v2 4/4] pvrusb2: Add Hauppauge HVR1955/1975 devices

2018-12-21 Thread Brad Love
Includes support to identify and use two Hauppauge device. HVR-1955: - LGDT3306a ATSC/QAM demod - si2177 tuner - cx25840 decoder for analog tv/composite/s-video/audio HVR-1975 dual-frontend: - LGDT3306a ATSC/QAM demod - si2168 DVB-C/T/T2 demod - si2177 tuner - cx25840 decoder for analog tv/composi

Re: [PATCH 00/14] Add support for FM radio in hcill and kill TI_ST

2018-12-21 Thread Tony Lindgren
* Sebastian Reichel [181221 01:18]: > The new code has been tested on the Motorola Droid 4. For testing the audio > should be configured to route Ext to Speaker or Headphone. Then you need to > plug headphone, since its cable is used as antenna. For testing there is a > 'radio' utility packages in

[PATCH] media: sunxi: cedrus: Fix missing error message context

2018-12-21 Thread megous
From: Ondrej Jirman When cedrus_hw_probe is called, v4l2_dev is not yet initialized. Use dev_err instead. Signed-off-by: Ondrej Jirman --- .../staging/media/sunxi/cedrus/cedrus_hw.c| 28 +-- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/drivers/staging/med

Re: [PATCH v5 2/6] media: sun6i: Add mod_rate quirk

2018-12-21 Thread Maxime Ripard
On Thu, Dec 20, 2018 at 06:24:34PM +0530, Jagan Teki wrote: > Unfortunately default CSI_SCLK rate cannot work properly to > drive the connected sensor interface, particularly on few > Allwinner SoC's like A64. > > So, add mod_rate quirk via driver data so-that the respective > SoC's which require

Re: [PATCH v4l-utils] v4l2-ctl: Add support for CROP selection in m2m streaming

2018-12-21 Thread Hans Verkuil
On 12/21/18 1:21 PM, Dafna Hirschfeld wrote: > > > On Thu, Dec 20, 2018 at 11:45 AM Hans Verkuil > wrote: > > On 12/19/18 2:32 PM, Dafna Hirschfeld wrote: > > On Wed, Dec 19, 2018 at 12:03 PM Hans Verkuil > wrote: > >> > >>

Re: [PATCH v2] media: si2165: fix a missing check of return value

2018-12-21 Thread Matthias Schwarzott
Am 21.12.18 um 05:54 schrieb Kangjie Lu: > si2165_readreg8() may fail. Looking into si2165_readreg8(), we will find > that "val_tmp" will be an uninitialized value when regmap_read() fails. > "val_tmp" is then assigned to "val". So if si2165_readreg8() fails, > "val" will be a random value. Further

Re: [PATCH v5 2/2] media: usb: pwc: Don't use coherent DMA buffers for ISO transfer

2018-12-21 Thread Christoph Hellwig
On Thu, Dec 20, 2018 at 12:23:46PM +0900, Tomasz Figa wrote: > I haven't been following the problems with virtually tagged cases, > would you mind sharing some background, so that we can consider it > when adding non-consistent allocations to VB2? The problem exists at least partially with the cur