From: Kukjin Kim <kgene.kim@samsung.com>
To: "'Heiko Stübner'" <heiko@sntech.de>
Cc: 'Greg KH' <gregkh@suse.de>, 'Kay Sievers' <kay.sievers@vrfy.org>,
ben-linux@fluff.org, linux-arm-kernel@lists.infradead.org,
linux-samsung-soc@vger.kernel.org
Subject: RE: [PATCH] arm: Fix missing api-change from subsys_interface change
Date: Fri, 27 Jan 2012 17:15:01 +0900 [thread overview]
Message-ID: <01b101ccdccb$c41b0a40$4c511ec0$%kim@samsung.com> (raw)
In-Reply-To: <201201270910.34247.heiko@sntech.de>
Heiko Stübner wrote:
>
> Am Freitag, 13. Januar 2012, 02:05:08 schrieb Kukjin Kim:
> > Greg KH wrote:
> > > On Thu, Jan 12, 2012 at 02:30:48PM +0100, Heiko Stübner wrote:
> > > > Commit 4a858cfc9a (arm: convert sysdev_class to a regular subsystem)
> > > > converted the samsung sysdevs into subsys_interface instances.
> > > >
> > > > While the original add-function only had a (struct sys_device *)
> > > > parameter, the dev_add from subsys_interface needs
> > > >
> > > > (struct device *, struct subsys_interface *)
> > > >
> > > > leading to "initialized from incompatible pointer type" warnings.
> > > >
> > > > Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> > > > ---
> > > > The patch applies cleanly against the current driver-core git,
> > > > hopefully it's the right tree.
> > >
> > > Thanks for fixing this up, sorry for getting it wrong.
> > >
> > > This should be done against the Samsung arm git tree, and go in through
> > > that one. The driver-core git tree is equal to Linus's tree of a few
> > > days ago, there are no driver-core patches in it at the moment.
> > >
> > > Kukjin, can you take these?
> >
> > Sure, let me pick this up in my fixes.
>
> Hi Kgene,
>
> ping :-)
>
> I checked the hopefully correct branch v3.3-samsung-fixes and the patch is not
> in there.
>
Hi,
I already applied it in my local tree, v3.3-samsung-fixes-2 but not pushed yet :)
Will be sent in this weekend.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
WARNING: multiple messages have this Message-ID (diff)
From: kgene.kim@samsung.com (Kukjin Kim)
To: linux-arm-kernel@lists.infradead.org
Subject: [PATCH] arm: Fix missing api-change from subsys_interface change
Date: Fri, 27 Jan 2012 17:15:01 +0900 [thread overview]
Message-ID: <01b101ccdccb$c41b0a40$4c511ec0$%kim@samsung.com> (raw)
In-Reply-To: <201201270910.34247.heiko@sntech.de>
Heiko St?bner wrote:
>
> Am Freitag, 13. Januar 2012, 02:05:08 schrieb Kukjin Kim:
> > Greg KH wrote:
> > > On Thu, Jan 12, 2012 at 02:30:48PM +0100, Heiko St?bner wrote:
> > > > Commit 4a858cfc9a (arm: convert sysdev_class to a regular subsystem)
> > > > converted the samsung sysdevs into subsys_interface instances.
> > > >
> > > > While the original add-function only had a (struct sys_device *)
> > > > parameter, the dev_add from subsys_interface needs
> > > >
> > > > (struct device *, struct subsys_interface *)
> > > >
> > > > leading to "initialized from incompatible pointer type" warnings.
> > > >
> > > > Signed-off-by: Heiko Stuebner <heiko@sntech.de>
> > > > ---
> > > > The patch applies cleanly against the current driver-core git,
> > > > hopefully it's the right tree.
> > >
> > > Thanks for fixing this up, sorry for getting it wrong.
> > >
> > > This should be done against the Samsung arm git tree, and go in through
> > > that one. The driver-core git tree is equal to Linus's tree of a few
> > > days ago, there are no driver-core patches in it at the moment.
> > >
> > > Kukjin, can you take these?
> >
> > Sure, let me pick this up in my fixes.
>
> Hi Kgene,
>
> ping :-)
>
> I checked the hopefully correct branch v3.3-samsung-fixes and the patch is not
> in there.
>
Hi,
I already applied it in my local tree, v3.3-samsung-fixes-2 but not pushed yet :)
Will be sent in this weekend.
Thanks.
Best regards,
Kgene.
--
Kukjin Kim <kgene.kim@samsung.com>, Senior Engineer,
SW Solution Development Team, Samsung Electronics Co., Ltd.
next prev parent reply other threads:[~2012-01-27 8:15 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2012-01-12 13:30 [PATCH] arm: Fix missing api-change from subsys_interface change Heiko Stübner
2012-01-12 13:30 ` Heiko Stübner
2012-01-12 16:06 ` Greg KH
2012-01-12 16:06 ` Greg KH
2012-01-13 1:05 ` Kukjin Kim
2012-01-13 1:05 ` Kukjin Kim
2012-01-27 8:10 ` Heiko Stübner
2012-01-27 8:10 ` Heiko Stübner
2012-01-27 8:15 ` Kukjin Kim [this message]
2012-01-27 8:15 ` Kukjin Kim
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='01b101ccdccb$c41b0a40$4c511ec0$%kim@samsung.com' \
--to=kgene.kim@samsung.com \
--cc=ben-linux@fluff.org \
--cc=gregkh@suse.de \
--cc=heiko@sntech.de \
--cc=kay.sievers@vrfy.org \
--cc=linux-arm-kernel@lists.infradead.org \
--cc=linux-samsung-soc@vger.kernel.org \
/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.