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
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
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
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
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
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
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
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
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
>> >
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
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
>> >
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
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
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
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:
>>
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");
>> >>
>
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.
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
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
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
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
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
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
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/
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
+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
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
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
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 +
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
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
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
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
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:
> -
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:
>>
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
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
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
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
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
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
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
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:
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(+
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.
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
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
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
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
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
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
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(+)
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
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
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:
>>>
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
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.
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
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
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:
>>
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
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
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
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
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
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
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
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:
&
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)
&
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
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
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
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
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
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
> +++
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
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
>> ++
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
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
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
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
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
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
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
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
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?
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
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
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
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
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
&
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
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
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
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]
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
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
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
>> +++
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
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 - 100 of 122 matches
Mail list logo