[PATCH 1/3] drm: mxsfb: add i.MX6UL/i.MX6ULL to the list of supported SoCs in Kconfig

2020-12-18 Thread Sébastien Szymanski
The eLCDIF controller is also present on i.MX6UL/i.MX6ULL SoCs so add them in the Kconfig option description. Signed-off-by: Sébastien Szymanski --- drivers/gpu/drm/mxsfb/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/mxsfb/Kconfig b/drivers/gpu/drm

[PATCH 2/3] drm: mxsfb: add alpha plane support on i.MX6UL/i.MX6ULL

2020-12-18 Thread Sébastien Szymanski
The eLCDIF controller on i.MX6UL/i.MX6ULL supports the alpha plane too. Enable it on these SoCs. Signed-off-by: Sébastien Szymanski --- While testing, I have noticed that the alpha plane works but sometimes the framebuffer is shiftted to the right. I tested with the following modetest command

[PATCH 3/3] dt-bindings: mxsfb: add compatible for i.MX6UL/i.MX6ULL

2020-12-18 Thread Sébastien Szymanski
i.MX6UL/i.MX6ULL have eLCDIF controller, too. Signed-off-by: Sébastien Szymanski --- Documentation/devicetree/bindings/display/mxsfb.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/display/mxsfb.txt b/Documentation/devicetree/bindings/display/mxsfb.txt

[PATCH 1/1] ARM: dts: opos6ul: add ksz8081 phy properties

2020-12-17 Thread Sébastien Szymanski
Set clock mode and the LED mode in the device tree instead of relying on the fixup in mach-imx6ul. Signed-off-by: Sébastien Szymanski --- arch/arm/boot/dts/imx6ul-imx6ull-opos6ul.dtsi | 3 +++ 1 file changed, 3 insertions(+) diff --git a/arch/arm/boot/dts/imx6ul-imx6ull-opos6ul.dtsi b/arch

Re: [PATCH v1] ARM: imx: mach-imx6ul: remove 14x14 EVK specific PHY fixup

2020-12-10 Thread Sébastien Szymanski
rnet-phy@x { > ... > micrel,led-mode = <1>; > clocks = < IMX6UL_CLK_ENET_REF>; > clock-names = "rmii-ref"; > ... > }; On OPOS6UL, this fix do fixes network breakage introduced by this patch. S

Re: [PATCH 1/1] ARM: dts: imx6ul: Add PXP node

2019-06-13 Thread Sébastien Szymanski
Hi Marco, On 6/12/19 7:21 PM, Marco Felsch wrote: > Hi Sébastien, > > On 19-06-06 18:46, Sébastien Szymanski wrote: >> Add PXP node for i.MX6UL/L SoC. >> >> Signed-off-by: Sébastien Szymanski >> --- >> arch/arm/boot/dts/imx6ul.dtsi | 9 +

Re: [PATCH v2 2/3] media: imx7-media-csi: add i.MX6UL support

2019-06-11 Thread Sébastien Szymanski
On 6/11/19 11:40 AM, Rui Miguel Silva wrote: > Hi Sebastien, > On Tue 11 Jun 2019 at 09:16, Sébastien Szymanski wrote: >> Hi Rui, >> >> thanks for the review! >> >> On 6/10/19 12:28 PM, Rui Miguel Silva wrote: >>> Hi Sebastien, >>> Tha

Re: [PATCH v2 2/3] media: imx7-media-csi: add i.MX6UL support

2019-06-11 Thread Sébastien Szymanski
Hi Rui, thanks for the review! On 6/10/19 12:28 PM, Rui Miguel Silva wrote: > Hi Sebastien, > Thanks for the patch. > > On Thu 06 Jun 2019 at 16:38, Sébastien Szymanski wrote: >> i.MX7 and i.MX6UL/L have the same CSI controller. So add i.MX6UL/L support >> to imx7-media-

[PATCH v2 2/3] media: imx7-media-csi: add i.MX6UL support

2019-06-06 Thread Sébastien Szymanski
i.MX7 and i.MX6UL/L have the same CSI controller. So add i.MX6UL/L support to imx7-media-csi driver. Signed-off-by: Sébastien Szymanski --- Changes for v2: - rebase on top of linuxtv/master - mention i.MX6UL/L in header and Kconfig help text - rename csi_type to csi_soc_id drivers/staging

[PATCH 1/1] ARM: dts: imx6ul: Add PXP node

2019-06-06 Thread Sébastien Szymanski
Add PXP node for i.MX6UL/L SoC. Signed-off-by: Sébastien Szymanski --- arch/arm/boot/dts/imx6ul.dtsi | 9 + arch/arm/boot/dts/imx6ull.dtsi | 6 ++ 2 files changed, 15 insertions(+) diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index f10012de5eb6

[PATCH v2 3/3] media: dt-bindings: imx7-csi: add i.MX6UL/L support

2019-06-06 Thread Sébastien Szymanski
Document "fsl,imx6ul-csi" entry. Signed-off-by: Sébastien Szymanski --- Changes for v2: - New patch to document new "fsl,imx6ul-csi" entry. Documentation/devicetree/bindings/media/imx7-csi.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Docu

[PATCH v2 1/3] ARM: dts: imx6ul: Add csi node

2019-06-06 Thread Sébastien Szymanski
Add csi node for i.MX6UL SoC. Reviewed-by: Fabio Estevam Signed-off-by: Sébastien Szymanski --- Changes for v2: - only "mclk" clock is required now. arch/arm/boot/dts/imx6ul.dtsi | 9 + 1 file changed, 9 insertions(+) diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/ar

Re: [PATCH RE-RESEND 1/2] drm/panel: Add support for Armadeus ST0700 Adapt

2019-05-20 Thread Sébastien Szymanski
Estevam wrote: >>>> [Adding Sam, who is helping to review/collect panel-simple patches] >>>> >>>> On Tue, May 7, 2019 at 12:27 PM Sébastien Szymanski >>>> wrote: >>>>> >>>>> This patch adds support for the Armadeus ST0700 Ada

[PATCH RE-RESEND 2/2] ARM: dts: opos6uldev: use OF graph to describe the display

2019-05-07 Thread Sébastien Szymanski
To make use of the new eLCDIF DRM driver OF graph description is required. Describe the display using OF graph nodes. Cc: sta...@vger.kernel.org # v4.19 Signed-off-by: Sébastien Szymanski --- arch/arm/boot/dts/imx6ul-opos6uldev.dts | 37 +++-- 1 file changed, 16 insertions

[PATCH 1/2] ARM: dts: imx6ul: Add csi node

2019-04-30 Thread Sébastien Szymanski
Add csi node for i.MX6UL SoC. Signed-off-by: Sébastien Szymanski --- arch/arm/boot/dts/imx6ul.dtsi | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/imx6ul.dtsi b/arch/arm/boot/dts/imx6ul.dtsi index 62ed30c781ed..af322bc58333 100644 --- a/arch/arm/boot/dts

Re: [PATCH] ARM: dts: imx6ull: update vdd_soc voltage for 900MHz operating point

2018-09-18 Thread Sébastien Szymanski
-22,7 +22,7 @@ > >; > fsl,soc-operating-points = < > /* KHz uV */ > - 90 1175000 > + 90 125 > 792000 1175000 > 528000 1175000 > 396000 1175000 > Reviewed-by

Re: [PATCH] ARM: dts: imx6ull: update vdd_soc voltage for 900MHz operating point

2018-09-18 Thread Sébastien Szymanski
-22,7 +22,7 @@ > >; > fsl,soc-operating-points = < > /* KHz uV */ > - 90 1175000 > + 90 125 > 792000 1175000 > 528000 1175000 > 396000 1175000 > Reviewed-by

Re: [PATCH] ARM: dts: imx6ull: update iomux header

2018-09-04 Thread Sébastien Szymanski
y: Anson Huang Reviewed-by: Sébastien Szymanski -- Sébastien Szymanski Software engineer, Armadeus Systems Tel: +33 (0)9 72 29 41 44 Fax: +33 (0)9 72 28 79 26

Re: [PATCH] ARM: dts: imx6ull: update iomux header

2018-09-04 Thread Sébastien Szymanski
y: Anson Huang Reviewed-by: Sébastien Szymanski -- Sébastien Szymanski Software engineer, Armadeus Systems Tel: +33 (0)9 72 29 41 44 Fax: +33 (0)9 72 28 79 26

Re: [PATCH] ARM: dts: imx6ull: fix pinmux input_val for uart5 rx pin

2018-08-30 Thread Sébastien Szymanski
> 0x0488 0x 0x9 0x0 > #define MX6ULL_PAD_CSI_DATA07__ESAI_T00x0200 > 0x048C 0x 0x9 0x0 > +#define MX6ULL_PAD_UART5_RX_DATA__UART5_DCE_RX 0x00C0 0x034C > 0x0644 0 7 > > #endif /* __DTS_IMX6ULL_PINFUNC_H */ > -- Sébastien S

Re: [PATCH] ARM: dts: imx6ull: fix pinmux input_val for uart5 rx pin

2018-08-30 Thread Sébastien Szymanski
> 0x0488 0x 0x9 0x0 > #define MX6ULL_PAD_CSI_DATA07__ESAI_T00x0200 > 0x048C 0x 0x9 0x0 > +#define MX6ULL_PAD_UART5_RX_DATA__UART5_DCE_RX 0x00C0 0x034C > 0x0644 0 7 > > #endif /* __DTS_IMX6ULL_PINFUNC_H */ > -- Sébastien S

[PATCH 1/1] ARM: dts: imx6ull: add operating points

2018-06-29 Thread Sébastien Szymanski
stored in fuses since commit 0aa9abd4c212 ("cpufreq: imx6q: check speed grades for i.MX6ULL") Signed-off-by: Sébastien Szymanski --- arch/arm/boot/dts/imx6ull-colibri-wifi.dtsi | 14 -- arch/arm/boot/dts/imx6ull.dtsi | 19 +++ 2 files changed, 19

[PATCH 1/1] ARM: dts: imx6ull: add operating points

2018-06-29 Thread Sébastien Szymanski
stored in fuses since commit 0aa9abd4c212 ("cpufreq: imx6q: check speed grades for i.MX6ULL") Signed-off-by: Sébastien Szymanski --- arch/arm/boot/dts/imx6ull-colibri-wifi.dtsi | 14 -- arch/arm/boot/dts/imx6ull.dtsi | 19 +++ 2 files changed, 19

Re: [PATCH v3 1/3] cpufreq: imx6q: check speed grades for i.MX6ULL

2018-06-25 Thread Sébastien Szymanski
Hi, On 06/11/2018 07:38 AM, Shawn Guo wrote: > On Tue, May 22, 2018 at 08:28:51AM +0200, Sébastien Szymanski wrote: >> Check the max speed supported from the fuses for i.MX6ULL and update the >> operating points table accordingly. >> >> Signed-off-by: Sébastien Szymansk

Re: [PATCH v3 1/3] cpufreq: imx6q: check speed grades for i.MX6ULL

2018-06-25 Thread Sébastien Szymanski
Hi, On 06/11/2018 07:38 AM, Shawn Guo wrote: > On Tue, May 22, 2018 at 08:28:51AM +0200, Sébastien Szymanski wrote: >> Check the max speed supported from the fuses for i.MX6ULL and update the >> operating points table accordingly. >> >> Signed-off-by: Sébastien Szymansk

Re: [PATCH v3 1/3] cpufreq: imx6q: check speed grades for i.MX6ULL

2018-06-05 Thread Sébastien Szymanski
On 05/23/2018 06:29 AM, Viresh Kumar wrote: > On 22-05-18, 08:28, Sébastien Szymanski wrote: >> Check the max speed supported from the fuses for i.MX6ULL and update the >> operating points table accordingly. >> >> Signed-off-by: Sébastien Szymanski >> ---

Re: [PATCH v3 1/3] cpufreq: imx6q: check speed grades for i.MX6ULL

2018-06-05 Thread Sébastien Szymanski
On 05/23/2018 06:29 AM, Viresh Kumar wrote: > On 22-05-18, 08:28, Sébastien Szymanski wrote: >> Check the max speed supported from the fuses for i.MX6ULL and update the >> operating points table accordingly. >> >> Signed-off-by: Sébastien Szymanski >> ---

[PATCH v3 3/3] ARM: dts: imx6ull-colibri-wifi: remove operating points

2018-05-22 Thread Sébastien Szymanski
Operating points are now defined in the imx6ull.dtsi file so remove them from board device trees. Signed-off-by: Sébastien Szymanski <sebastien.szyman...@armadeus.com> --- arch/arm/boot/dts/imx6ull-colibri-wifi.dtsi | 14 -- 1 file changed, 14 deletions(-) diff --git a/arch/ar

[PATCH v3 3/3] ARM: dts: imx6ull-colibri-wifi: remove operating points

2018-05-22 Thread Sébastien Szymanski
Operating points are now defined in the imx6ull.dtsi file so remove them from board device trees. Signed-off-by: Sébastien Szymanski --- arch/arm/boot/dts/imx6ull-colibri-wifi.dtsi | 14 -- 1 file changed, 14 deletions(-) diff --git a/arch/arm/boot/dts/imx6ull-colibri-wifi.dtsi b

[PATCH v3 2/3] ARM: dts: imx6ull: add operating points

2018-05-22 Thread Sébastien Szymanski
i.MX6ULL has different operating ranges than i.MX6UL so add the operating points for the i.MX6ULL. A 25mV offset is added to the minimum allowed values like for the i.MX6UL. Signed-off-by: Sébastien Szymanski <sebastien.szyman...@armadeus.com> --- Changes for v3: - none Changes for v2:

[PATCH v3 2/3] ARM: dts: imx6ull: add operating points

2018-05-22 Thread Sébastien Szymanski
i.MX6ULL has different operating ranges than i.MX6UL so add the operating points for the i.MX6ULL. A 25mV offset is added to the minimum allowed values like for the i.MX6UL. Signed-off-by: Sébastien Szymanski --- Changes for v3: - none Changes for v2: - Fix soc-operating-points voltage

[PATCH v3 1/3] cpufreq: imx6q: check speed grades for i.MX6ULL

2018-05-22 Thread Sébastien Szymanski
Check the max speed supported from the fuses for i.MX6ULL and update the operating points table accordingly. Signed-off-by: Sébastien Szymanski <sebastien.szyman...@armadeus.com> --- Changes for v3: - none Changes for v2: - none drivers/cpufreq/imx6q-cpufreq.

[PATCH v3 1/3] cpufreq: imx6q: check speed grades for i.MX6ULL

2018-05-22 Thread Sébastien Szymanski
Check the max speed supported from the fuses for i.MX6ULL and update the operating points table accordingly. Signed-off-by: Sébastien Szymanski --- Changes for v3: - none Changes for v2: - none drivers/cpufreq/imx6q-cpufreq.c | 29 +++-- 1 file changed, 23

[PATCH v2 3/3] HID: cp2112: fix broken gpio_direction_input callback

2017-11-10 Thread Sébastien Szymanski
When everything goes smoothly, ret is set to 0 which makes the function to return EIO error. Fixes: 8e9faa15469e ("HID: cp2112: fix gpio-callback error handling") Signed-off-by: Sébastien Szymanski <sebastien.szyman...@armadeus.com> --- Changes in v2: - rework error handling

[PATCH v2 3/3] HID: cp2112: fix broken gpio_direction_input callback

2017-11-10 Thread Sébastien Szymanski
When everything goes smoothly, ret is set to 0 which makes the function to return EIO error. Fixes: 8e9faa15469e ("HID: cp2112: fix gpio-callback error handling") Signed-off-by: Sébastien Szymanski --- Changes in v2: - rework error handling to have only one exit path as suggested by

Re: [PATCH 1/3] HID: cp2112: fix interface specification URL

2017-11-10 Thread Sébastien Szymanski
On 11/09/2017 12:45 PM, Jiri Kosina wrote: > On Thu, 2 Nov 2017, Sébastien Szymanski wrote: > >> Signed-off-by: Sébastien Szymanski <sebastien.szyman...@armadeus.com> >> --- >> drivers/hid/hid-cp2112.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-

Re: [PATCH 1/3] HID: cp2112: fix interface specification URL

2017-11-10 Thread Sébastien Szymanski
On 11/09/2017 12:45 PM, Jiri Kosina wrote: > On Thu, 2 Nov 2017, Sébastien Szymanski wrote: > >> Signed-off-by: Sébastien Szymanski >> --- >> drivers/hid/hid-cp2112.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) >> >> diff --git a/drivers/h

Re: [PATCH 3/3] HID: cp2112: fix broken gpio_direction_input callback

2017-11-06 Thread Sébastien Szymanski
On 11/06/2017 09:11 AM, Benjamin Tissoires wrote: > On Nov 02 2017 or thereabouts, Sébastien Szymanski wrote: >> When everything goes smoothly, ret is set to 0 which makes the function >> to return EIO error. >> >> Fixes: 8e9faa15469e ("HID: cp2112: fix gpio-callbac

Re: [PATCH 3/3] HID: cp2112: fix broken gpio_direction_input callback

2017-11-06 Thread Sébastien Szymanski
On 11/06/2017 09:11 AM, Benjamin Tissoires wrote: > On Nov 02 2017 or thereabouts, Sébastien Szymanski wrote: >> When everything goes smoothly, ret is set to 0 which makes the function >> to return EIO error. >> >> Fixes: 8e9faa15469e ("HID: cp2112: fix gpio-callbac

[PATCH 1/3] HID: cp2112: fix interface specification URL

2017-11-02 Thread Sébastien Szymanski
Signed-off-by: Sébastien Szymanski <sebastien.szyman...@armadeus.com> --- drivers/hid/hid-cp2112.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hid/hid-cp2112.c b/drivers/hid/hid-cp2112.c index 078026f..28e3c18 100644 --- a/drivers/hid/hid-cp2112.c +++ b/drive

[PATCH 1/3] HID: cp2112: fix interface specification URL

2017-11-02 Thread Sébastien Szymanski
Signed-off-by: Sébastien Szymanski --- drivers/hid/hid-cp2112.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/hid/hid-cp2112.c b/drivers/hid/hid-cp2112.c index 078026f..28e3c18 100644 --- a/drivers/hid/hid-cp2112.c +++ b/drivers/hid/hid-cp2112.c @@ -21,7 +21,7

[PATCH 3/3] HID: cp2112: fix broken gpio_direction_input callback

2017-11-02 Thread Sébastien Szymanski
When everything goes smoothly, ret is set to 0 which makes the function to return EIO error. Fixes: 8e9faa15469e ("HID: cp2112: fix gpio-callback error handling") Signed-off-by: Sébastien Szymanski <sebastien.szyman...@armadeus.com> --- drivers/hid/hid-cp2112.c | 5 +++-- 1

[PATCH 3/3] HID: cp2112: fix broken gpio_direction_input callback

2017-11-02 Thread Sébastien Szymanski
When everything goes smoothly, ret is set to 0 which makes the function to return EIO error. Fixes: 8e9faa15469e ("HID: cp2112: fix gpio-callback error handling") Signed-off-by: Sébastien Szymanski --- drivers/hid/hid-cp2112.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletion

[PATCH 2/3] HID: cp2112: add HIDRAW dependency

2017-11-02 Thread Sébastien Szymanski
Otherwise, with HIDRAW=n, the probe function crashes because of null dereference of hdev->hidraw. Fixes: 42cb6b35b9e6 ("HID: cp2112: use proper hidraw name with minor number") Signed-off-by: Sébastien Szymanski <sebastien.szyman...@armadeus.com> --- drivers/hid/Kconfig | 2 +-

[PATCH 2/3] HID: cp2112: add HIDRAW dependency

2017-11-02 Thread Sébastien Szymanski
Otherwise, with HIDRAW=n, the probe function crashes because of null dereference of hdev->hidraw. Fixes: 42cb6b35b9e6 ("HID: cp2112: use proper hidraw name with minor number") Signed-off-by: Sébastien Szymanski --- drivers/hid/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 dele

Re: [PATCH 1/1] cpufreq: imx6q: imx6ull: use PLL1 for frequency higher than 528MHz

2017-08-03 Thread Sébastien Szymanski
Hello, On 08/03/2017 04:03 AM, Shawn Guo wrote: > On Fri, Jul 28, 2017 at 10:36:33AM +0200, Sébastien Szymanski wrote: >> Setting the frequency higher than 528Mhz actually sets the ARM >> clock to 528MHz. That's because PLL2 is used as the root clock when the >> frequency

Re: [PATCH 1/1] cpufreq: imx6q: imx6ull: use PLL1 for frequency higher than 528MHz

2017-08-03 Thread Sébastien Szymanski
Hello, On 08/03/2017 04:03 AM, Shawn Guo wrote: > On Fri, Jul 28, 2017 at 10:36:33AM +0200, Sébastien Szymanski wrote: >> Setting the frequency higher than 528Mhz actually sets the ARM >> clock to 528MHz. That's because PLL2 is used as the root clock when the >> frequency

[PATCH 1/1] clk: imx6: refine hdmi_isfr's parent to make HDMI work on i.MX6 SoCs w/o VPU

2017-08-01 Thread Sébastien Szymanski
, the hdmi is working thanks to the CCM_CMEOR[mod_en_ov_vpu] bit which makes the video_27m ungated whatever is in CCM_CCGR3[CG8]. The issue can be reproduced by setting CCMEOR[mod_en_ov_vpu] to 0. Make the HDMI work in every case by setting hdmi_isfr's parent to mipi_core_cfg. Signed-off-by: Sébastien

[PATCH 1/1] clk: imx6: refine hdmi_isfr's parent to make HDMI work on i.MX6 SoCs w/o VPU

2017-08-01 Thread Sébastien Szymanski
, the hdmi is working thanks to the CCM_CMEOR[mod_en_ov_vpu] bit which makes the video_27m ungated whatever is in CCM_CCGR3[CG8]. The issue can be reproduced by setting CCMEOR[mod_en_ov_vpu] to 0. Make the HDMI work in every case by setting hdmi_isfr's parent to mipi_core_cfg. Signed-off-by: Sébastien

[PATCH 1/1] cpufreq: imx6q: imx6ull: use PLL1 for frequency higher than 528MHz

2017-07-28 Thread Sébastien Szymanski
198 MHz, 950 mV --> 792 MHz, 1225 mV pll1 1 1 79200 0 0 pll1_bypass 1 1 79200 0 0 pll1_sys 1 1 79200 0 0 pll1_sw 1 1 79200 0 0 arm1 1 79200 0 0 Signed-off-by: Sébastien Szymanski <sebastien.szyman...@armadeus.com>

[PATCH 1/1] cpufreq: imx6q: imx6ull: use PLL1 for frequency higher than 528MHz

2017-07-28 Thread Sébastien Szymanski
198 MHz, 950 mV --> 792 MHz, 1225 mV pll1 1 1 79200 0 0 pll1_bypass 1 1 79200 0 0 pll1_sys 1 1 79200 0 0 pll1_sw 1 1 79200 0 0 arm1 1 79200 0 0 Signed-off-by: Sébastien Szymanski --- drivers/cpufreq/imx6q-cpufreq.

[PATCH 1/1] ARM: dts: imx6dl: fix GPIO4 range

2017-01-18 Thread Sébastien Szymanski
anges property to iMX GPIO controllers") Signed-off-by: Sébastien Szymanski <sebastien.szyman...@armadeus.com> --- arch/arm/boot/dts/imx6dl.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi index 1ade195

[PATCH 1/1] ARM: dts: imx6dl: fix GPIO4 range

2017-01-18 Thread Sébastien Szymanski
anges property to iMX GPIO controllers") Signed-off-by: Sébastien Szymanski --- arch/arm/boot/dts/imx6dl.dtsi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/arm/boot/dts/imx6dl.dtsi b/arch/arm/boot/dts/imx6dl.dtsi index 1ade195..7aa120f 100644 --- a/arch/arm/boot/dts/i

[PATCH v2 1/1] ARM: dts: add Armadeus Systems OPOS6UL and OPOS6ULDEV support

2017-01-10 Thread Sébastien Szymanski
OPOS6UL is an i.MX6UL based SoM. OPOS6ULDev is a carrier board for the OPOS6UL SoM. For more details see: http://www.opossom.com/english/products-processor_boards-opos6ul.html http://www.opossom.com/english/products-development_boards-opos6ul_dev.html Signed-off-by: Sébastien Szymanski

[PATCH v2 1/1] ARM: dts: add Armadeus Systems OPOS6UL and OPOS6ULDEV support

2017-01-10 Thread Sébastien Szymanski
OPOS6UL is an i.MX6UL based SoM. OPOS6ULDev is a carrier board for the OPOS6UL SoM. For more details see: http://www.opossom.com/english/products-processor_boards-opos6ul.html http://www.opossom.com/english/products-development_boards-opos6ul_dev.html Signed-off-by: Sébastien Szymanski

[PATCH 1/1] ARM: dts: add Armadeus Systems OPOS6UL AND OPOS6ULDEV support

2017-01-09 Thread Sébastien Szymanski
OPOS6UL is an i.MX6UL based SoM. OPOS6ULDev is a carrier board for the OPOS6UL SoM. For more details see: http://www.opossom.com/english/products-processor_boards-opos6ul.html http://www.opossom.com/english/products-development_boards-opos6ul_dev.html Signed-off-by: Sébastien Szymanski

[PATCH 1/1] ARM: dts: add Armadeus Systems OPOS6UL AND OPOS6ULDEV support

2017-01-09 Thread Sébastien Szymanski
OPOS6UL is an i.MX6UL based SoM. OPOS6ULDev is a carrier board for the OPOS6UL SoM. For more details see: http://www.opossom.com/english/products-processor_boards-opos6ul.html http://www.opossom.com/english/products-development_boards-opos6ul_dev.html Signed-off-by: Sébastien Szymanski

[PATCH 1/1] ARM: clk-imx6q: refine sata's parent

2015-05-20 Thread Sébastien Szymanski
According to IMX6D/Q RM, table 18-3, sata clock's parent is ahb, not ipg. This patch is based on branch: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git imx/soc Signed-off-by: Sébastien Szymanski --- drivers/clk/imx/clk-imx6q.c | 2 +- 1 file changed, 1 insertion(+), 1

[PATCH 1/1] ARM: clk-imx6q: refine sata's parent

2015-05-20 Thread Sébastien Szymanski
According to IMX6D/Q RM, table 18-3, sata clock's parent is ahb, not ipg. This patch is based on branch: git://git.kernel.org/pub/scm/linux/kernel/git/shawnguo/linux.git imx/soc Signed-off-by: Sébastien Szymanski sebastien.szyman...@armadeus.com --- drivers/clk/imx/clk-imx6q.c | 2 +- 1 file

[PATCH 2/2] ARM: imx_v6_v7_defconfig: updates for Armadeus Systems APF6 boards

2015-05-15 Thread Sébastien Szymanski
APF6 Dual and Quad SoM have an wl1271 wifi/bt chip. This chip needs CONFIG_BT_HCIUART_LL. APF6Dev carrier board has a SX8654 I2C touchscreen controller. Signed-off-by: Sébastien Szymanski --- arch/arm/configs/imx_v6_v7_defconfig | 6 ++ 1 file changed, 6 insertions(+) diff --git a/arch/arm

[PATCH 1/2] ARM: dts: Armadeus Systems APF6 family support (i.MX6)

2015-05-15 Thread Sébastien Szymanski
-by: Sébastien Szymanski --- arch/arm/boot/dts/Makefile | 2 + arch/arm/boot/dts/imx6dl-apf6dev.dts | 60 + arch/arm/boot/dts/imx6q-apf6dev.dts| 64 + arch/arm/boot/dts/imx6qdl-apf6.dtsi| 158 +++ arch/arm/boot/dts/imx6qdl-apf6dev.dtsi | 479

[PATCH 1/2] ARM: dts: Armadeus Systems APF6 family support (i.MX6)

2015-05-15 Thread Sébastien Szymanski
-by: Sébastien Szymanski sebastien.szyman...@armadeus.com --- arch/arm/boot/dts/Makefile | 2 + arch/arm/boot/dts/imx6dl-apf6dev.dts | 60 + arch/arm/boot/dts/imx6q-apf6dev.dts| 64 + arch/arm/boot/dts/imx6qdl-apf6.dtsi| 158 +++ arch/arm/boot/dts/imx6qdl

[PATCH 2/2] ARM: imx_v6_v7_defconfig: updates for Armadeus Systems APF6 boards

2015-05-15 Thread Sébastien Szymanski
APF6 Dual and Quad SoM have an wl1271 wifi/bt chip. This chip needs CONFIG_BT_HCIUART_LL. APF6Dev carrier board has a SX8654 I2C touchscreen controller. Signed-off-by: Sébastien Szymanski sebastien.szyman...@armadeus.com --- arch/arm/configs/imx_v6_v7_defconfig | 6 ++ 1 file changed, 6

Re: [PATCH] Input: sx8654 - fix memory allocation check

2015-05-11 Thread Sébastien Szymanski
Hello, Acked-by: Sébastien Szymanski On 05/09/2015 01:50 AM, Dmitry Torokhov wrote: > We have been testing wrong variable when trying to make sure that input > allocation succeeded. > > Reported by Coverity (CID 1295918). > > Signed-off-by: Dmitry Torokhov > --- > d

Re: [PATCH] Input: sx8654 - fix memory allocation check

2015-05-11 Thread Sébastien Szymanski
Hello, Acked-by: Sébastien Szymanski sebastien.szyman...@armadeus.com On 05/09/2015 01:50 AM, Dmitry Torokhov wrote: We have been testing wrong variable when trying to make sure that input allocation succeeded. Reported by Coverity (CID 1295918). Signed-off-by: Dmitry Torokhov

[PATCH 1/2] drm_modes: videomode: add pos/neg pixel clock polarity flag

2015-03-16 Thread Sébastien Szymanski
From: Steve Longerbeam [Sébastien - rebase, update drm_display_mode_to_videomode function] Signed-off-by: Steve Longerbeam Signed-off-by: Sébastien Szymanski --- drivers/gpu/drm/drm_modes.c | 8 include/uapi/drm/drm_mode.h | 4 2 files changed, 12 insertions(+) diff --git

[PATCH 2/2] imx-drm: ipuv3-crtc: Use DRM mode flags to configure pixel clock polarity

2015-03-16 Thread Sébastien Szymanski
From: Steve Longerbeam Previously, pixel clock polarity was hardcoded and wasn't configurable. This patch adds support to configure the pixel clock polarity from the DRM mode flags. [Sébastien - rebase] Signed-off-by: Mohsin Kazmi Signed-off-by: Steve Longerbeam Signed-off-by: Sébastien

[PATCH 2/2] imx-drm: ipuv3-crtc: Use DRM mode flags to configure pixel clock polarity

2015-03-16 Thread Sébastien Szymanski
-by: Steve Longerbeam steve_longerb...@mentor.com Signed-off-by: Sébastien Szymanski sebastien.szyman...@armadeus.com --- drivers/gpu/drm/imx/ipuv3-crtc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/imx/ipuv3-crtc.c b/drivers/gpu/drm/imx/ipuv3-crtc.c index

[PATCH 1/2] drm_modes: videomode: add pos/neg pixel clock polarity flag

2015-03-16 Thread Sébastien Szymanski
From: Steve Longerbeam steve_longerb...@mentor.com [Sébastien - rebase, update drm_display_mode_to_videomode function] Signed-off-by: Steve Longerbeam steve_longerb...@mentor.com Signed-off-by: Sébastien Szymanski sebastien.szyman...@armadeus.com --- drivers/gpu/drm/drm_modes.c | 8

[PATCH 2/2] Input: sx8654 - add device tree bindings

2015-03-06 Thread Sébastien Szymanski
Signed-off-by: Sébastien Szymanski --- .../devicetree/bindings/input/touchscreen/sx8654.txt | 16 1 file changed, 16 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/touchscreen/sx8654.txt diff --git a/Documentation/devicetree/bindings/input

[PATCH 1/2] Input: add support for Semtech SX8654 I2C touchscreen controller

2015-03-06 Thread Sébastien Szymanski
Signed-off-by: Sébastien Szymanski --- drivers/input/touchscreen/Kconfig | 11 ++ drivers/input/touchscreen/Makefile | 1 + drivers/input/touchscreen/sx8654.c | 285 + 3 files changed, 297 insertions(+) create mode 100644 drivers/input/touchscreen/sx8654

[PATCH 1/2] Input: add support for Semtech SX8654 I2C touchscreen controller

2015-03-06 Thread Sébastien Szymanski
Signed-off-by: Sébastien Szymanski sebastien.szyman...@armadeus.com --- drivers/input/touchscreen/Kconfig | 11 ++ drivers/input/touchscreen/Makefile | 1 + drivers/input/touchscreen/sx8654.c | 285 + 3 files changed, 297 insertions(+) create mode 100644

[PATCH 2/2] Input: sx8654 - add device tree bindings

2015-03-06 Thread Sébastien Szymanski
Signed-off-by: Sébastien Szymanski sebastien.szyman...@armadeus.com --- .../devicetree/bindings/input/touchscreen/sx8654.txt | 16 1 file changed, 16 insertions(+) create mode 100644 Documentation/devicetree/bindings/input/touchscreen/sx8654.txt diff --git a/Documentation

[PATCH] ARM: dts: imx28-apf28dev: add user button

2014-01-14 Thread Sébastien Szymanski
Signed-off-by: Sébastien Szymanski --- arch/arm/boot/dts/imx28-apf28dev.dts | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/imx28-apf28dev.dts b/arch/arm/boot/dts/imx28-apf28dev.dts index 334dea5..221cac4 100644 --- a/arch/arm/boot/dts/imx28-apf28dev.dts +++ b

[PATCH] ARM: dts: imx28-apf28dev: add user button

2014-01-14 Thread Sébastien Szymanski
Signed-off-by: Sébastien Szymanski sebastien.szyman...@armadeus.com --- arch/arm/boot/dts/imx28-apf28dev.dts | 11 +++ 1 file changed, 11 insertions(+) diff --git a/arch/arm/boot/dts/imx28-apf28dev.dts b/arch/arm/boot/dts/imx28-apf28dev.dts index 334dea5..221cac4 100644 --- a/arch/arm