From: Kamil Debski <k.debski@samsung.com>
To: 'Emil Velikov' <emil.l.velikov@gmail.com>
Cc: 'ML dri-devel' <dri-devel@lists.freedesktop.org>,
linux-media@vger.kernel.org,
"'moderated list:ARM/S5P EXYNOS AR...'"
<linux-samsung-soc@vger.kernel.org>,
sean@mess.org, mchehab@osg.samsung.com,
'Dmitry Torokhov' <dmitry.torokhov@gmail.com>,
lars@opdenkamp.eu, 'Kyungmin Park' <kyungmin.park@samsung.com>,
thomas@tommie-lie.de, linux-input@vger.kernel.org,
'Marek Szyprowski' <m.szyprowski@samsung.com>
Subject: RE: [PATCH] libgencec: Add userspace library for the generic CEC kernel interface
Date: Wed, 06 May 2015 14:27:14 +0200 [thread overview]
Message-ID: <"0d5f01d087f7$fce607f0$f6b217d0$@debski"@samsung.com> (raw)
In-Reply-To: <CACvgo50jMOCG5K1iM=SFE2CFYR6JMN3LBPmNtKO__Tra3KkCRQ@mail.gmail.com>
Hi Emil,
From: Emil Velikov [mailto:emil.l.velikov@gmail.com]
Sent: Tuesday, May 05, 2015 5:03 PM
>
> Hi Kamil,
>
> It seems that you've only incorporated the libgencec.pc suggestion.
> Did you change your mind about the others, found out something funny
> with them (if so can you let me know what) or simply forgot about them ?
I have to admit that I was sending the patchset in a hurry and I forgot to merge all the changes in the lib. I am sorry. I have prepared an updated version just now and I am going to send it soon.
>
> On 30 April 2015 at 11:25, Kamil Debski <k.debski@samsung.com> wrote:
> > Hi Emil,
> >
> > From: linux-media-owner@vger.kernel.org [mailto:linux-media-
> > owner@vger.kernel.org] On Behalf Of Emil Velikov
> > Sent: Wednesday, April 29, 2015 5:00 PM
> >>
> >> Hi Kamil,
> >>
> >> Allow me to put a few suggestions:
> >>
> >> On 29 April 2015 at 11:02, Kamil Debski <k.debski@samsung.com> wrote:
>
> >> > diff --git a/m4/.gitkeep b/m4/.gitkeep new file mode 100644 index
> >> > 0000000..e69de29
> >> Haven't seen any projects doing this. Curious what the benefits of
> >> keeping and empty folder might be ?
> >
> > When I run autoreconf -i it complained about missing m4 folder, hence
> > I added this filler file such that the folder is created. Any
> > suggestion on how to do this better?
> >
> Ahh yes - that lovely message. It turns out that older versions of
> automake will even error out [1], rather than just printing out a
> warning. A handy workaround would be to add a .gitignore (and a second
> one in the top folder) list. Plus it will slim down the untracked files
> list and let you clearly see when git add was missed :-)
Adding .gitignore files is a good suggestion. Will do.
>
> Cheers
> Emil
>
> [1] https://bugzilla.redhat.com/show_bug.cgi?id=901333
Best wishes,
--
Kamil Debski
Samsung R&D Institute Poland
prev parent reply other threads:[~2015-05-06 12:27 UTC|newest]
Thread overview: 19+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-04-29 10:02 [PATCH v5 00/11] HDMI CEC framework Kamil Debski
2015-04-29 10:02 ` [PATCH v5 01/11] dts: exynos4*: add HDMI CEC pin definition to pinctrl Kamil Debski
2015-04-29 10:02 ` [PATCH v5 02/11] dts: exynos4: add node for the HDMI CEC device Kamil Debski
2015-04-29 10:02 ` [PATCH v5 03/11] dts: exynos4412-odroid*: enable " Kamil Debski
2015-04-29 10:02 ` [PATCH v5 04/11] HID: add HDMI CEC specific keycodes Kamil Debski
2015-04-29 10:02 ` [PATCH v5 05/11] rc: Add HDMI CEC protoctol handling Kamil Debski
2015-04-29 10:02 ` [PATCH v5 06/11] cec: add HDMI CEC framework Kamil Debski
2015-05-03 10:41 ` Hans Verkuil
2015-04-29 10:02 ` [PATCH v5 07/11] v4l2-subdev: add HDMI CEC ops Kamil Debski
2015-04-29 10:02 ` [PATCH v5 08/11] cec: adv7604: add cec support Kamil Debski
2015-04-29 10:02 ` [PATCH v5 09/11] cec: adv7511: " Kamil Debski
2015-04-29 10:02 ` [PATCH v5 10/11] cec: s5p-cec: Add s5p-cec driver Kamil Debski
2015-04-29 10:02 ` [PATCH v5 11/11] DocBook/media: add CEC documentation Kamil Debski
2015-05-03 10:59 ` Hans Verkuil
2015-04-29 10:02 ` [PATCH] libgencec: Add userspace library for the generic CEC kernel interface Kamil Debski
2015-04-29 15:00 ` Emil Velikov
2015-04-30 10:25 ` Kamil Debski
[not found] ` <0af301d0832f$f0ffec70$d2ffc550$@debski@samsung.com>
2015-05-05 15:03 ` Emil Velikov
2015-05-06 12:27 ` Kamil Debski [this message]
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='"0d5f01d087f7$fce607f0$f6b217d0$@debski"@samsung.com' \
--to=k.debski@samsung.com \
--cc=dmitry.torokhov@gmail.com \
--cc=dri-devel@lists.freedesktop.org \
--cc=emil.l.velikov@gmail.com \
--cc=kyungmin.park@samsung.com \
--cc=lars@opdenkamp.eu \
--cc=linux-input@vger.kernel.org \
--cc=linux-media@vger.kernel.org \
--cc=linux-samsung-soc@vger.kernel.org \
--cc=m.szyprowski@samsung.com \
--cc=mchehab@osg.samsung.com \
--cc=sean@mess.org \
--cc=thomas@tommie-lie.de \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox