All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/16] Some work on quickstart driver in staging
@ 2012-01-09 22:23 Szymon Janc
  2012-01-09 22:47 ` Greg KH
  0 siblings, 1 reply; 2+ messages in thread
From: Szymon Janc @ 2012-01-09 22:23 UTC (permalink / raw)
  To: kernel-janitors

Hi,

While investigating an issue (for which I'll send a separate email) with
quickstart on my laptop I tried to make driver a little bit closer to
migration from staging to mainline. So, patches below fix some small issues
with whitespace, memleak, use of standard kernel API etc.

I know that some of those patches are probably a matter of taste so please
comment.

BR

Szymon Janc (16):
  Staging: quickstart: Some style, whitespaces and typos fixes
  Staging: quickstart: Prefix remaining functions names with
    quickstart_
  Staging: quickstart: Move some code to avoid forward declarations
  Staging: quickstart: Make quickstart_input static
  Staging: quickstart: Cleanup quickstart_acpi_ghid
  Staging: quickstart: Cleanup quickstart_acpi_remove
  Staging: quickstart: Cleanup quickstart_acpi_add
  Staging: quickstart: Cleanup quickstart_acpi_config
  Staging: quickstart: Use switch-case in quickstart_acpi_notify
  Staging: quickstart: Remove unused defines
  Staging: quickstart: Get rid of quickstart_data struct
  Staging: quickstart: Use list.h API for buttons list
  Staging: quickstart: Use %u for printing button id
  Staging: quickstart: Rename quickstart_btn to quickstart_button
  Staging: quickstart: Add QS_INFO and QS_ERR macros for logs
  Staging: quickstart: Bump driver version to 1.04

 drivers/staging/quickstart/quickstart.c |  366 +++++++++++++++----------------
 1 files changed, 175 insertions(+), 191 deletions(-)

-- 
1.7.8.2



^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH 00/16] Some work on quickstart driver in staging
  2012-01-09 22:23 [PATCH 00/16] Some work on quickstart driver in staging Szymon Janc
@ 2012-01-09 22:47 ` Greg KH
  0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2012-01-09 22:47 UTC (permalink / raw)
  To: kernel-janitors

On Mon, Jan 09, 2012 at 11:23:19PM +0100, Szymon Janc wrote:
> Hi,
> 
> While investigating an issue (for which I'll send a separate email) with
> quickstart on my laptop I tried to make driver a little bit closer to
> migration from staging to mainline. So, patches below fix some small issues
> with whitespace, memleak, use of standard kernel API etc.
> 
> I know that some of those patches are probably a matter of taste so please
> comment.

I will after the merge window is over (after 3.3-rc1 is out) and I have
a chance to look at these.

thanks,

greg k-h

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-01-09 22:47 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-09 22:23 [PATCH 00/16] Some work on quickstart driver in staging Szymon Janc
2012-01-09 22:47 ` Greg KH

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.