* Re: [patch 0/9] sonypi ACPI reimplementation [not found] <20070405213647.121652106@linux.it> @ 2007-04-07 1:32 ` Andrew Morton 2007-04-07 14:17 ` Mattia Dongili 0 siblings, 1 reply; 4+ messages in thread From: Andrew Morton @ 2007-04-07 1:32 UTC (permalink / raw) To: malattia; +Cc: lenb, linux-acpi On Thu, 05 Apr 2007 23:36:47 +0200 malattia@linux.it wrote: > Hello, > the following patch series is the state of the art of my work toward > reimplementing sonypi into sony-laptop. Most patches are mostly cosmetic > to try to obtain a decent namespace separation between the used > subsystems and the drivers driving the two sony devices (SNC and SPIC). > If siutable it would be nice to start applying to acpi-test so that akpm gets > them in -mm. > Len, if you prefer a big large patch or a different series, just ask. > The most interesting patches are probably 0004, 0006 and 0009. > > 0001-Remove-ACPI-references-from-variable-and-function-names.patch > > 0002-prepare-pfdriver-for-multiple-users.patch > both the SNC and SPIC device drivers will create attributes and thus > there's the need to have an internal usage count to avoid > re-registering or de-registering at the wrong time. > > 0003-introduce-debug-macros.patch > > 0004-add-sny6001-device-handling-from-sonypi.patch > this is quite big and is the sonypi reimplementation. > > 0005-unify-input-subsystem-event-fwd.patch > same problem as the pf driver, SNC and SPIC events are forwarded to > the same input devices > > 0006-add-SNY6001-platform-attributes.patch > register additional platform attributes coming from the SPIC (sonypi) > driver > > 0007-sanitize-printk-logs.patch > unify printks to resemble a unique driver :) > > 0008-update-documentation.patch Changelogs go in the patches themselves, please. > 0009-add-sonypi-compat-code.patch > compatibility code to allow old sonypi bound userspace apps to still > work I never received a copy of the ninth patch and my linux-acpi feed seems to have broken. Resend, please? ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [patch 0/9] sonypi ACPI reimplementation 2007-04-07 1:32 ` [patch 0/9] sonypi ACPI reimplementation Andrew Morton @ 2007-04-07 14:17 ` Mattia Dongili 2007-04-07 15:03 ` Mattia Dongili 0 siblings, 1 reply; 4+ messages in thread From: Mattia Dongili @ 2007-04-07 14:17 UTC (permalink / raw) To: Andrew Morton; +Cc: lenb, linux-acpi On Fri, Apr 06, 2007 at 06:32:28PM -0700, Andrew Morton wrote: > On Thu, 05 Apr 2007 23:36:47 +0200 malattia@linux.it wrote: ... > > 0009-add-sonypi-compat-code.patch > > compatibility code to allow old sonypi bound userspace apps to still > > work > > I never received a copy of the ninth patch and my linux-acpi feed seems to > have broken. Resend, please? Hmmm... I'm starting to believe it's me (or my ISP), I didn't receive the 9th patch too and it's two times now... For those of you which already received them: sorry for the spam. -- mattia :wq! ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [patch 0/9] sonypi ACPI reimplementation 2007-04-07 14:17 ` Mattia Dongili @ 2007-04-07 15:03 ` Mattia Dongili 2007-04-07 17:28 ` Andrew Morton 0 siblings, 1 reply; 4+ messages in thread From: Mattia Dongili @ 2007-04-07 15:03 UTC (permalink / raw) To: Andrew Morton; +Cc: lenb, linux-acpi On Sat, Apr 07, 2007 at 04:17:24PM +0200, Mattia Dongili wrote: > On Fri, Apr 06, 2007 at 06:32:28PM -0700, Andrew Morton wrote: > > On Thu, 05 Apr 2007 23:36:47 +0200 malattia@linux.it wrote: > ... > > > 0009-add-sonypi-compat-code.patch > > > compatibility code to allow old sonypi bound userspace apps to still > > > work > > > > I never received a copy of the ninth patch and my linux-acpi feed seems to > > have broken. Resend, please? > > Hmmm... I'm starting to believe it's me (or my ISP), I didn't receive > the 9th patch too and it's two times now... lol, it's my ISP: Remote MTA smtp1.osdl.org: network error - SMTP protocol diagnostic: 554 5.7.1 Sent too much confirmed spam Will resend on monday when I'll be on a different ISP. Apologies... (damn) -- mattia :wq! ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [patch 0/9] sonypi ACPI reimplementation 2007-04-07 15:03 ` Mattia Dongili @ 2007-04-07 17:28 ` Andrew Morton 0 siblings, 0 replies; 4+ messages in thread From: Andrew Morton @ 2007-04-07 17:28 UTC (permalink / raw) To: Mattia Dongili; +Cc: lenb, linux-acpi On Sat, 7 Apr 2007 17:03:38 +0200 Mattia Dongili <malattia@linux.it> wrote: > On Sat, Apr 07, 2007 at 04:17:24PM +0200, Mattia Dongili wrote: > > On Fri, Apr 06, 2007 at 06:32:28PM -0700, Andrew Morton wrote: > > > On Thu, 05 Apr 2007 23:36:47 +0200 malattia@linux.it wrote: > > ... > > > > 0009-add-sonypi-compat-code.patch > > > > compatibility code to allow old sonypi bound userspace apps to still > > > > work > > > > > > I never received a copy of the ninth patch and my linux-acpi feed seems to > > > have broken. Resend, please? > > > > Hmmm... I'm starting to believe it's me (or my ISP), I didn't receive > > the 9th patch too and it's two times now... > > lol, it's my ISP: > > Remote MTA smtp1.osdl.org: network error > - SMTP protocol diagnostic: 554 5.7.1 Sent too much confirmed spam It looks to me like that's a false positive from the osdl, err, linux-confoundation mail server. It seems a bit aggressive. > Will resend on monday when I'll be on a different ISP. Apologies... Well we received this email. Try again now. ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2007-04-07 17:29 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20070405213647.121652106@linux.it>
2007-04-07 1:32 ` [patch 0/9] sonypi ACPI reimplementation Andrew Morton
2007-04-07 14:17 ` Mattia Dongili
2007-04-07 15:03 ` Mattia Dongili
2007-04-07 17:28 ` Andrew Morton
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox