Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1197928
| From | Azael Avalos <coproscefalo@gmail.com> |
|---|---|
| Newsgroups | linux.kernel |
| Subject | [PATCH v3 0/5] toshiba_acpi: Refactor *{get, set} and *available functions |
| Date | 2015-08-01 06:00 +0200 |
| Message-ID | <pSw7L-1pB-3@gated-at.bofh.it> (permalink) |
| Organization | linux.* mail to news gateway |
These patches changes the *{get, set} and *available functions default
return type, changes the printed messages of the supported features,
removes some unnedded checks and bumps the driver version to 0.23.
Changes since v2:
- Introduced a new patch to remove unnecessary checks instead of
cramming them in the patch series
- Updated patch descriptions
- Reverted some changes on the previous version to avoid compiler
warnings
Changes since v1:
- Fixed typos in patch 01 description and use newly created
*led_registered variables to unregister leds
- Adapt *{lcd, video}_proc functions in patch 03 to ensure we are not
breaking userspace and updated patch description
Azael Avalos (5):
toshiba_acpi: Change *available functions return type
toshiba_acpi: Remove "*not supported" feature prints
toshiba_acpi: Refactor *{get, set} functions return value
toshiba_acpi: Remove unnecessary checks and returns in HCI/SCI
functions
toshiba_acpi: Bump driver version to 0.23
drivers/platform/x86/toshiba_acpi.c | 531 +++++++++++++++++-------------------
1 file changed, 248 insertions(+), 283 deletions(-)
--
2.4.6
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Back to linux.kernel | Previous | Next — Next in thread | Find similar | Unroll thread
[PATCH v3 0/5] toshiba_acpi: Refactor *{get, set} and *available functions Azael Avalos <coproscefalo@gmail.com> - 2015-08-01 06:00 +0200
[PATCH v3 5/5] toshiba_acpi: Bump driver version to 0.23 Azael Avalos <coproscefalo@gmail.com> - 2015-08-01 06:00 +0200
[PATCH v3 2/5] toshiba_acpi: Remove "*not supported" feature prints Azael Avalos <coproscefalo@gmail.com> - 2015-08-01 06:00 +0200
[PATCH v3 1/5] toshiba_acpi: Change *available functions return type Azael Avalos <coproscefalo@gmail.com> - 2015-08-01 06:00 +0200
csiph-web