Re: [PATCH 2/2] ARM: davinci: da850: configure CS2(aemif) for norflash

2013-01-28 Thread Heiko Schocher
Hello Kumar, On 29.01.2013 06:19, Kumar, Anil wrote: > Configure 16 bit data bus width for CS2(aemif) to use the norflash on > DA850. > > Signed-off-by: Kumar, Anil > --- > :100644 100644 37c27af... 540e284... March/arm/mach-davinci/da8xx-dt.c > arch/arm/mach-davinci/da8xx-dt.c | 17 +

Re: [PATCH RFC] media: tvp514x: add OF support

2013-01-24 Thread Heiko Schocher
Hello Prabhakar, On 24.01.2013 10:12, Prabhakar Lad wrote: > From: Lad, Prabhakar > > add OF support for the tvp514x driver. > > Signed-off-by: Lad, Prabhakar > Cc: Hans Verkuil > Cc: Laurent Pinchart > Cc: Mauro Carvalho Chehab > Cc: Guennadi Liakhovetski > --- > This patch is on top of

Re: [RFC] kernel, logbuf: add support for external log buffer

2012-07-11 Thread Heiko Schocher
Hello, On 11.06.2012 08:13, Heiko Schocher wrote: This merges support for the previously DENX-only kernel feature of specifying an alternative, "external" buffer for kernel printk messages and their associated metadata. This patch is based on DENX-only kernel commi

Re: [PATCH 11/15] mtd: davinci_nand: fix OF support

2013-01-21 Thread Heiko Schocher
/davinci_nand.c:527:1: error: expected ',' or ';' before > 'extern' > > This is the obvious fix. > > Signed-off-by: Arnd Bergmann > Cc: Heiko Schocher > Cc: Sekhar Nori > Cc: Artem Bityutskiy > Cc: David Woodhouse > --- > driv

Re: RE: [PATCH] usb: remove CONFIG_USB_MUSB_HOST etc

2012-10-10 Thread Heiko Schocher
my: Acked-by: Heiko Schocher for this patch. bye, Heiko -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the

[PATCH] rtc: pcf8563: disable CLKOUT

2015-10-12 Thread Heiko Schocher
Disable the CLKOUT of the RTC after power-up. After power-up/reset of the RTC, CLKOUT is enabled by default, with CLKOUT enabled the RTC chip has 2-3 times higher power consumption. If you do not need CLKOUT, you can disable the CLKOUT with setting "disable-clkout" property. Signed-off

[PATCH] net: phy: smsc: disable energy detect mode

2015-10-12 Thread Heiko Schocher
On some boards the energy enable detect mode leads in trouble with some switches, so make the enabling of this mode configurable through DT. Signed-off-by: Heiko Schocher --- .../devicetree/bindings/net/smsc-lan87xx.txt | 19 + drivers/net/phy/smsc.c

[PATCH] leds: leds-gpio: add shutdown function

2015-10-12 Thread Heiko Schocher
add a shutdown function for setting the gpio-leds into off state when shuting down. Signed-off-by: Heiko Schocher --- drivers/leds/leds-gpio.c | 13 + 1 file changed, 13 insertions(+) diff --git a/drivers/leds/leds-gpio.c b/drivers/leds/leds-gpio.c index af1876a..5db4515 100644

[PATCH] mmc: omap_hsmmc: fix initialization order of mmc block devices

2015-10-12 Thread Heiko Schocher
device is attached at boot time, it might become mmxblk0. And the hard wired one mmcblk1. But if the removable device isn't there at boot time, the hard wired one will become mmcblk0. This makes it somehow difficult to hard code the root device to the non-removable device and boot fast. Signe

[PATCH] arm, omap2, sram: On HS/EMU devices, only 64K internal SRAM is available.

2015-10-12 Thread Heiko Schocher
ecure content grows beyond 0x350. Signed-off-by: Heiko Schocher Signed-off-by: Ayoub Zaki --- arch/arm/mach-omap2/sram.c | 25 + 1 file changed, 25 insertions(+) diff --git a/arch/arm/mach-omap2/sram.c b/arch/arm/mach-omap2/sram.c index cd488b8..2e7c00f 100644 --- a/arc

Re: [PATCH] mmc: omap_hsmmc: fix initialization order of mmc block devices

2015-10-13 Thread Heiko Schocher
Hello Lokesh, Am 13.10.2015 um 08:46 schrieb Lokesh Vutla: +Nishanth, On Tuesday 13 October 2015 10:59 AM, Heiko Schocher wrote: On embedded devices, often there is a combination of removable mmc devices (e.g. MMC/SD cards) and hard wired ones (e.g. eMMC). Depending on the hardware

Re: [PATCH] net: phy: smsc: disable energy detect mode

2015-10-13 Thread Heiko Schocher
Hello Florian, Am 13.10.2015 um 21:26 schrieb Florian Fainelli: On 12/10/15 22:13, Heiko Schocher wrote: On some boards the energy enable detect mode leads in trouble with some switches, so make the enabling of this mode configurable through DT. Signed-off-by: Heiko Schocher

Re: [PATCH] rtc: pcf8563: disable CLKOUT

2015-10-13 Thread Heiko Schocher
Hello Alexandre, Am 13.10.2015 um 22:17 schrieb Alexandre Belloni: Hi, On 13/10/2015 at 07:08:58 +0200, Heiko Schocher wrote : Disable the CLKOUT of the RTC after power-up. After power-up/reset of the RTC, CLKOUT is enabled by default, with CLKOUT enabled the RTC chip has 2-3 times higher

Re: [PATCH] arm, omap2, sram: On HS/EMU devices, only 64K internal SRAM is available.

2015-10-14 Thread Heiko Schocher
Hello Tony, Am 14.10.2015 um 19:49 schrieb Tony Lindgren: * Heiko Schocher [151012 22:58]: Of this, secure content (including PPA) uses initial portion of the SRAM. This chunk is not (and shouldn't be) accessible from the public code. The minimum size of this chunk (0x350) is used in

Re: [PATCH] arm, omap2, sram: On HS/EMU devices, only 64K internal SRAM is available.

2015-10-14 Thread Heiko Schocher
Hello Tony, Am 15.10.2015 um 00:20 schrieb Tony Lindgren: * Tony Lindgren [151014 10:56]: * Heiko Schocher [151012 22:58]: Of this, secure content (including PPA) uses initial portion of the SRAM. This chunk is not (and shouldn't be) accessible from the public code. The minimum si

Re: [PATCH] net: phy: smsc: disable energy detect mode

2015-10-15 Thread Heiko Schocher
Hello Florian, Am 14.10.2015 um 06:17 schrieb Heiko Schocher: Hello Florian, Am 13.10.2015 um 21:26 schrieb Florian Fainelli: On 12/10/15 22:13, Heiko Schocher wrote: On some boards the energy enable detect mode leads in trouble with some switches, so make the enabling of this mode

[PATCH v2] rtc: pcf8563: add CLKOUT to common clock framework

2015-10-16 Thread Heiko Schocher
Add the clkout output clk to the common clock framework. Disable the CLKOUT of the RTC after power-up. After power-up/reset of the RTC, CLKOUT is enabled by default, with CLKOUT enabled the RTC chip has 2-3 times higher power consumption. Signed-off-by: Heiko Schocher --- Changes in v2: - add

[PATCH v3] rtc: pcf8563: add CLKOUT to common clock framework

2015-10-16 Thread Heiko Schocher
Add the clkout output clk to the common clock framework. Disable the CLKOUT of the RTC after power-up. After power-up/reset of the RTC, CLKOUT is enabled by default, with CLKOUT enabled the RTC chip has 2-3 times higher power consumption. Signed-off-by: Heiko Schocher --- Changes in v3: - use

Re: [PATCH v2] rtc: pcf8563: add CLKOUT to common clock framework

2015-10-16 Thread Heiko Schocher
Hello Alexandre, Am 16.10.2015 um 13:00 schrieb Alexandre Belloni: On 16/10/2015 at 12:54:46 +0200, Alexandre Belloni wrote : +static struct clk *pcf8563_clkout_register_clk(struct pcf8563 *pcf8563) +{ + struct i2c_client *client = pcf8563->client; + struct device_node *node = clien

[PATCH v4] rtc: pcf8563: add CLKOUT to common clock framework

2015-10-16 Thread Heiko Schocher
Add the clkout output clk to the common clock framework. Disable the CLKOUT of the RTC after power-up. After power-up/reset of the RTC, CLKOUT is enabled by default, with CLKOUT enabled the RTC chip has 2-3 times higher power consumption. Signed-off-by: Heiko Schocher --- Changes in v4: - add

Re: [PATCH] net: phy: smsc: disable energy detect mode

2015-10-16 Thread Heiko Schocher
Hello Florian, Am 16.10.2015 um 18:27 schrieb Florian Fainelli: 2015-10-13 21:17 GMT-07:00 Heiko Schocher : Hello Florian, Am 13.10.2015 um 21:26 schrieb Florian Fainelli: On 12/10/15 22:13, Heiko Schocher wrote: On some boards the energy enable detect mode leads in trouble with some

[PATCH v2 0/2] net, phy, smsc: add posibility to disable energy detect mode

2015-10-16 Thread Heiko Schocher
OF and use __maybe_unused - introduce "phy-handle" ability into ti,cpsw driver, so I can remove bogus: if (!of_node && dev->parent->of_node) of_node = dev->parent->of_node; construct. Therefore new patch for the ti,cpsw driver is necessary. Heiko Sch

[PATCH v2 2/2] net: phy: smsc: disable energy detect mode

2015-10-16 Thread Heiko Schocher
On some boards the energy enable detect mode leads in trouble with some switches, so make the enabling of this mode configurable through DT. Signed-off-by: Heiko Schocher --- Changes in v2: - add comments from Florian Fainelli - I did not change disable property name into enable because I

[PATCH v2 1/2] drivers: net: cpsw: add phy-handle parsing

2015-10-16 Thread Heiko Schocher
add the ability to parse "phy-handle". This is needed for phys, which have a DT node, and need to parse DT properties. Signed-off-by: Heiko Schocher --- Changes in v2: None Documentation/devicetree/bindings/net/cpsw.txt | 1 + drivers/net/ethernet/ti/cpsw.c

Re: [PATCH] regulator, dt: add dt support for tps6502x regulator

2015-10-21 Thread Heiko Schocher
Hello Mark, Am 21.10.2015 um 14:19 schrieb Mark Brown: On Mon, Oct 19, 2015 at 08:27:13AM +0200, Heiko Schocher wrote: --- /dev/null +++ b/arch/arm/boot/dts/tps65023.dtsi If this file is needed there is something broken, if this file is not needed then it is just noise since everything in

Re: [PATCH] regulator, dt: add dt support for tps6502x regulator

2015-10-21 Thread Heiko Schocher
Hello Mark, Am 21.10.2015 um 18:17 schrieb Mark Brown: On Wed, Oct 21, 2015 at 02:52:51PM +0200, Heiko Schocher wrote: Am 21.10.2015 um 14:19 schrieb Mark Brown: On Mon, Oct 19, 2015 at 08:27:13AM +0200, Heiko Schocher wrote: If this file is needed there is something broken, if this file

[PATCH] net, can, ti_hecc: fix a run time warn_on.

2015-10-18 Thread Heiko Schocher
This patch fixes a warning in clk_enable by calling clk_prepare_enable instead. Signed-off-by: Heiko Schocher --- drivers/net/can/ti_hecc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/net/can/ti_hecc.c b/drivers/net/can/ti_hecc.c index cf345cb..c08e8ea 100644

[PATCH] regulator, dt: add dt support for tps6502x regulator

2015-10-18 Thread Heiko Schocher
add DT support for the tps6502x regulators. Signed-off-by: Heiko Schocher --- .../devicetree/bindings/regulator/tps6502x.txt | 56 arch/arm/boot/dts/tps65023.dtsi| 46 +++ drivers/regulator/tps65023-regulator.c | 326 +++-- 3 files

[PATCH] net, can, ti_hecc: add DT support for the ti,hecc controller

2015-10-18 Thread Heiko Schocher
add DT support for the ti hecc controller, used on am3517 SoCs. Signed-off-by: Heiko Schocher --- .../devicetree/bindings/net/can/ti_hecc-can.txt| 20 ++ arch/arm/boot/dts/am3517.dtsi | 13 +++ drivers/net/can/ti_hecc.c | 45

Re: [PATCH] net, can, ti_hecc: fix a run time warn_on.

2015-10-18 Thread Heiko Schocher
Hello Marc, Am 19.10.2015 um 08:34 schrieb Marc Kleine-Budde: On 10/19/2015 08:22 AM, Heiko Schocher wrote: This patch fixes a warning in clk_enable by calling clk_prepare_enable instead. What about the corresponding clk_disable_unprepare()? Yes, that should be fixed too, do this in a v2

Re: [PATCH] net, can, ti_hecc: add DT support for the ti,hecc controller

2015-10-19 Thread Heiko Schocher
Hello Marc, Am 19.10.2015 um 08:58 schrieb Marc Kleine-Budde: On 10/19/2015 08:39 AM, Heiko Schocher wrote: add DT support for the ti hecc controller, used on am3517 SoCs. A similar patch was posted a few days ago, see http://comments.gmane.org/gmane.linux.can/8616 and my comments. Uh

[PATCH v2] regulator, dt: add dt support for tps6502x regulator

2015-10-26 Thread Heiko Schocher
add DT support for the tps6502x regulators. Signed-off-by: Heiko Schocher --- Changes in v2: - add comment from kbuild test robot - tps6502x_parse_dt_data() can be static - add comment from Mark Brown: - remove arch/arm/boot/dts/tps65023.dtsi - do not use "regulator-compa

[PATCH] regulator: tps65217: remove tps65217.dtsi file

2015-10-26 Thread Heiko Schocher
remove tps65217.dtsi and adapt all boards, which used it. Signed-off-by: Heiko Schocher --- Suggested by Mark Brown, see: https://lkml.org/lkml/2015/10/21/581 .../devicetree/bindings/regulator/tps65217.txt | 78 -- arch/arm/boot/dts/am335x-bone-common.dtsi | 14

[PATCH v3] regulator, dt: add dt support for tps6502x regulator

2015-10-26 Thread Heiko Schocher
add DT support for the tps6502x regulators. Signed-off-by: Heiko Schocher --- Changes in v3: - fold kbuild patch: regulator, dt: fix platform_no_drv_owner.cocci warnings into this patch No need to set .owner here. The core will do it. Changes in v2: - add comment from kbuild test robot

Re: [PATCH] regulator: tps65217: remove tps65217.dtsi file

2015-10-26 Thread Heiko Schocher
Hello Keerthy, Am 27.10.2015 um 07:06 schrieb Keerthy: Hi Heiko, On Monday 26 October 2015 02:43 PM, Heiko Schocher wrote: remove tps65217.dtsi and adapt all boards, which used it. I boot tested this on am335x-bone and am335x-boneblack boards and could successfully boot and i even checked

Re: [PATCH v3] regulator, dt: add dt support for tps6502x regulator

2015-10-26 Thread Heiko Schocher
Hello Mark, Am 27.10.2015 um 03:12 schrieb Mark Brown: On Mon, Oct 26, 2015 at 12:25:17PM +0100, Heiko Schocher wrote: add DT support for the tps6502x regulators. Please use subject lines matching the style for the subsystem. Would be "regulator: tps6520x:" correct? +

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

2018-08-30 Thread Heiko Schocher
on the imx6ull the input_val for uart5 rx function of pin MX6UL_PAD_UART5_RX_DATA__UART5_DCE_RX is 7 and not 5 as on the imx6ul. With this patch, console on an imx6ull based board works with uart5. Signed-off-by: Heiko Schocher --- arch/arm/boot/dts/imx6ull-pinfunc.h | 1 + 1 file changed, 1

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

2018-08-30 Thread Heiko Schocher
Hello Sébastien, Am 30.08.2018 um 15:25 schrieb Sébastien Szymanski: Hi, On 08/30/2018 02:47 PM, Heiko Schocher wrote: on the imx6ull the input_val for uart5 rx function of pin MX6UL_PAD_UART5_RX_DATA__UART5_DCE_RX is 7 and not 5 as on the imx6ul. With this patch, console on an imx6ull based

SYSFS: need a noncaching read

2007-09-11 Thread Heiko Schocher
Hello, I have developed a device driver and use the sysFS to export some registers to userspace. I opened the sysFS File for one register and did some reads from this File, but I alwas becoming the same value from the register, whats not OK, because they are changing. So I found out that the sysFS

Re: SYSFS: need a noncaching read

2007-09-12 Thread Heiko Schocher
Hello Greg Am Mittwoch, den 12.09.2007, 03:01 -0700 schrieb Greg KH: > On Wed, Sep 12, 2007 at 07:32:07AM +0200, Robert Schwebel wrote: > > On Tue, Sep 11, 2007 at 11:43:17AM +0200, Heiko Schocher wrote: > > > I have developed a device driver and use the sysFS to export some

Re: SYSFS: need a noncaching read

2007-09-12 Thread Heiko Schocher
Hello Greg, Am Mittwoch, den 12.09.2007, 04:39 -0700 schrieb Greg KH: > > > Do an lseek back to 0 and then re-read, you will get called in your > > > driver again. > > > > No thats not true. I thought this too, but if I make a: > > > > seek (fd, 0L, SEEK_SET); > > > > in Userspace, there is no

Re: [PATCH] drm/panel: add lg4573 driver

2015-05-27 Thread Heiko Schocher
Hello, Am 06.05.2015 09:49, schrieb Heiko Schocher: The patch adds LG4573 parallel RGB panel driver with SPI control interface. The driver uses drm_panel framework. Signed-off-by: Heiko Schocher --- .../devicetree/bindings/panel/lg,lg4573.txt| 42 +++ drivers/gpu/drm/panel

[PATCH] video: sm501fb: fixing static checker warning

2015-06-11 Thread Heiko Schocher
;, which would result in a too long mode string for current fb_mode var. Reported-by: Dan Carpenter Signed-off-by: Heiko Schocher --- drivers/video/fbdev/sm501fb.c | 12 ++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/drivers/video/fbdev/sm501fb.c b/drivers/video

Re: [PATCH] drm/panel: add lg4573 driver

2015-06-08 Thread Heiko Schocher
Hello Thierry, Am 05.06.2015 14:19, schrieb Thierry Reding: On Wed, May 06, 2015 at 09:49:33AM +0200, Heiko Schocher wrote: The patch adds LG4573 parallel RGB panel driver with SPI control interface. The driver uses drm_panel framework. This should be obvious by the location of the driver

[PATCH v2] drm/panel: add lg4573 driver

2015-06-08 Thread Heiko Schocher
Add support for LG LG4573 480x800 4,3" panel. the LG4573 is used on the LG LCD LB043WV2-SD01, an industrial 4.3" TFT panel with SPI control interface. Signed-off-by: Heiko Schocher --- Changes in v2: - add comments from Thierry Reding: - fix some spelling issues - remove "

[PATCH 1/2] spi: fspi: enable fspi driver for on imx8mp

2021-03-15 Thread Heiko Schocher
add compatible entry in nxp_fspi driver for imx8mp. Signed-off-by: Heiko Schocher into own series as Kuldeep suggested and rebased against git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next 144c79ef33536 ("Merge tag 'perf-tools-fixes-for-v5.12-2020-03-0

[PATCH 0/2] enable flexspi support on imx8mp

2021-03-15 Thread Heiko Schocher
/broonie/spi.git for-next 144c79ef33536 Merge tag 'perf-tools-fixes-for-v5.12-2020-03-07' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux Changes in v2: - work in comments from Marco add own compatible entry for imx8mp Heiko Schocher (2): spi: fspi: enable fspi driv

[PATCH 2/2] dt-bindings: spi: add compatible entry for imx8mp in FlexSPI controller

2021-03-15 Thread Heiko Schocher
add compatible entry "nxp,imx8mp-fspi" in NXP FlexSPI controller Signed-off-by: Heiko Schocher --- Changes in v3: - no changes, rebased against git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next 144c79ef33536 Merge tag 'perf-tools-fixes-for-v5.12-2020

Re: [EXT] [PATCH 0/2] enable flexspi support on imx8mp

2021-03-16 Thread Heiko Schocher
Hello Kuldeep, On 16.03.21 07:42, Kuldeep Singh wrote: > Hi Heiko, > >> -Original Message----- >> From: Heiko Schocher >> Sent: Tuesday, March 16, 2021 10:34 AM >> To: linux-...@vger.kernel.org >> Cc: Heiko Schocher ; linux-arm-ker...@lists.infradead.

[PATCH v2 0/2] enable flexspi support on imx8mp

2021-03-16 Thread Heiko Schocher
ot;) - no changes, rebased against git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next 144c79ef33536 Merge tag 'perf-tools-fixes-for-v5.12-2020-03-07' of git://git.kernel.org/pub/scm/linux/kernel/git/acme/linux Changes in v2: - work in comments from Marco add

[PATCH v2 1/2] spi: fspi: enable fspi driver for on imx8mp

2021-03-16 Thread Heiko Schocher
add compatible entry in nxp_fspi driver for imx8mp. Signed-off-by: Heiko Schocher --- Changes in v4: rebased against: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next a43e89624baea ("Merge remote-tracking branch 'spi/for-5.13' into spi-next") Changes i

[PATCH v2 2/2] dt-bindings: spi: add compatible entry for imx8mp in FlexSPI controller

2021-03-16 Thread Heiko Schocher
add compatible entry "nxp,imx8mp-fspi" in NXP FlexSPI controller Signed-off-by: Heiko Schocher --- Changes in v4: rebased against: git://git.kernel.org/pub/scm/linux/kernel/git/broonie/spi.git for-next a43e89624baea ("Merge remote-tracking branch 'spi/for-5.13' into

Re: [PATCH v2 0/4] enable flexspi support on imx8mp

2021-03-15 Thread Heiko Schocher
Hello Shawn, On 15.03.21 07:47, Shawn Guo wrote: > On Tue, Mar 09, 2021 at 06:31:12AM +0100, Heiko Schocher wrote: >> >> This series enables support for the SPI NOR on the >> imx8mp based phyboard-pollux-rdk board. >> >> Patches new in v2: >> "spi: fspi

[PATCH 0/2] enable flexspi support on imx8mp

2021-03-07 Thread Heiko Schocher
This series enables support for the SPI NOR on the imx8mp based phyboard-pollux-rdk board. Heiko Schocher (2): arm64: dts: imx8mp: add flexspi node arm64: imx8mp: imx8mp-phycore-som enable spi nor .../dts/freescale/imx8mp-phycore-som.dtsi | 27 +++ arch/arm64/boot

[PATCH 1/2] arm64: dts: imx8mp: add flexspi node

2021-03-07 Thread Heiko Schocher
add node for the flexspi modul on imx8mp. Signed-off-by: Heiko Schocher --- arch/arm64/boot/dts/freescale/imx8mp.dtsi | 16 1 file changed, 16 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx8mp.dtsi b/arch/arm64/boot/dts/freescale/imx8mp.dtsi index

[PATCH 2/2] arm64: imx8mp: imx8mp-phycore-som enable spi nor

2021-03-07 Thread Heiko Schocher
enable the mt25qu256aba spi nor on the imx8mp-phycore-som. Signed-off-by: Heiko Schocher --- .../dts/freescale/imx8mp-phycore-som.dtsi | 27 +++ 1 file changed, 27 insertions(+) diff --git a/arch/arm64/boot/dts/freescale/imx8mp-phycore-som.dtsi b/arch/arm64/boot/dts

Re: [PATCH 2/2] arm64: imx8mp: imx8mp-phycore-som enable spi nor

2021-03-08 Thread Heiko Schocher
Hello Marco, On 08.03.21 10:28, Marco Felsch wrote: > On 21-03-08 08:52, Teresa Remmet wrote: >> Hello Marco, >> >> Am Montag, den 08.03.2021, 09:40 +0100 schrieb Marco Felsch: >>> On 21-03-08 07:40, Heiko Schocher wrote: >>>> enable the mt25

[PATCH v2 0/4] enable flexspi support on imx8mp

2021-03-08 Thread Heiko Schocher
s and #address-cells as no child node. If bootloader adds them bootloader can add them too. Heiko Schocher (4): spi: fspi: enable fspi driver for on imx8mp dt-bindings: spi: add compatible entry for imx8mp in FlexSPI controller arm64: dts: imx8mp: add flexspi node arm64: imx8mp: imx8m

[PATCH v2 1/4] spi: fspi: enable fspi driver for on imx8mp

2021-03-08 Thread Heiko Schocher
add compatible entry in nxp_fspi driver for imx8mp. Signed-off-by: Heiko Schocher --- Changes in v2: - work in comments from Marco add own compatible entry for imx8mp drivers/spi/spi-nxp-fspi.c | 1 + 1 file changed, 1 insertion(+) diff --git a/drivers/spi/spi-nxp-fspi.c b/drivers/spi/spi

[PATCH v2 2/4] dt-bindings: spi: add compatible entry for imx8mp in FlexSPI controller

2021-03-08 Thread Heiko Schocher
add compatible entry "nxp,imx8mp-fspi" in NXP FlexSPI controller Signed-off-by: Heiko Schocher --- (no changes since v1) Documentation/devicetree/bindings/spi/spi-nxp-fspi.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/Documentation/devicetree/bindings/spi/spi-nxp-f

[PATCH v2 3/4] arm64: dts: imx8mp: add flexspi node

2021-03-08 Thread Heiko Schocher
add node for the flexspi modul on imx8mp. Signed-off-by: Heiko Schocher --- Changes in v2: - work in comments from Marco - add own compatible entry "nxp,imx8mp-fspi" - reworked order of properties as Marco mentioned arch/arm64/boot/dts/freescale/imx8mp.dtsi | 16 ++

[PATCH v2 4/4] arm64: imx8mp: imx8mp-phycore-som enable spi nor

2021-03-08 Thread Heiko Schocher
enable the mt25qu256aba spi nor on the imx8mp-phycore-som. Signed-off-by: Heiko Schocher --- Changes in v2: - work in comments from Marco and Teresa - rename node into "'som_flash: flash@0 { }" - compatible is now first entry - removed #size-cells and #address-cells a

Re: [EXT] [PATCH v2 2/4] dt-bindings: spi: add compatible entry for imx8mp in FlexSPI controller

2021-03-08 Thread Heiko Schocher
Hi! On 09.03.21 06:56, Kuldeep Singh wrote: > Hi Heiko, > >> -Original Message----- >> From: Heiko Schocher >> Sent: Tuesday, March 9, 2021 11:01 AM >> To: linux-arm-ker...@lists.infradead.org >> Cc: Heiko Schocher ; Ashish Kumar ; >> Mark Brow

Re: [EXT] [PATCH v2 2/4] dt-bindings: spi: add compatible entry for imx8mp in FlexSPI controller

2021-03-08 Thread Heiko Schocher
Hello Kuldeep, On 09.03.21 07:29, Kuldeep Singh wrote: >> Hi! >> >> On 09.03.21 06:56, Kuldeep Singh wrote: >>> Hi Heiko, >>> >>>> -Original Message- >>>> From: Heiko Schocher >>>> Sent: Tuesday, March 9, 2021 11:01

Re: [PATCH v2 0/4] enable flexspi support on imx8mp

2021-03-09 Thread Heiko Schocher
Hello Marco, On 09.03.21 09:19, Marco Felsch wrote: > Hi Heiko, > > On 21-03-09 06:31, Heiko Schocher wrote: >> >> This series enables support for the SPI NOR on the >> imx8mp based phyboard-pollux-rdk board. >> >> Patches new in v2: >> "spi: fsp

[PATCH] rtc: rv3028: correct weekday register usage

2021-03-09 Thread Heiko Schocher
6 The weekday counter is simply a 3-bit counter which counts up to 6 and then resets to 0. """ So do not code weekday bitwise instead, use the raw values from 0-6. Tested on "PHYTEC phyBOARD-Pollux i.MX8MP" board. Signed-off-by: Heiko Schocher --- drivers/rtc/rtc-rv3

[PATCH] drivers: net: cpsw: fix buggy loop condition

2014-02-13 Thread Heiko Schocher
ard (similiar to am335x-evm). Reason is buggy end condition in for loop in cpsw_set_promiscious() for (i = 0; i <= priv->data.slaves; i++) should be for (i = 0; i < priv->data.slaves; i++) Fix this ... Signed-off-by: Heiko Schocher Cc: Mugunthan V N Cc: David S. Miller Cc: Sebast

[PATCH] gpu:drm:tilcdc: backlight node never found

2014-02-13 Thread Heiko Schocher
In panel_probe() the backlight node is never found, correct this. Signed-off-by: Heiko Schocher Cc: Anatolij Gustschin Cc: Benoit Parrot Cc: Rob Clark Cc: David Airlie Cc: Grant Likely Cc: Rob Herring Cc: Tomi Valkeinen Cc: Sachin Kamat Cc: dri-de...@lists.freedesktop.org Cc: linux

Re: [PATCH 1/3 v3] exynos: i2c: Fix i2c driver to handle NACKs properly

2013-10-14 Thread Heiko Schocher
Hello Naveen, Am 15.10.2013 07:12, schrieb Naveen Krishna Chatradhi: The Exynos5 i2c driver does not handle NACKs properly. This change: - fixes the NACK processing problem (do not continue transaction if address cycle was NACKed) - eliminates a fair amount of duplicate code Signed-off-by:

[PATCH] usb: gadget: f_rndis: fix usb_interface_descriptor for rndis

2014-09-23 Thread Heiko Schocher
use the values for RNDIS over Ethernet as defined in http://www.usb.org/developers/defined_class (search for RDNIS): - baseclass: 0xef (miscellaneous) - subclass: 0x04 - protocol: 0x01 with this setings the file in Documentation/usb/linux.inf is obsolete. Signed-off-by: Heiko Schocher --- Cc

Re: [PATCH] usb: gadget: f_rndis: fix usb_interface_descriptor for rndis

2014-09-24 Thread Heiko Schocher
Hello Michal, Am 24.09.2014 11:38, schrieb Michal Nazarewicz: On Wed, Sep 24 2014, Heiko Schocher wrote: use the values for RNDIS over Ethernet as defined in http://www.usb.org/developers/defined_class (search for RDNIS): - baseclass: 0xef (miscellaneous) - subclass: 0x04 - protocol: 0x01

Re: [PATCH] usb: gadget: f_rndis: fix usb_interface_descriptor for rndis

2014-09-24 Thread Heiko Schocher
Hello Lars, Am 24.09.2014 14:25, schrieb Lars Melin: On 2014-09-24 13:48, Heiko Schocher wrote: use the values for RNDIS over Ethernet as defined in http://www.usb.org/developers/defined_class (search for RDNIS): - baseclass: 0xef (miscellaneous) - subclass: 0x04 - protocol: 0x01 That is

Re: [PATCH] usb: gadget: f_rndis: fix usb_interface_descriptor for rndis

2014-09-29 Thread Heiko Schocher
Hello Lars, sorry for my late answer ... Am 24.09.2014 16:22, schrieb Lars Melin: On 2014-09-24 20:12, Heiko Schocher wrote: Hello Lars, Am 24.09.2014 14:25, schrieb Lars Melin: On 2014-09-24 13:48, Heiko Schocher wrote: use the values for RNDIS over Ethernet as defined in http

spi, spi_fsl-spi.c not working?

2014-07-17 Thread Heiko Schocher
Hello all, I just tried a mpc83xx based board (similiar to the mpc8313erdb) with linux v3.16-rc4 using the drivers/spi/spi-fsl-spi.c driver. DT nodes for spi are the same as in arch/powerpc/boot/dts/mpc8313erdb.dts: spi@7000 { cell-index = <0>;

Re: spi, spi_fsl-spi.c not working?

2014-07-17 Thread Heiko Schocher
Hello Mark, Am 17.07.2014 13:31, schrieb Mark Brown: On Thu, Jul 17, 2014 at 11:11:45AM +0200, Heiko Schocher wrote: Is it maybe the missing "support for the SPI subsystem's queue SPI messages"? It shouldn't be that, that's still optional (sadly). Thanks for t

[PATCH 09/13] hwmon: Driver for TI TMP103 temperature sensor

2014-06-10 Thread Heiko Schocher
Driver for the TI TMP103. The TI TMP103 is similar to the TMP102. It differs from the TMP102 by having only 8 bit registers. Signed-off-by: Heiko Schocher Cc: Jean Delvare Cc: Guenter Roeck Cc: linux-kernel@vger.kernel.org --- Documentation/devicetree/bindings/hwmon/tmp103 | 30

Re: [PATCH 09/13] hwmon: Driver for TI TMP103 temperature sensor

2014-06-12 Thread Heiko Schocher
Hello Guenter, Am 11.06.2014 19:11, schrieb Guenter Roeck: On 06/10/2014 11:28 PM, Heiko Schocher wrote: Driver for the TI TMP103. The TI TMP103 is similar to the TMP102. It differs from the TMP102 by having only 8 bit registers. Signed-off-by: Heiko Schocher Cc: Jean Delvare Cc: Guenter

[PATCH v2] hwmon: Driver for TI TMP103 temperature sensor

2014-06-13 Thread Heiko Schocher
Driver for the TI TMP103. The TI TMP103 is similar to the TMP102. It differs from the TMP102 by having only 8 bit registers. Signed-off-by: Heiko Schocher --- Cc: Jean Delvare Cc: Guenter Roeck Cc: linux-kernel@vger.kernel.org Cc: devicet...@vger.kernel.org Cc: linux-...@vger.kernel.org

[PATCH v3] hwmon: Driver for TI TMP103 temperature sensor

2014-06-15 Thread Heiko Schocher
Driver for the TI TMP103. The TI TMP103 is similar to the TMP102. It differs from the TMP102 by having only 8 bit registers. Signed-off-by: Heiko Schocher --- Cc: Jean Delvare Cc: Guenter Roeck Cc: linux-kernel@vger.kernel.org Cc: devicet...@vger.kernel.org Cc: linux-...@vger.kernel.org

[PATCH v4] hwmon: Driver for TI TMP103 temperature sensor

2014-06-17 Thread Heiko Schocher
Driver for the TI TMP103. The TI TMP103 is similar to the TMP102. It differs from the TMP102 by having only 8 bit registers. Signed-off-by: Heiko Schocher --- Cc: Jean Delvare Cc: Guenter Roeck Cc: linux-kernel@vger.kernel.org Cc: devicet...@vger.kernel.org Cc: linux-...@vger.kernel.org

Re: [PATCH v4] hwmon: Driver for TI TMP103 temperature sensor

2014-06-17 Thread Heiko Schocher
Hello Guenter Am 17.06.2014 12:48, schrieb Guenter Roeck: On 06/17/2014 01:11 AM, Heiko Schocher wrote: Driver for the TI TMP103. The TI TMP103 is similar to the TMP102. It differs from the TMP102 by having only 8 bit registers. Signed-off-by: Heiko Schocher [ ... ] +#define

[PATCH v5] hwmon: Driver for TI TMP103 temperature sensor

2014-06-17 Thread Heiko Schocher
Driver for the TI TMP103. The TI TMP103 is similar to the TMP102. It differs from the TMP102 by having only 8 bit registers. Signed-off-by: Heiko Schocher --- Cc: Jean Delvare Cc: Guenter Roeck Cc: linux-kernel@vger.kernel.org Cc: devicet...@vger.kernel.org Cc: linux-...@vger.kernel.org Cc

Re: [PATCH v5] hwmon: Driver for TI TMP103 temperature sensor

2014-06-17 Thread Heiko Schocher
Hello Varka, Am 18.06.2014 07:46, schrieb Varka Bhadram: Hi, On 06/18/2014 11:07 AM, Heiko Schocher wrote: Driver for the TI TMP103. The TI TMP103 is similar to the TMP102. It differs from the TMP102 by having only 8 bit registers. Signed-off-by: Heiko Schocher --- Cc: Jean Delvare Cc

[PATCH] ubi: fix correct rb_tree node comparison in add_vol

2014-06-24 Thread Heiko Schocher
p = p->rb_left; else p = p->rb_right; sync this logic also in add_vol() with this. With this patch attaching older ubi images works again. Signed-off-by: Heiko Schocher --- Cc: Artem Bityutskiy Cc: Richard Weinberger Cc: David Woodhouse

Re: Handling commit change logs

2014-08-20 Thread Heiko Schocher
Hello Viresh, Am 21.08.2014 06:26, schrieb Viresh Kumar: On Thu, Aug 21, 2014 at 2:00 AM, Stephen Warren wrote: On 08/20/2014 02:02 PM, Andreas Färber wrote: Am 20.08.2014 17:39, schrieb Javier Martinez Canillas: If this not the correct workflow and you have a better way to manage this, I wo

Re: Handling commit change logs

2014-08-21 Thread Heiko Schocher
Hello Javier, Am 21.08.2014 12:35, schrieb Javier Martinez Canillas: Hello Heiko, On Thu, Aug 21, 2014 at 8:13 AM, Heiko Schocher wrote: Hello Viresh, Am 21.08.2014 06:26, schrieb Viresh Kumar: On Thu, Aug 21, 2014 at 2:00 AM, Stephen Warren wrote: On 08/20/2014 02:02 PM, Andreas Färber

Re: Mistake in commit 0d961b3b52f566f823070ce2366511a7f64b928c breaks cpsw non dual_emac mode.

2014-10-30 Thread Heiko Schocher
re: https://lkml.org/lkml/2014/10/28/837 and I think you are correct, thanks for this fix. You can add my Acked-by: Heiko Schocher if you post a corrected v2, as David suggested. bye, Heiko This patch submission is not properly formed. You subject line should be of the form: subsystem: D

Re: [PATCH v2] drm/panel: add lg4573 driver

2015-08-13 Thread Heiko Schocher
Hello Thierry, Am 13.08.2015 um 14:59 schrieb Thierry Reding: On Tue, Jun 09, 2015 at 07:51:22AM +0200, Heiko Schocher wrote: Add support for LG LG4573 480x800 4,3" panel. the LG4573 is used on the LG LCD LB043WV2-SD01, an industrial 4.3" TFT panel with SPI control interface. Sig

[PATCH] gpu: ipu-v3: display support on the aristainetos2 board broken

2016-05-20 Thread Heiko Schocher
commit 503fe87bd0a8 ("gpu: ipu-v3: Fix imx-ipuv3-crtc module autoloading") breaks the aristainetos2 board with the "lg,lg4573" panel. This reverts the above commit. Signed-off-by: Heiko Schocher --- Any hint, how to bring back the display on the aristainetos2 board wi

Re: [PATCH] gpu: ipu-v3: display support on the aristainetos2 board broken

2016-05-20 Thread Heiko Schocher
Hello Fabio, Am 20.05.2016 um 13:40 schrieb Fabio Estevam: Hi Heiko, On Fri, May 20, 2016 at 8:15 AM, Heiko Schocher wrote: commit 503fe87bd0a8 ("gpu: ipu-v3: Fix imx-ipuv3-crtc module autoloading") breaks the aristainetos2 board with the "lg,lg4573" panel. This reve

mtd, nand, omap2: parse cmdline partition fail

2015-12-03 Thread Heiko Schocher
Hello Frans, I just tried current mainline kernel: commit 2255702db4014d1c69d6037ed7bdad2d2e271985 Merge: 9e5d25e c86576e Author: Linus Torvalds Date: Mon Nov 30 16:06:44 2015 -0800 Merge tag 'mn10300-for-linus-v4.4-rc4' of git://git.kernel.org/pub/scm/linux/kernel/git/groeck/linux-stagi

Re: mtd, nand, omap2: parse cmdline partition fail

2015-12-04 Thread Heiko Schocher
Hello Frans, Am 04.12.2015 um 08:17 schrieb Frans Klaver: On Fri, Dec 4, 2015 at 7:48 AM, Heiko Schocher wrote: Hello Frans, I just tried current mainline kernel: commit 2255702db4014d1c69d6037ed7bdad2d2e271985 Merge: 9e5d25e c86576e Author: Linus Torvalds Date: Mon Nov 30 16:06:44 2015

Re: [PATCH v2] arm, am335x: add support for the bosch shc board

2015-11-18 Thread Heiko Schocher
Hello Dave, Am 17.11.2015 um 22:29 schrieb Dave Gerlach: Hi, On 11/17/2015 02:24 AM, Heiko Schocher wrote: add support for the am335x based shc board. UART: 0-2 and 4 DRAM: 512 MiB MMC: OMAP SD/MMC: 0 @ 26 MHz OMAP SD/MMC: 1 @ 26 MHz I2C: at24 eeprom, pcf8563 USB: USB1 (host

Re: [PATCH v2] arm, am335x: add support for the bosch shc board

2015-11-29 Thread Heiko Schocher
Hello all, Am 18.11.2015 um 09:24 schrieb Heiko Schocher: Hello Dave, Am 17.11.2015 um 22:29 schrieb Dave Gerlach: Hi, On 11/17/2015 02:24 AM, Heiko Schocher wrote: add support for the am335x based shc board. UART: 0-2 and 4 DRAM: 512 MiB MMC: OMAP SD/MMC: 0 @ 26 MHz OMAP SD/MMC: 1

Re: [PATCH v2] arm, am335x: add support for the bosch shc board

2015-11-30 Thread Heiko Schocher
Hello Tony, Am 30.11.2015 um 22:41 schrieb Tony Lindgren: * Heiko Schocher [151117 00:25]: --- /dev/null +++ b/arch/arm/boot/dts/am335x-shc.dts +&tps { + compatible = "ti,tps65217"; + ti,pmic-shutdown-controller; + + regulators { + #addr

Re: [PATCH v2] arm, am335x: add support for the bosch shc board

2015-11-30 Thread Heiko Schocher
Hello Tony, Am 01.12.2015 um 06:53 schrieb Tony Lindgren: * Heiko Schocher [151130 21:21]: Hello Tony, Am 30.11.2015 um 22:41 schrieb Tony Lindgren: * Heiko Schocher [151117 00:25]: --- /dev/null +++ b/arch/arm/boot/dts/am335x-shc.dts +&tps { + compatible = "ti,tps65217&quo

Re: [PATCH for-4.4] mtd: fix cmdlinepart parser, early naming for auto-filled MTD

2015-12-14 Thread Heiko Schocher
Hello Brian, Am 14.12.2015 um 20:24 schrieb Brian Norris: On Fri, Dec 11, 2015 at 09:39:18PM -0800, Brian Norris wrote: On Sat, Dec 12, 2015 at 05:45:21AM +0100, Heiko Schocher wrote: Am 12.12.2015 um 00:58 schrieb Brian Norris: Commit 807f16d4db95 ("mtd: core: set some defaults

[PATCH v4] regulator: tps6520x: add dt support for tps6502x regulator

2015-10-27 Thread Heiko Schocher
add DT support for the tps6502x regulators. Signed-off-by: Heiko Schocher --- Changes in v4: - add comment from Mark Brown: - adapt subject line to "regulator: tps6520x:" - use the generic support for locating the DT information for regulators using regulators_node and of_ma

Re: [PATCH] regulator: tps65217: remove tps65217.dtsi file

2015-10-27 Thread Heiko Schocher
Hello Sebastian, Am 27.10.2015 um 13:21 schrieb Sebastian Reichel: Hi, On Mon, Oct 26, 2015 at 10:13:55AM +0100, Heiko Schocher wrote: remove tps65217.dtsi and adapt all boards, which used it. Signed-off-by: Heiko Schocher --- Suggested by Mark Brown, see: https://lkml.org/lkml/2015/10/21

[PATCH v2] regulator: tps65217: remove tps65217.dtsi file

2015-10-27 Thread Heiko Schocher
remove tps65217.dtsi and adapt all boards, which used it. Signed-off-by: Heiko Schocher Tested-by: Keerthy Acked-by: Mark Brown --- Suggested by Mark Brown, see: https://lkml.org/lkml/2015/10/21/581 Changes in v2: - accidentially removed tps65217.txt do not remove it, add Sebastian Reichel

  1   2   >