public inbox for kernel-janitors@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH v2 00/17] Some work on quickstart driver in staging
@ 2012-01-11 22:22 Szymon Janc
  2012-01-11 22:27 ` Szymon Janc
                   ` (7 more replies)
  0 siblings, 8 replies; 9+ messages in thread
From: Szymon Janc @ 2012-01-11 22:22 UTC (permalink / raw)
  To: kernel-janitors

Changes since v1:
 - use pr_{err,info} instead of custom macros for logs
 - fixed quickstart_buttons_show issue pointed out by Dan
 - Use scnprintf in quickstart_pressed_button_show

Thx for comments.

Szymon Janc (17):
  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: Use pr_err and pr_info for logs
  Staging: quickstart: Use scnprintf in quickstart_pressed_button_show
  Staging: quickstart: Bump driver version to 1.04

 drivers/staging/quickstart/quickstart.c |  369 +++++++++++++++----------------
 1 files changed, 177 insertions(+), 192 deletions(-)

-- 
1.7.8.3



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

end of thread, other threads:[~2012-02-10 19:21 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-01-11 22:22 [PATCH v2 00/17] Some work on quickstart driver in staging Szymon Janc
2012-01-11 22:27 ` Szymon Janc
2012-02-06 18:21 ` Szymon Janc
2012-02-06 21:32 ` Greg Kroah-Hartman
2012-02-09  1:17 ` Greg KH
2012-02-09 20:14 ` Szymon Janc
2012-02-09 20:23 ` Greg KH
2012-02-10  6:59 ` Dan Carpenter
2012-02-10 19:21 ` Szymon Janc

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox