Re: omap5 fixing palmas IRQ_TYPE_NONE warning leads to gpadc timeouts

2018-07-03 Thread Belisko Marek
Hi Tony, On Tue, Jul 3, 2018 at 10:45 AM Tony Lindgren wrote: > > * Belisko Marek [180620 09:40]: > > Hello, > > > > I'm trying to fix warning (for omap5 board) produced by recent change > > to avoid using IRQ_TYPE_NONE like: > > [1.818666] WARNIN

omap5 fixing palmas IRQ_TYPE_NONE warning leads to gpadc timeouts

2018-06-20 Thread Belisko Marek
Hello, I'm trying to fix warning (for omap5 board) produced by recent change to avoid using IRQ_TYPE_NONE like: [1.818666] WARNING: CPU: 1 PID: 778 at drivers/irqchip/irq-gic.c:1016 gic_irq_domain_translate+0x78/0x100 [1.828839] Modules linked in: I did look to other commit which did upda

Re: [RFC PATCH 2/5] power: generic-adc-battery: Parse more properties from DT

2017-08-02 Thread Belisko Marek
Hi Pavel, On Wed, Aug 2, 2017 at 1:56 PM, Pavel Machek wrote: > Hi! > >> +#ifdef CONFIG_OF >> +static struct gab_platform_data *gab_dt_probe(struct platform_device *pdev) >> +{ >> + struct gab_platform_data *pdata; >> + struct device_node *np = pdev->dev.of_node; >> + const char *name

Re: [RFC PATCH 1/5] dt-bindings: power: Add battery types

2017-08-02 Thread Belisko Marek
Hi Pavel, On Wed, Aug 2, 2017 at 1:43 PM, Pavel Machek wrote: > Hi! > >> Signed-off-by: Marek Belisko >> --- >> include/dt-bindings/power/power.h | 11 +++ >> 1 file changed, 11 insertions(+) >> create mode 100644 include/dt-bindings/power/power.h >> >> diff --git a/include/dt-bindings

Re: [PATCH 0/5] ARM: dts: omap3-gta04: Various updates

2016-05-30 Thread Belisko Marek
Ping? Any objections? Thanks. On Tue, May 17, 2016 at 9:48 PM, Marek Belisko wrote: > Add various improvements for gta04 device (wifi, backlight, irq lines for > sensors) > > H. Nikolaus Schaller (4): > ARM: dts: omap3-gta04: Define and use bma180 irq pin > ARM: dta: omap3-gta04: Define and

Re: [PATCH 01/26] omapfb: panel-tpo-td028ttec1: Remove legacy boot support

2016-05-30 Thread Belisko Marek
Hi Peter, On Mon, May 30, 2016 at 1:42 PM, Peter Ujfalusi wrote: > The panel is not used by any legacy board files so the legacy (pdata) boot > support can be dropped. What about platforms which doesn't support DT boot yet? > > Signed-off-by: Peter Ujfalusi > --- > .../omap2/omapfb/displays/pan

4.4-rc5 : INFO: rcu_sched detected stalls on CPUs/tasks in twl4030_bci_usb_ncb

2015-12-14 Thread Belisko Marek
Hi, randomly hit this issue from 4.4-rc1: [ 35.926605] INFO: rcu_sched detected stalls on CPUs/tasks: [ 35.932373] (detected by 0, t=2602 jiffies, g=519, c=518, q=38) [ 35.938659] All QSes seen, last rcu_sched kthread activity 2602 (-26407--29009), jiffies_till_next_fqs=1, root ->qsmask 0x

Re: [PATCH] clk: si5351: Add setup steps

2015-11-19 Thread Belisko Marek
Hi Jacob, On Thu, Nov 19, 2015 at 2:40 PM, Jacob Siverskog wrote: > This is according to figure 12 ("I2C Programming Procedure") in > "Si5351A/B/C Data Sheet" > (https://www.silabs.com/Support%20Documents/TechnicalDocs/Si5351-B.pdf). > > Without the PLL soft reset, we were unable to get three out

Re: linux-next: build failure after merge of the battery tree

2015-10-20 Thread Belisko Marek
Adding Tony to CC On Wed, Oct 21, 2015 at 12:32 AM, Stephen Rothwell wrote: > Hi Sebastian, > > On Fri, 16 Oct 2015 01:26:39 +1100 Stephen Rothwell > wrote: >> >> On Thu, 8 Oct 2015 12:04:24 +1100 Stephen Rothwell >> wrote: >> > >> > On Fri, 2 Oct 2015 11:49:32 +1000 Stephen Rothwell >> >

Re: [PATCH v3] ARM: dts: twl4030: Add iio properties for bci subnode

2015-10-12 Thread Belisko Marek
Hi, On Tue, Oct 13, 2015 at 1:53 AM, Sebastian Reichel wrote: > Hi, > > On Mon, Oct 12, 2015 at 03:20:10PM -0700, Tony Lindgren wrote: >> * Tony Lindgren [151012 14:43]: >> > * Belisko Marek [150926 13:02]: >> > > Tony sorry I forgot to add you to the reci

Re: linux-next: build failure after merge of the battery tree

2015-10-07 Thread Belisko Marek
Hi Stephen, On Thu, Oct 8, 2015 at 3:04 AM, Stephen Rothwell wrote: > Hi Sebastian, > > On Fri, 2 Oct 2015 11:49:32 +1000 Stephen Rothwell > wrote: >> >> On Tue, 29 Sep 2015 11:45:31 +1000 Stephen Rothwell >> wrote: >> > >> > After merging the battery tree, today's linux-next build (arm >> >

Re: [PATCH v3] ARM: dts: twl4030: Add iio properties for bci subnode

2015-09-26 Thread Belisko Marek
Tony sorry I forgot to add you to the recipients for this patchset. Can you please queue this patch. Many thanks. @Sebastian: thanks for noticing On Sat, Sep 26, 2015 at 7:29 PM, Sebastian Reichel wrote: > Hi Marek, > > On Fri, Sep 25, 2015 at 10:20:47PM +0200, Marek Belisko wrote: >> Added new

Re: [PATCH v2 1/3] drivers: power: twl4030_charger: fix link problems when building as module

2015-09-24 Thread Belisko Marek
Hi Sebastian, On Tue, Sep 22, 2015 at 11:29 PM, Sebastian Reichel wrote: > Hi Marek, > > On Tue, Sep 22, 2015 at 10:19:29PM +0200, Marek Belisko wrote: >> If either twl4030_charger or twl4030_madc is configured as MODULE, >> we get build (link) errors. >> >> To solve, the direct call of twl4030_g

Re: [PATCH] input: twl4030-vibra: Fix ERROR: Bad of_node_put() warning

2015-07-28 Thread Belisko Marek
Hi Dmitry, On Thu, Jul 23, 2015 at 10:53 PM, Dmitry Torokhov wrote: > On Thu, Jul 23, 2015 at 10:38:34PM +0200, Marek Belisko wrote: >> Fix following: >> [8.862274] ERROR: Bad of_node_put() on /ocp/i2c@4807/twl@48/audio >> [8.869293] CPU: 0 PID: 1003 Comm: modprobe Not tainted 4.2.0-r

Re: [PATCH 5/8] power: bq27x00_battery: Renaming for consistency

2015-07-23 Thread Belisko Marek
On Thu, Jul 23, 2015 at 11:15 PM, Pali Rohár wrote: > On Thursday 23 July 2015 22:56:26 Belisko Marek wrote: >> Hi Pali, >> >> On Thu, Jul 23, 2015 at 10:15 PM, Pali Rohár >> wrote: >> > On Thursday 23 July 2015 19:03:08 Andrew F. Davis wrote: >>

Re: [PATCH 5/8] power: bq27x00_battery: Renaming for consistency

2015-07-23 Thread Belisko Marek
Hi Pali, On Thu, Jul 23, 2015 at 10:15 PM, Pali Rohár wrote: > On Thursday 23 July 2015 19:03:08 Andrew F. Davis wrote: >> >> -#ifdef CONFIG_BATTERY_BQ27X00_I2C >> >> -MODULE_ALIAS("i2c:bq27000-battery"); >> >> +#ifdef CONFIG_BATTERY_BQ27XXX_I2C >> >> +MODULE_ALIAS("i2c:bq27xxx-battery"); >> >> >

Re: [Gta04-owner] [PATCH 0/3] tty slave device support - version 3.

2015-06-06 Thread Belisko Marek
CC-ing author of below reply On Sat, Jun 6, 2015 at 8:53 PM, Belisko Marek wrote: > On Sat, Jun 6, 2015 at 3:09 PM, Pavel Machek wrote: >> Hi! >> >>> None was ?wonderful?. They were valid concerns about my proposal >>> and I have replied to them how I see it.

Re: [Gta04-owner] [PATCH 0/3] tty slave device support - version 3.

2015-06-06 Thread Belisko Marek
On Sat, Jun 6, 2015 at 3:09 PM, Pavel Machek wrote: > Hi! > >> None was ?wonderful?. They were valid concerns about my proposal >> and I have replied to them how I see it. >> >> Generally, if you are not interested in people dedicated and committed to >> fight for the better solution with (technic

Re: [PATCH] w1: slaves: Add dependency for W1_SLAVE_BQ27000

2015-05-15 Thread Belisko Marek
Sebastian ping. Thanks. On Thu, Apr 30, 2015 at 3:37 PM, Belisko Marek wrote: > +CC Sebastian > > On Thu, Apr 30, 2015 at 3:30 PM, Evgeniy Polyakov wrote: >> HI Marek >> >> 28.04.2015, 23:25, "Marek Belisko" : >>> bq2700 slave driver depe

Re: [PATCH v2] ASoC: bt-sco: Add devicetree support for bt-sco codec

2015-05-12 Thread Belisko Marek
Hi Mark, On Tue, May 12, 2015 at 8:37 PM, Mark Brown wrote: > On Fri, May 08, 2015 at 09:02:34PM +0200, Marek Belisko wrote: >> Add devicetree support for bluetooth SCO link codec. > > Applied with a bit of effort, you seem to have sent this against some > non-mainline tree - please check that in

Re: [PATCH v2 1/4] ASoC: Add gtm601 codec driver

2015-05-07 Thread Belisko Marek
On Thu, May 7, 2015 at 8:50 PM, Mark Brown wrote: > On Wed, May 06, 2015 at 10:38:47PM +0200, Marek Belisko wrote: >> This driver add PCM interface to a GTM601 UMTS modem chip. >> There is no configuration interface. > > Applied, thanks. Please remember to CC maintainers on patches, you've > miss

Re: [PATCH] ASoC: bt-sco: Add devicetree support for bt-sco codec

2015-05-06 Thread Belisko Marek
Hi Mark, On Wed, May 6, 2015 at 2:13 PM, Mark Brown wrote: > On Tue, May 05, 2015 at 10:15:41PM +0200, Marek Belisko wrote: > >> +static const struct of_device_id bt_sco_codec_of_match[] = { >> + { .compatible = "delta,dfbmcs320", }, >> + { .compatible = "linux,bt-sco", }, > > Is there an

Re: [PATCH 1/3] ASoC: Add gtm601 codec driver

2015-05-01 Thread Belisko Marek
On Fri, May 1, 2015 at 4:02 PM, Mark Brown wrote: > On Fri, May 01, 2015 at 01:36:48PM +0200, Belisko Marek wrote: >> On Fri, May 1, 2015 at 1:03 PM, Mark Brown wrote: >> > On Thu, Apr 30, 2015 at 11:28:01PM +0200, Marek Belisko wrote: > >> >> +/* >> &g

Re: [PATCH 1/3] ASoC: Add gtm601 codec driver

2015-05-01 Thread Belisko Marek
Hi Paul, On Fri, May 1, 2015 at 9:30 AM, Paul Bolle wrote: > Just a nit: a license mismatch. Right, I copy and paste license header from wm827 driver but add MODULE_LICENSE wrong version. I'll update in next version. Thanks. > > On Thu, 2015-04-30 at 23:28 +0200, Marek Belisko wrote: >> --- /dev/

Re: [PATCH 1/3] ASoC: Add gtm601 codec driver

2015-05-01 Thread Belisko Marek
Hi Mark, On Fri, May 1, 2015 at 1:03 PM, Mark Brown wrote: > On Thu, Apr 30, 2015 at 11:28:01PM +0200, Marek Belisko wrote: > >> select SND_SOC_WM9705 if SND_SOC_AC97_BUS >> select SND_SOC_WM9712 if SND_SOC_AC97_BUS >> select SND_SOC_WM9713 if SND_SOC_AC97_BUS >> + select SN

Re: [PATCH] w1: slaves: Add dependency for W1_SLAVE_BQ27000

2015-04-30 Thread Belisko Marek
+CC Sebastian On Thu, Apr 30, 2015 at 3:30 PM, Evgeniy Polyakov wrote: > HI Marek > > 28.04.2015, 23:25, "Marek Belisko" : >> bq2700 slave driver depends on bq27x00-battery driver thus adding this >> dependency to config. When bq2700 is build as module bq27x00-battery >> will be loaded automatica

Re: [PATCH] Documentation: usb: serial: fixed how to provide vendor and product id

2015-03-26 Thread Belisko Marek
On Thu, Mar 26, 2015 at 10:53 AM, Greg KH wrote: > On Wed, Mar 25, 2015 at 09:53:34PM +0100, Marek Belisko wrote: >> From: "H. Nikolaus Schaller" >> >> While trying to test the Pyra GSM/GPS/3G module I had reconfigured >> the USB interface by mistake and therefore needed to run a different >> USB

Re: [PATCH v3 3/6] Documentation: DT: Document twl4030-madc-battery bindings

2015-03-16 Thread Belisko Marek
On Mon, Mar 16, 2015 at 10:05 PM, Pavel Machek wrote: > On Wed 2015-02-04 23:14:32, Marek Belisko wrote: >> Signed-off-by: Marek Belisko >> --- >> .../bindings/power_supply/twl4030_madc_battery.txt | 43 >> ++ >> 1 file changed, 43 insertions(+) >> create mode 100644 >> Do

Re: [PATCH v3 4/6] ARM: dts: omap3-gta04: Add battery support

2015-03-16 Thread Belisko Marek
Hi Tony, On Mon, Mar 16, 2015 at 9:35 PM, Tony Lindgren wrote: > * Sebastian Reichel [150304 16:41]: >> Hi, >> >> On Wed, Feb 04, 2015 at 11:14:33PM +0100, Marek Belisko wrote: >> > Signed-off-by: Marek Belisko >> > --- >> > arch/arm/boot/dts/omap3-gta04.dtsi | 30 +

Re: [PATCH 2/2] Documentation: omap-twl4030: Remove ti,codec property

2015-03-13 Thread Belisko Marek
On Fri, Mar 13, 2015 at 12:48 PM, Peter Ujfalusi wrote: > On 03/13/2015 01:05 PM, Arnd Bergmann wrote: >> On Thursday 12 March 2015 22:14:59 Marek Belisko wrote: >>> diff --git a/Documentation/devicetree/bindings/sound/omap-twl4030.txt >>> b/Documentation/devicetree/bindings/sound/omap-twl4030.tx

Re: [PATCH v3 0/6] Convert twl4030_madc_battery to IIO consumer and add DT aupport

2015-02-17 Thread Belisko Marek
Ping. On Wed, Feb 4, 2015 at 11:14 PM, Marek Belisko wrote: > This patches adding support for twl4030_madc_battery to use twl4030_madc iio > framework + DT support. > Patches was tested on gta04 board. twl4030_madc_battery driver is converted in > first patch to iio consumer and in next patches

Re: [RFT PATCH 1/4] power_supply: twl4030_madc: Check return value of power_supply_register

2015-01-27 Thread Belisko Marek
Hi Krzystof, On Tue, Jan 27, 2015 at 12:30 PM, Krzysztof Kozlowski wrote: > The return value of power_supply_register() call was not checked and > even on error probe() function returned 0. If registering failed then > during unbind the driver tried to unregister power supply which was not > actu

Re: [PATCH 1/3] input: tsc2007: Add pre-calibration, flipping and rotation

2015-01-10 Thread Belisko Marek
Ping for input maintainer. DT changes was acked. Thanks. On Tue, Sep 30, 2014 at 10:17 PM, Marek Belisko wrote: > This patch adds new parameters that allow to address typical hardware > design differences: touch screens may be wired or oriented differently > (portrait or landscape). And usually t

Re: [PATCH v4 0/3] omapdss: Add video output support for gta04

2015-01-10 Thread Belisko Marek
Tomi can you please pick up this series for 3.20 release? Thanks On Wed, Dec 3, 2014 at 10:33 PM, Marek Belisko wrote: > changes from v3: > - use GPL v2 instead GPL > - fix wrong gpios property name in doc and DT > - set gpio to NULL if invalid > - drop unnecessary header > > changes from v2: > -

Re: BCM2048 bluetooth connected over OMAP serial

2014-12-11 Thread Belisko Marek
Neil Brown send series which implement what was suggested in previous posts: https://lkml.org/lkml/2014/12/11/454 On Wed, Dec 10, 2014 at 11:50 PM, s...@debian.org wrote: > Hi, > > On Wed, Dec 10, 2014 at 09:56:22PM +0100, Pavel Machek wrote: >> On Wed 2014-12-10 18:42:03, Mark Rutland wrote: >>

Re: [PATCH 1/4] pinctrl: Broadcom Cygnus pinctrl device tree binding

2014-12-04 Thread Belisko Marek
On Thu, Dec 4, 2014 at 10:56 PM, Ray Jui wrote: > Device tree binding documentation for Broadcom Cygnus pinctrl driver > > Signed-off-by: Ray Jui > Reviewed-by: Scott Branden > --- > .../bindings/pinctrl/brcm,cygnus-pinctrl.txt | 92 > > 1 file changed, 92 insertio

Re: [PATCH] Drivers:input:mousedev.c: Fixed trailing statement on the next line

2014-11-29 Thread Belisko Marek
On Sat, Nov 29, 2014 at 4:39 PM, Athira S wrote: > Fixed checkpatch error: > trailing statements should be on next line > > Signed-off-by: Athira S > --- > drivers/input/mousedev.c | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > > diff --git a/drivers/input/mousedev.c b/drivers/input

Re: [PATCH] Staging: ft1000 : ft1000-pcmcia: replace __attribute ((__packed__) with __packed macro per coding style guidelines in ft1000_dnld.c

2014-11-29 Thread Belisko Marek
Please use shorter summary phrase (which appear an subject) + split commit message to more line (not one long line). marek On Sat, Nov 29, 2014 at 3:49 AM, Geoff Darst wrote: > Replace two instances of __attribute ((__packed__) with __packed macro to > address the warning found by the checkpatc

Re: [PATCH] staging:drivers:staging:ft1000:ft1000_pcmcia:ft1000_hw.c:Added a blank line after declaration

2014-11-29 Thread Belisko Marek
Hi Anjana, please update subject to something like staging: ft1000: Marek On Sat, Nov 29, 2014 at 2:34 PM, Anjana Sasindran wrote: > This patch fix the checkpatch.pl warning > > WARNING: Missing a blank line after declaration > > Signed-off-by: Anjana Sasindran > --- > drivers/staging/f

Re: [PATCH 4/4] arm: dts: omap3-gta04: Add static configuration for devconf1 register

2014-11-12 Thread Belisko Marek
Hi Tony, On Tue, Nov 11, 2014 at 12:36 AM, Tony Lindgren wrote: > * Marek Belisko [141103 14:01]: >> gta04 board need for tvout enabled 2 bits in devconf1 register (tvbypass and >> acbias). >> Add single pinmux entry and enable it. >> >> Signed-off-by: Marek Belisko >> --- >> arch/arm/boot/dt

Re: [PATCH 1/4] video: omapdss: Add opa362 driver

2014-11-12 Thread Belisko Marek
Hi Tomi, On Wed, Nov 12, 2014 at 2:57 PM, Tomi Valkeinen wrote: > Hi, > > > On 03/11/14 23:59, Marek Belisko wrote: >> opa362 is amplifier for videoand can be connected to the tvout pads >> of the OMAP3. It has one gpio control for enable/disable of the output >> (high impedance). >> >> Signed-of

Re: [PATCH 0/3] input: tsc2007: Extend for pre-calibration, flipping and rotation

2014-10-10 Thread Belisko Marek
Ping. Any objections? Thanks On Tue, Sep 30, 2014 at 10:17 PM, Marek Belisko wrote: > Following series add support to tsc2007 touchscreen driver for > pre-calibration, > flipping and rotation. Added bindings are documented and used in gta04 device > tree. > > Marek Belisko (3): > input: tsc20

Re: [PATCH v2] Documentation: DT: Document twl4030-madc-battery bindings.

2014-10-09 Thread Belisko Marek
Hi Mark, On Fri, Sep 26, 2014 at 3:39 PM, Mark Rutland wrote: > On Mon, Sep 22, 2014 at 09:35:03PM +0100, Belisko Marek wrote: >> Hi Mark, >> >> On Mon, Sep 22, 2014 at 1:03 PM, Mark Rutland wrote: >> > Hi, >> > >> > On Wed, Mar 05, 2014 at 08:

Re: [PATCH v2] Documentation: DT: Document twl4030-madc-battery bindings.

2014-09-22 Thread Belisko Marek
Hi Mark, On Mon, Sep 22, 2014 at 1:03 PM, Mark Rutland wrote: > Hi, > > On Wed, Mar 05, 2014 at 08:52:19PM +, Marek Belisko wrote: >> Signed-off-by: Marek Belisko >> --- >> .../bindings/power_supply/twl4030_madc_battery.txt | 43 >> ++ >> 1 file changed, 43 insertions(+

Re: [PATCH v2] power: twl4030-madc-battery: Convert to iio consumer.

2014-09-18 Thread Belisko Marek
Hi Sebastian, On Thu, Aug 14, 2014 at 11:03 PM, Sebastian Reichel wrote: > Hi Marek, > > On Mon, Aug 11, 2014 at 09:52:52PM +0200, Belisko Marek wrote: >> can you please take this series (I'll post update version with >> removing debug code). Thanks. > > mh.

Re: [PATCH v2] power: twl4030-madc-battery: Convert to iio consumer.

2014-08-11 Thread Belisko Marek
Hi Sebastian, can you please take this series (I'll post update version with removing debug code). Thanks. On Thu, Mar 6, 2014 at 10:10 PM, Belisko Marek wrote: > Hi Sebastian, > > On Thu, Mar 6, 2014 at 12:25 AM, Sebastian Reichel wrote: >> Hi Marek, >> >> I

Re: [PATCH 3/3] arm: dts: Add gta04a5 model

2014-07-28 Thread Belisko Marek
On Mon, Jul 28, 2014 at 10:04 PM, Michael Trimarchi wrote: > Hi > > Il 28/lug/2014 22:02 "Belisko Marek" ha scritto: > > >> >> Hi Michael, >> >> On Mon, Jul 28, 2014 at 9:56 PM, Michael Trimarchi >> wrote: >> > Hi

Re: [PATCH 3/3] arm: dts: Add gta04a5 model

2014-07-28 Thread Belisko Marek
Hi Michael, On Mon, Jul 28, 2014 at 9:56 PM, Michael Trimarchi wrote: > Hi Marek > > Il 28/lug/2014 21:54 "Marek Belisko" ha scritto: > > >> >> Add model a5 which have additional jack detection. >> >> Signed-off-by: Marek Belisko >> --- >> arch/arm/boot/dts/Makefile | 1 + >> arch/ar

Re: [PATCH 1/2] mmc: hsmmc: Add reset gpio configuration option.

2014-07-26 Thread Belisko Marek
Hi Russel, On Fri, Jul 4, 2014 at 1:01 AM, Russell King - ARM Linux wrote: > On Thu, Jul 03, 2014 at 10:49:23PM +0200, Marek Belisko wrote: >> From: NeilBrown >> >> If a 'gpio_reset' is specified, then hold it low while >> turning the power regulator on. >> This is needed for some wi2wi wireless

Re: [PATCH v2 2/7] arm: dts: omap3-gta04: Fix magnetometer model

2014-07-22 Thread Belisko Marek
On Tue, Jul 22, 2014 at 9:46 PM, Peter Meerwald wrote: > >> gta04 is using hmc5843l not hmc5843 so fix wrong compatible >> entry. > > I guess you mean hmc5883l Ah right. Thanks. I'll post update version. > >> Signed-off-by: Marek Belisko >> --- >> arch/arm/boot/dts/omap3-gta04.dts | 2 +- >> 1 f

Re: [PATCH 1/7] arm: dts: omap3-gta04: Add nand support

2014-07-22 Thread Belisko Marek
On Tue, Jul 22, 2014 at 8:24 AM, Tony Lindgren wrote: > * Marek Belisko [140721 14:08]: > > Can you please add the descriptions to all the patches? OK thanks for review. I'll send v2. > Other than that looks OK to me. > > Regards, > > Tony BR, marek -- as simple and primitive as possible

Re: [PATCH 2/2] bq27000: report missing device better.

2014-06-30 Thread Belisko Marek
CCing lkml On Mon, Jun 30, 2014 at 9:49 PM, Marek Belisko wrote: > One an hdq buss, a missing device reads as 0xff, not -1. > So do a translation to allow detecting of a missing bus. > > Signed-off-by: NeilBrown > --- > drivers/power/bq27x00_battery.c | 3 +++ > 1 file changed, 3 insertions(+)

Re: [PATCH 1/2] bq27x00 - don't report power-supply change so often.

2014-06-30 Thread Belisko Marek
Sorry forgot to CC lkml. CCing now. On Mon, Jun 30, 2014 at 9:49 PM, Marek Belisko wrote: > From: NeilBrown > > A power_supply_changed should only be reported on significant changes > such as transition between charging and not. Incremental changes > such as charge increasing should not be repo

Re: Power Supply Subsystem Maintainer

2014-06-30 Thread Belisko Marek
Same on my side (some pending patches) but there was already discussion: https://lkml.org/lkml/2014/5/16/504 On Mon, Jun 30, 2014 at 1:16 PM, Jenny Tc wrote: > Hi all, > > I have few pending patches on power supply subsystem. So far I haven't seen > any response from the power supply maintainers

Re: [PATCH 1/2] staging: iio: hmc5843: Add all available models to device tree id table.

2014-06-27 Thread Belisko Marek
PIng? Jonathan do you have any objections to this approach? Can you please pick it? Thx. On Tue, Feb 18, 2014 at 9:35 PM, Belisko Marek wrote: > Hi Jonathan, > > On Tue, Feb 18, 2014 at 11:40 AM, Jonathan Cameron wrote: >> On 14/02/14 14:25, Marek Belisko wrote: >>>

Re: 3.15-rc5 freeze after wakeup

2014-06-10 Thread Belisko Marek
Hi, any update on this issue? It's still present in 3.15 release. Thanks. On Tue, May 20, 2014 at 2:41 AM, Dave Airlie wrote: > >> Hi, > > cc'iong intel-gfx. > >> >> I've upgraded kernel on my PC to 3.15-rc5 and I got today freeze >> (recovery possibly only by power off/on) when waking from susp

3.15-rc5 freeze after wakeup

2014-05-17 Thread Belisko Marek
Hi, I've upgraded kernel on my PC to 3.15-rc5 and I got today freeze (recovery possibly only by power off/on) when waking from suspend. There is only warning in log but system was completely dead (no keys reaction ). May 14 15:53:15 nb kernel: [30404.485085] PM: Syncing filesystems ... done.

Re: [PATCH v2 2/3] ARM: dts: oma3-gta04: Add display support

2014-05-07 Thread Belisko Marek
Hi Tomi, On Wed, May 7, 2014 at 9:03 AM, Tomi Valkeinen wrote: > On 23/04/14 23:15, Marek Belisko wrote: >> This patch add support for lcd display on gta04 board. Display control >> is connected on spi (used spi bitbang driver). >> >> Signed-off-by: Marek Belisko >> --- >> arch/arm/boot/dts/oma

Re: [PATCH v2 0/3] Add display support for gta04 device

2014-05-06 Thread Belisko Marek
Tomi, any objections to this patch set? If not can you please take it? Thanks. On Wed, Apr 23, 2014 at 10:15 PM, Marek Belisko wrote: > This 3 patches adding display support for openmoko gta04 device. > First patch add DT bindings for topolly td028 panel. Second add description > for > dss + pa

Re: w1: 3.14-rc7 - possible recursive locking detected

2014-04-08 Thread Belisko Marek
Hi, On Mon, Mar 24, 2014 at 1:01 PM, Evgeniy Polyakov wrote: > Hi everyone > > 24.03.2014, 01:50, "David Fries" : >> On Mon, Mar 17, 2014 at 10:38:13PM +0100, Belisko Marek wrote: >>> booting latest 3.14-rc7 on gta04 board gives following warning: >>

w1: 3.14-rc7 - possible recursive locking detected

2014-03-17 Thread Belisko Marek
Hi, booting latest 3.14-rc7 on gta04 board gives following warning: [3.101409] Driver for 1-wire Dallas network protocol. [3.109649] omap_hdq omap_hdq: OMAP HDQ Hardware Rev 0.5. Driver in Interrupt mode [3.330810] [3.332397] = [3.33

Re: [PATCH v2] power: twl4030-madc-battery: Convert to iio consumer.

2014-03-06 Thread Belisko Marek
Hi Sebastian, On Thu, Mar 6, 2014 at 12:25 AM, Sebastian Reichel wrote: > Hi Marek, > > I just have one comment: > > On Wed, Mar 05, 2014 at 09:52:17PM +0100, Marek Belisko wrote: >> [...] >> -static int madc_read(int index) >> +static int madc_read(struct iio_channel *channel) >> { >> - str

Re: [PATCHv2 0/9] Convert twl4030-madc to IIO API and add DT support

2014-03-05 Thread Belisko Marek
Hi, On Tue, Mar 4, 2014 at 11:05 PM, Sebastian Reichel wrote: > Hi, > > This is PATCHv2 for converting twl4030-madc to the IIO API and > adding DT support. The plan is to remove the private twl4030-madc > API once all users have been removed or converted to the IIO API. > The patchset compiles an

Re: [PATCHv1 1/2] rx51_battery: convert to iio consumer

2014-03-04 Thread Belisko Marek
Hi Sebastian, On Sat, Mar 1, 2014 at 12:22 AM, Sebastian Reichel wrote: > Hi Marek, > > On Fri, Feb 28, 2014 at 11:32:22PM +0100, Belisko Marek wrote: >> Seems I found issue. I have missing property ti,system-uses-second-madc-irq >> as original twl4030_madc_battery use

Re: [PATCH 5/9] ARM: dts: omap3-gta04: Add basic sound support.

2014-02-28 Thread Belisko Marek
Hi Tony, On Fri, Feb 28, 2014 at 11:25 PM, Tony Lindgren wrote: > * Marek Belisko [140125 13:31]: > > Hmm care to add descriptions and repost the remaining patches > that I did not yet pick up for the fixes? Sure I'll do. > >> Signed-off-by: NeilBrown > > Hmm should this also have From: NeilBro

Re: [PATCHv1 1/2] rx51_battery: convert to iio consumer

2014-02-28 Thread Belisko Marek
On Fri, Feb 28, 2014 at 10:13 PM, Belisko Marek wrote: > On Fri, Feb 28, 2014 at 10:08 PM, Sebastian Reichel wrote: >> On Fri, Feb 28, 2014 at 09:32:12PM +0100, Belisko Marek wrote: >>> On Fri, Feb 28, 2014 at 3:05 AM, Sebastian Reichel wrote: >>> > On Thu, Fe

Re: [PATCHv1 1/2] rx51_battery: convert to iio consumer

2014-02-28 Thread Belisko Marek
On Fri, Feb 28, 2014 at 10:08 PM, Sebastian Reichel wrote: > On Fri, Feb 28, 2014 at 09:32:12PM +0100, Belisko Marek wrote: >> On Fri, Feb 28, 2014 at 3:05 AM, Sebastian Reichel wrote: >> > On Thu, Feb 27, 2014 at 10:34:35PM +0100, Belisko Marek wrote: >> >> Well I

Re: [PATCHv1 1/2] rx51_battery: convert to iio consumer

2014-02-28 Thread Belisko Marek
On Fri, Feb 28, 2014 at 9:32 PM, Belisko Marek wrote: > Hi Sebastian, > > On Fri, Feb 28, 2014 at 3:05 AM, Sebastian Reichel wrote: >> On Thu, Feb 27, 2014 at 10:34:35PM +0100, Belisko Marek wrote: >>> Well I've tried and it's worse :). I got during booting: &

Re: [PATCHv1 1/2] rx51_battery: convert to iio consumer

2014-02-28 Thread Belisko Marek
Hi Sebastian, On Fri, Feb 28, 2014 at 3:05 AM, Sebastian Reichel wrote: > On Thu, Feb 27, 2014 at 10:34:35PM +0100, Belisko Marek wrote: >> Well I've tried and it's worse :). I got during booting: >> [2.218383] ERROR: could not get IIO channel /battery:temp(0) &

Re: [PATCHv1 1/2] rx51_battery: convert to iio consumer

2014-02-27 Thread Belisko Marek
Hi Sebastian, On Wed, Feb 26, 2014 at 10:54 PM, Sebastian Reichel wrote: > Hi, > > On Wed, Feb 26, 2014 at 10:43:40PM +0100, Belisko Marek wrote: >> [...] >> > + int val, err; >> > + err = iio_read_channel_average_raw(channel, &val); >> Wh

Re: [PATCHv1 1/2] rx51_battery: convert to iio consumer

2014-02-26 Thread Belisko Marek
Hi Sebastian, On Wed, Feb 26, 2014 at 1:46 AM, Sebastian Reichel wrote: > Update rx51-battery driver to use the new IIO API of > twl4030-madc and add DT support. > > Signed-off-by: Sebastian Reichel > --- > drivers/power/rx51_battery.c | 68 > +--- > 1 f

Re: [RFCv3 0/7] Convert twl4030-madc to IIO API and add DT support

2014-02-26 Thread Belisko Marek
Hi Sebastian, On Wed, Feb 26, 2014 at 1:24 AM, Sebastian Reichel wrote: > Hi, > > This is RFCv3 for converting twl4030-madc to the IIO API and > adding DT support. The patchset compiles and has been tested > on my Nokia N900. > > Changes since RFCv2: > * Use "--find-renames" for the move from mf

Re: [PATCH 1/2] staging: iio: hmc5843: Add all available models to device tree id table.

2014-02-18 Thread Belisko Marek
Hi Jonathan, On Tue, Feb 18, 2014 at 11:40 AM, Jonathan Cameron wrote: > On 14/02/14 14:25, Marek Belisko wrote: >> >> Signed-off-by: Marek Belisko > > I wonder how this got missed. However, for those data elements to be > useful, you will > need to read them somewhere in the driver I think

Re: [PATCH 1/2] mfd: twl4030-madc: Add devicetree support.

2014-02-15 Thread Belisko Marek
Hi Sebastian, On Fri, Feb 14, 2014 at 6:40 PM, Sebastian Reichel wrote: > Hi Marek, > > I have prepared a patchset, which adds DT bindings for twl4030-madc > using the standard IIO DT API. I have not yet send the patchset, > since I have not yet found the time to test the patchset. I will > send

Re: [RFCv1 2/4] mfd: twl4030-madc: Add DT support and convert to IIO framework

2014-02-15 Thread Belisko Marek
Hi Sebastian, On Fri, Feb 14, 2014 at 7:46 PM, Sebastian Reichel wrote: > This converts twl4030-madc module to use the Industrial IO ADC > framework and adds device tree support. > > Signed-off-by: Sebastian Reichel > --- > drivers/mfd/twl4030-madc.c | 121 > +++

Re: [PATCH 1/2] mfd: twl4030-madc: Add devicetree support.

2014-02-14 Thread Belisko Marek
On Fri, Feb 14, 2014 at 2:48 PM, Lee Jones wrote: >> Signed-off-by: Marek Belisko >> --- >> .../devicetree/bindings/mfd/twl4030-madc.txt | 18 + >> drivers/mfd/twl4030-madc.c | 31 >> -- > > Please separate these into different patches

Re: [PATCH] power: twl4030_madc_battery: Add device tree support.

2014-02-14 Thread Belisko Marek
On Fri, Feb 14, 2014 at 2:43 PM, Mark Rutland wrote: > On Fri, Feb 14, 2014 at 01:24:19PM +, Marek Belisko wrote: >> Signed-off-by: Marek Belisko >> --- >> .../bindings/power_supply/twl4030_madc_battery.txt | 15 +++ >> drivers/power/twl4030_madc_battery.c | 109 >> ++

Re: [PATCH] hwmon: twl4030-madc-hwmon: Add device tree support.

2014-02-14 Thread Belisko Marek
On Fri, Feb 14, 2014 at 2:31 PM, Mark Rutland wrote: > On Fri, Feb 14, 2014 at 01:20:58PM +, Marek Belisko wrote: >> Signed-off-by: Marek Belisko >> --- >> Documentation/devicetree/bindings/hwmon/twl4030-madc-hwmon.txt | 9 >> + >> drivers/hwmon/twl4030-madc-hwmon.c

Re: OMAP: clock DT conversion issues with omap36xx

2014-02-12 Thread Belisko Marek
Hi Tomi, On Wed, Feb 12, 2014 at 2:18 PM, Tomi Valkeinen wrote: > Hi Tero, Christoph, > > On 07/02/14 12:12, Christoph Fritz wrote: >> On Tue, 2014-02-04 at 17:50 +0200, Tero Kristo wrote: >>> On 01/29/2014 01:21 PM, Christoph Fritz wrote: > Currently I only analyzed sys_clkout2 (see attachme

Re: [PATCH] net: rfkill-regulator: Add devicetree support.

2014-02-10 Thread Belisko Marek
On Mon, Feb 10, 2014 at 11:18 AM, Mark Rutland wrote: > On Fri, Feb 07, 2014 at 07:48:49PM +, Marek Belisko wrote: >> Signed-off-by: NeilBrown >> Signed-off-by: Marek Belisko >> --- >> Based on Neil's patch and extend for documentation and bindings include. >> >> .../bindings/net/rfkill/rfk

Re: [PATCH] net: rfkill-regulator: Add devicetree support.

2014-02-10 Thread Belisko Marek
On Mon, Feb 10, 2014 at 9:54 AM, Dr. H. Nikolaus Schaller wrote: > Am 10.02.2014 um 09:27 schrieb Johannes Berg: > >> On Fri, 2014-02-07 at 20:48 +0100, Marek Belisko wrote: >> >>> +#define RFKILL_TYPE_ALL (0) >>> +#define RFKILL_TYPE_WLAN(1) >>> +#define RFKILL_TYPE_BLUETOOTH

Re: [PATCH] net: rfkill-regulator: Add devicetree support.

2014-02-08 Thread Belisko Marek
On Sat, Feb 8, 2014 at 7:22 AM, Bill Fink wrote: > On Fri, 7 Feb 2014, Marek Belisko wrote: > >> Signed-off-by: NeilBrown >> Signed-off-by: Marek Belisko >> --- >> Based on Neil's patch and extend for documentation and bindings include. >> >> .../bindings/net/rfkill/rfkill-relugator.txt

Re: [PATCH] of: add vendor prefix for Honeywell

2014-01-31 Thread Belisko Marek
On Fri, Jan 31, 2014 at 7:53 PM, Olof Johansson wrote: > On Sat, Jan 25, 2014 at 1:38 PM, Marek Belisko wrote: >> Signed-off-by: Marek Belisko >> --- >> Documentation/devicetree/bindings/vendor-prefixes.txt | 1 + >> 1 file changed, 1 insertion(+) >> >> diff --git a/Documentation/devicetree/bin

sysfs: cannot create duplicate filename '/bus/platform/devices/twl4030-codec'

2014-01-25 Thread Belisko Marek
Hello, booting linux-next (not actual but older from 20.12 gives me following warning). I'm booting gta04 device via devicetree with added sound node (copied from beagleboard) [1.962524] [ cut here ] [1.967498] WARNING: CPU: 0 PID: 1 at fs/sysfs/dir.c:52 sysfs_warn

Re: [PATCH] ARM: dts: omap3-gta04: Add EOC irq gpio line handling.

2014-01-20 Thread Belisko Marek
Ping? Benoit can you please merge this trivial update. Thanks. On Sat, Dec 21, 2013 at 4:12 PM, Marek Belisko wrote: > BMP085 EOC (End Of Conversion) irq line is connected to > gpio113 on gta04. Set irq properties to have driver using irq > instead polling for EOC. > > Signed-off-by: Marek Belisk

Re: 3.13-rc2 phy-twl4030-usb.c - Timeout setting T2 HSUSB PHY DPLL

2014-01-09 Thread Belisko Marek
c7 issue with unable to find phy (phy was twl4030_usb). After that issue is gone. > > Not sure what's causing those failures :-s > > -Kishon > >> >> cheers, >> -roger >> >> On 01/09/2014 02:31 AM, Belisko Marek wrote: >>> Any pointers?

Re: 3.13-rc2 phy-twl4030-usb.c - Timeout setting T2 HSUSB PHY DPLL

2014-01-08 Thread Belisko Marek
Any pointers? Still present in 3.13-rc7. On Wed, Dec 4, 2013 at 1:22 PM, Roger Quadros wrote: > +Kishon > > On 12/03/2013 11:33 PM, Belisko Marek wrote: >> Hi, >> >> current 3.13-rcX break usb support on gta04 board (similar to >> beagleboard) when booting via bo

Re: 3.13 gta04 mmc not working

2013-12-27 Thread Belisko Marek
On Fri, Dec 27, 2013 at 7:16 PM, Tony Lindgren wrote: > * Belisko Marek [131221 15:58]: >> OK seems I found solution: >> http://marc.info/?l=linux-omap&m=138756097116464&w=2 > > Good to hear :) > >> @Tony: Is this going to 3.13? > > Sorry too intr

Re: 3.13 gta04 mmc not working

2013-12-21 Thread Belisko Marek
OK seems I found solution: http://marc.info/?l=linux-omap&m=138756097116464&w=2 @Tony: Is this going to 3.13? On Sun, Dec 22, 2013 at 12:26 AM, Belisko Marek wrote: > Hi, > > I'm trying to boot gta04 board with DT with latest 3.13-rc4 kernel. > Most of the parts seems

3.13 gta04 mmc not working

2013-12-21 Thread Belisko Marek
Hi, I'm trying to boot gta04 board with DT with latest 3.13-rc4 kernel. Most of the parts seems to work except of mmc. I can see for mmc0 only messages (vmmc1 and vsim regulators seems to be fine): [1.969573] VMMC1: 1850 <--> 3150 mV at 3000 mV [2.016784] VSIM: 1800 <--> 3000 mV at 1800 m

Re: [PATCH] omap: twl-common: Fix musb-hdrc device name.

2013-12-13 Thread Belisko Marek
On Mon, Dec 9, 2013 at 6:50 PM, Tony Lindgren wrote: > * Belisko Marek [131208 23:36]: >> Hi Tony, >> >> On Thu, Dec 5, 2013 at 7:43 PM, Tony Lindgren wrote: >> > * Belisko Marek [131203 01:21]: >> >> On Tue, Dec 3, 2013 at 10:08 AM, Belisko Marek &

Re: [PATCH 1/3] arm: omap2: Export devconf1 bypass and acbias.

2013-12-12 Thread Belisko Marek
Hi Tony, On Tue, Dec 10, 2013 at 11:46 PM, Tony Lindgren wrote: > * Belisko Marek [131210 14:13]: >> On Tue, Nov 12, 2013 at 12:31 AM, Tony Lindgren wrote: >> > >> > It would be best to set it up as omap-ctrl.c driver under drivers >> > somewhere with fe

Re: [PATCH 1/3] arm: omap2: Export devconf1 bypass and acbias.

2013-12-10 Thread Belisko Marek
Hi Tony, On Tue, Nov 12, 2013 at 12:31 AM, Tony Lindgren wrote: > * Belisko Marek [13 14:01]: >> Hi Tony, >> >> On Mon, Nov 11, 2013 at 5:49 PM, Tony Lindgren wrote: >> > * Marek Belisko [131014 14:11]: >> >> devconf1 reg access is localize

Re: [PATCH] omap: twl-common: Fix musb-hdrc device name.

2013-12-08 Thread Belisko Marek
Hi Tony, On Thu, Dec 5, 2013 at 7:43 PM, Tony Lindgren wrote: > * Belisko Marek [131203 01:21]: >> On Tue, Dec 3, 2013 at 10:08 AM, Belisko Marek >> wrote: >> > Hi, >> > >> > On Tue, Dec 3, 2013 at 9:58 AM, Kishon Vijay Abraham I >> > wrote

3.13-rc2 phy-twl4030-usb.c - Timeout setting T2 HSUSB PHY DPLL

2013-12-03 Thread Belisko Marek
Hi, current 3.13-rcX break usb support on gta04 board (similar to beagleboard) when booting via board file. In console we can see messages: [ 5227.287841] twl4030_usb twl4030_usb: Timeout setting T2 HSUSB PHY DPLL clock [ 5232.936096] omap_musb_mailbox: musb core is not yet ready [ 5233.958160]

Re: [PATCH] omap: twl-common: Fix musb-hdrc device name.

2013-12-03 Thread Belisko Marek
On Tue, Dec 3, 2013 at 10:08 AM, Belisko Marek wrote: > Hi, > > On Tue, Dec 3, 2013 at 9:58 AM, Kishon Vijay Abraham I wrote: >> Hi, >> >> On Tuesday 03 December 2013 02:03 PM, Marek Belisko wrote: >>> Without this change when booting omap3 device (gta04) w

Re: [PATCH] omap: twl-common: Fix musb-hdrc device name.

2013-12-03 Thread Belisko Marek
Hi, On Tue, Dec 3, 2013 at 9:58 AM, Kishon Vijay Abraham I wrote: > Hi, > > On Tuesday 03 December 2013 02:03 PM, Marek Belisko wrote: >> Without this change when booting omap3 device (gta04) with board file >> leads to follwing errors: >> >> [1.203308] musb-hdrc musb-hdrc.0.auto: unable to f

Re: [PATCH 2/3] misc: bmp085: Add DT bindings for EOC gpio line and direct irq.

2013-11-18 Thread Belisko Marek
Hi Mark, On Fri, Nov 15, 2013 at 4:30 PM, Mark Rutland wrote: > On Thu, Nov 14, 2013 at 09:46:48PM +, Marek Belisko wrote: >> Signed-off-by: Marek Belisko >> --- >> Documentation/devicetree/bindings/misc/bmp085.txt | 8 >> drivers/misc/bmp085.c | 53 >> +++

Re: [PATCH 1/3] arm: omap2: Export devconf1 bypass and acbias.

2013-11-11 Thread Belisko Marek
Hi Tony, On Mon, Nov 11, 2013 at 5:49 PM, Tony Lindgren wrote: > * Marek Belisko [131014 14:11]: >> devconf1 reg access is localized only in mach-omap2 and we need to export >> updating of devconf1 from omapdss venc driver (bypass and acbias bits). >> Add simple api call which update only necess

Re: [PATCH 1/3] arm: omap2: Export devconf1 bypass and acbias.

2013-11-11 Thread Belisko Marek
Hi Tony, On Mon, Nov 11, 2013 at 5:49 PM, Tony Lindgren wrote: > * Marek Belisko [131014 14:11]: >> devconf1 reg access is localized only in mach-omap2 and we need to export >> updating of devconf1 from omapdss venc driver (bypass and acbias bits). >> Add simple api call which update only necess

  1   2   >