All of lore.kernel.org
 help / color / mirror / Atom feed
From: Linus Walleij <linus.walleij@linaro.org>
To: "Sören Brinkmann" <soren.brinkmann@xilinx.com>
Cc: Harini Katakam <harini.katakam@xilinx.com>,
	Alexandre Courbot <gnurou@gmail.com>,
	Grant Likely <grant.likely@linaro.org>,
	Rob Herring <robh+dt@kernel.org>, Pawel Moll <pawel.moll@arm.com>,
	Mark Rutland <mark.rutland@arm.com>,
	"ijc+devicetree@hellion.org.uk" <ijc+devicetree@hellion.org.uk>,
	Kumar Gala <galak@codeaurora.org>, Rob Landley <rob@landley.net>,
	Michal Simek <michal.simek@xilinx.com>,
	"linux-gpio@vger.kernel.org" <linux-gpio@vger.kernel.org>,
	"linux-arm-kernel@lists.infradead.org"
	<linux-arm-kernel@lists.infradead.org>,
	"linux-kernel@vger.kernel.org" <linux-kernel@vger.kernel.org>,
	"devicetree@vger.kernel.org" <devicetree@vger.kernel.org>,
	"linux-doc@vger.kernel.org" <linux-doc@vger.kernel.org>,
	Harini Katakam <harinikatakamlinux@gmail.com>,
	Harini Katakam <harinik@xilinx.com>
Subject: Re: [PATCH v2 1/2] gpio: Add driver for Zynq GPIO controller
Date: Thu, 10 Jul 2014 10:57:16 +0200	[thread overview]
Message-ID: <CACRpkdZb1jDh2_bAvjj5SPsG3k4Sr8nTEjiVR29dNx9rS5a0_g@mail.gmail.com> (raw)
In-Reply-To: <3adb614c-38ae-4b0c-9e50-99f071bbf4c5@BL2FFO11FD038.protection.gbl>

On Tue, Jul 8, 2014 at 5:55 PM, Sören Brinkmann
<soren.brinkmann@xilinx.com> wrote:

> I fully agree and you don't have to convince me. But to a lot of our
> customers that are used to use FPGAs, SOCs and Linux are pretty new. You
> see a lot of scary stuff. Accessing /dev/mem seems to be a lot of
> people's big hammer solution for everything. Then I always perceive it
> as great progress if things like the sysfs interface are used instead.

Well as upstream maintainer I really don't differentiate on the level
of badness of different bad solutions, none of them are really helpful
to the community, only to some specific user, so they get to carry the
quirks...

Yours,
Linus Walleij

WARNING: multiple messages have this Message-ID (diff)
From: linus.walleij@linaro.org (Linus Walleij)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH v2 1/2] gpio: Add driver for Zynq GPIO controller
Date: Thu, 10 Jul 2014 10:57:16 +0200	[thread overview]
Message-ID: <CACRpkdZb1jDh2_bAvjj5SPsG3k4Sr8nTEjiVR29dNx9rS5a0_g@mail.gmail.com> (raw)
In-Reply-To: <3adb614c-38ae-4b0c-9e50-99f071bbf4c5@BL2FFO11FD038.protection.gbl>

On Tue, Jul 8, 2014 at 5:55 PM, S?ren Brinkmann
<soren.brinkmann@xilinx.com> wrote:

> I fully agree and you don't have to convince me. But to a lot of our
> customers that are used to use FPGAs, SOCs and Linux are pretty new. You
> see a lot of scary stuff. Accessing /dev/mem seems to be a lot of
> people's big hammer solution for everything. Then I always perceive it
> as great progress if things like the sysfs interface are used instead.

Well as upstream maintainer I really don't differentiate on the level
of badness of different bad solutions, none of them are really helpful
to the community, only to some specific user, so they get to carry the
quirks...

Yours,
Linus Walleij

  reply	other threads:[~2014-07-10  8:57 UTC|newest]

Thread overview: 46+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-06-18 11:39 [PATCH v2 1/2] gpio: Add driver for Zynq GPIO controller Harini Katakam
2014-06-18 11:39 ` Harini Katakam
2014-06-18 11:39 ` [PATCH v2 2/2] devicetree: Add Zynq GPIO devicetree bindings documentation Harini Katakam
2014-06-18 11:39   ` Harini Katakam
2014-07-07 14:53   ` Linus Walleij
2014-07-07 14:53     ` Linus Walleij
2014-07-07 17:35     ` Sören Brinkmann
2014-07-07 17:35       ` Sören Brinkmann
2014-07-07 17:35       ` Sören Brinkmann
     [not found] ` <1403091577-10232-1-git-send-email-harinik-gjFFaj9aHVfQT0dZR+AlfA@public.gmane.org>
2014-06-18 15:36   ` [PATCH v2 1/2] gpio: Add driver for Zynq GPIO controller Sören Brinkmann
2014-06-18 15:36     ` Sören Brinkmann
2014-06-18 15:36     ` Sören Brinkmann
2014-07-07 14:51     ` Linus Walleij
2014-07-07 14:51       ` Linus Walleij
2014-07-07 14:51       ` Linus Walleij
2014-07-07 15:23       ` Baruch Siach
2014-07-07 15:23         ` Baruch Siach
2014-07-07 15:23         ` Baruch Siach
2014-07-08  9:27         ` Linus Walleij
2014-07-08  9:27           ` Linus Walleij
2014-07-11  6:28           ` Baruch Siach
2014-07-11  6:28             ` Baruch Siach
2014-07-11 12:06             ` Linus Walleij
2014-07-11 12:06               ` Linus Walleij
2014-07-11 12:06               ` Linus Walleij
2014-07-11 12:27               ` Baruch Siach
2014-07-11 12:27                 ` Baruch Siach
2014-07-11 12:38                 ` Linus Walleij
2014-07-11 12:38                   ` Linus Walleij
2014-07-07 16:08       ` Sören Brinkmann
2014-07-07 16:08         ` Sören Brinkmann
2014-07-07 16:08         ` Sören Brinkmann
2014-07-08  9:34         ` Linus Walleij
2014-07-08  9:34           ` Linus Walleij
2014-07-08  9:34           ` Linus Walleij
2014-07-08 15:55           ` Sören Brinkmann
2014-07-08 15:55             ` Sören Brinkmann
2014-07-08 15:55             ` Sören Brinkmann
2014-07-10  8:57             ` Linus Walleij [this message]
2014-07-10  8:57               ` Linus Walleij
2014-07-10  8:57               ` Linus Walleij
2014-07-07 14:45 ` Linus Walleij
2014-07-07 14:45   ` Linus Walleij
2014-07-07 17:33   ` Sören Brinkmann
2014-07-07 17:33     ` Sören Brinkmann
2014-07-07 17:33     ` Sören Brinkmann

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CACRpkdZb1jDh2_bAvjj5SPsG3k4Sr8nTEjiVR29dNx9rS5a0_g@mail.gmail.com \
    --to=linus.walleij@linaro.org \
    --cc=devicetree@vger.kernel.org \
    --cc=galak@codeaurora.org \
    --cc=gnurou@gmail.com \
    --cc=grant.likely@linaro.org \
    --cc=harini.katakam@xilinx.com \
    --cc=harinik@xilinx.com \
    --cc=harinikatakamlinux@gmail.com \
    --cc=ijc+devicetree@hellion.org.uk \
    --cc=linux-arm-kernel@lists.infradead.org \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-gpio@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=mark.rutland@arm.com \
    --cc=michal.simek@xilinx.com \
    --cc=pawel.moll@arm.com \
    --cc=rob@landley.net \
    --cc=robh+dt@kernel.org \
    --cc=soren.brinkmann@xilinx.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.