Hi Jagan,
On 2021-02-14 18:44, Jagan Teki wrote:
SN65DSI83/84/85 devices are MIPI DSI to LVDS based bridge
controller IC's from Texas Instruments.
SN65DSI83 - Single Channel DSI to Single-link LVDS bridge
SN65DSI84 - Single Channel DSI to Dual-link LVDS bridge
SN65DSI85 - Dual Channel DSI to Du
Hi Jagan,
On 2021-02-14 18:44, Jagan Teki wrote:
[...]
+static void sn65dsi_enable(struct drm_bridge *bridge)
+{
+ struct sn65dsi *sn = bridge_to_sn65dsi(bridge);
+ struct drm_display_mode *mode = bridge_to_mode(bridge);
+ int bpp = mipi_dsi_pixel_format_to_bpp(sn->dsi->format)
Hi Andy,
On 2021-03-17 10:28, Andy Shevchenko wrote:
On Wed, Mar 17, 2021 at 9:56 AM Claudius Heine wrote:
From: Johannes Hahn
This allows the RX6110 driver to be automatically assigned to the right
device on the I2C bus.
Thanks for an update!
Signed-off-by: Johannes Hahn
Co-developed
Hi Andy,
On 2021-03-16 17:55, Andy Shevchenko wrote:
On Tue, Mar 16, 2021 at 03:48:18PM +0100, Claudius Heine wrote:
From: Johannes Hahn
This allows the RX6110 driver to be automatically assigned to the right
device on the I2C bus.
You missed given tag, when somebody sends you one, it
From: Johannes Hahn
This allows the RX6110 driver to be automatically assigned to the right
device on the I2C bus.
Signed-off-by: Johannes Hahn
Co-developed-by: Claudius Heine
Signed-off-by: Claudius Heine
Reviewed-by: Andy Shevchenko
Reported-by: kernel test robot
---
drivers/rtc/rtc
From: Johannes Hahn
This allows the RX6110 driver to be automatically assigned to the right
device on the I2C bus.
Signed-off-by: Johannes Hahn
Co-developed-by: Claudius Heine
Signed-off-by: Claudius Heine
---
drivers/rtc/rtc-rx6110.c | 7 +++
1 file changed, 7 insertions(+)
diff --git
Hi,
it took some time, but now we got the official ACPI id for the RX6110 RTC driver
from Seiko Epson.
regards,
Claudius
Johannes Hahn (1):
rtc: rx6110: add ACPI bindings to I2C
drivers/rtc/rtc-rx6110.c | 12
1 file changed, 12 insertions(+)
--
2.30.1
From: Johannes Hahn
This allows the RX6110 driver to be automatically assigned to the right
device on the I2C bus.
Signed-off-by: Johannes Hahn
Signed-off-by: Claudius Heine
Signed-off-by: Henning Schild
---
drivers/rtc/rtc-rx6110.c | 12
1 file changed, 12 insertions(+)
diff
Hi,
can you please add:
Fixes: c1c9d41319c3 ("dt-bindings: imx: Add pinctrl binding doc for imx8mm")
to the commit message.
regards,
Claudius
On 2021-02-11 10:54, Claudius Heine wrote:
There is a 0 missing in the pad register offset. This patch adds it.
Signed-off-by: Clau
There is a 0 missing in the pad register offset. This patch adds it.
Signed-off-by: Claudius Heine
---
arch/arm64/boot/dts/freescale/imx8mm-pinfunc.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/arch/arm64/boot/dts/freescale/imx8mm-pinfunc.h
b/arch/arm64/boot/dts
patches for easy partial application
- removed ACPI patch, because we are investigating ACPI name change
Changes from v1:
- moved common probing code into its own function `rx6110_probe`
- added a small patch to fix a type in the Kconfig
Claudius Heine (2):
rtc: Kconfig: Fix typo in help message of
The RX6110 also supports I2C, so this patch adds support for it to the
driver.
This also renames the SPI specific functions and variables to include
`_spi_` in their names.
Signed-off-by: Claudius Heine
Signed-off-by: Henning Schild
---
drivers/rtc/Kconfig | 20 ++---
drivers/rtc/rtc
The help message in the Kconfig for the RX-6110 erronously stated
RX-6610.
Signed-off-by: Claudius Heine
---
drivers/rtc/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 65ad9d0b47ab..f74c7aad126a 100644
--- a/drivers
Hi,
Sorry, I forgot to remove some unused variables (both `err` variables in
the spi and i2c probe functions). Will fix that in the next patch version.
Cheers,
Claudius
On 2020-11-12 14:07, Claudius Heine wrote:
The RX6110 also supports I2C, so this patch adds support for it to the
driver
Hi,
here is the 2nd version of the patchset that adds I2C support to the RX6110 RTC.
Changes from v1:
- moved common probing code into its own function `rx6110_probe`
- added a small patch to fix a type in the Kconfig
Claudius Heine (2):
rtc: rx6110: add i2c support
rtc: Kconfig: Fix typo
From: Johannes Hahn
This allows the RX6110 driver to be automatically assigned to the right
device on the I2C bus.
Signed-off-by: Johannes Hahn
Signed-off-by: Claudius Heine
Signed-off-by: Henning Schild
---
drivers/rtc/rtc-rx6110.c | 12
1 file changed, 12 insertions(+)
diff
The help message in the Kconfig for the RX-6110 erronously stated
RX-6610.
Signed-off-by: Claudius Heine
---
drivers/rtc/Kconfig | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/rtc/Kconfig b/drivers/rtc/Kconfig
index 1fe411ffb19c..c7fb749c1c2f 100644
--- a/drivers
The RX6110 also supports I2C, so this patch adds support for it to the
driver.
This also renames the SPI specific functions and variables to include
`_spi_` in their names.
Signed-off-by: Claudius Heine
Signed-off-by: Henning Schild
---
drivers/rtc/Kconfig | 20 ++---
drivers/rtc/rtc
Hi Alex,
On 2020-11-05 23:14, Alexandre Belloni wrote:
Hello Claudius!
It has been a while ;)
yeah, lots of downstream stuff for me :/
On 04/11/2020 11:26:27+0100, Claudius Heine wrote:
Hi,
this patch introduces I2C support to the RX6110 RTC driver and also adds
an ACPI identifier to it
The RX6110 also supports I2C, so this patch adds support for it to the
driver.
This also renames the SPI specific functions and variables to include
`_spi_` in their names.
Signed-off-by: Claudius Heine
Signed-off-by: Henning Schild
---
drivers/rtc/Kconfig | 20 +++---
drivers/rtc/rtc
From: Johannes Hahn
This allows the RX6110 driver to be automatically assigned to the right
device on the I2C bus.
Signed-off-by: Johannes Hahn
Signed-off-by: Claudius Heine
Signed-off-by: Henning Schild
---
drivers/rtc/rtc-rx6110.c | 12
1 file changed, 12 insertions(+)
diff
;)
kind regards,
Claudius
Claudius Heine (1):
rtc: rx6110: add i2c support
Johannes Hahn (1):
rtc: rx6110: add ACPI bindings to I2C
drivers/rtc/Kconfig | 20 ++---
drivers/rtc/rtc-rx6110.c | 155 +--
2 files changed, 158 insertions(+), 17 deletions
22 matches
Mail list logo