2
0
mirror of https://github.com/edk2-porting/linux-next.git synced 2024-12-19 18:53:52 +08:00
linux-next/drivers/staging/gasket
Todd Poynor 1c65a2e2f6 staging: gasket: remove "reset type" param from framework
The "type of reset" parameter to the gasket device reset APIs isn't
required by the only gasket device submitted upstream, apex.

The framework documents the param as private to the device driver and a
pass-through at the gasket layer, but the gasket core calls the device
driver with a hardcoded reset type of zero, which is not documented as
having a predefined meaning.

In light of all this, remove the reset type parameter from the
framework.  Remove the reset ioctl reset type parameter, and bump the
framework version number to reflect the interface change.

Signed-off-by: Todd Poynor <toddpoynor@google.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
2018-08-02 11:00:21 +02:00
..
apex_driver.c staging: gasket: apex: move driver-private defines out of apex.h 2018-08-01 20:07:03 +02:00
apex.h staging: gasket: apex: move driver-private defines out of apex.h 2018-08-01 20:07:03 +02:00
gasket_constants.h staging: gasket: remove "reset type" param from framework 2018-08-02 11:00:21 +02:00
gasket_core.c staging: gasket: remove "reset type" param from framework 2018-08-02 11:00:21 +02:00
gasket_core.h staging: gasket: remove "reset type" param from framework 2018-08-02 11:00:21 +02:00
gasket_interrupt.c staging: gasket: interrupt: fix function param line continuation style 2018-08-01 20:07:03 +02:00
gasket_interrupt.h staging: gasket: interrupt: fix function param line continuation style 2018-08-01 20:07:03 +02:00
gasket_ioctl.c staging: gasket: remove "reset type" param from framework 2018-08-02 11:00:21 +02:00
gasket_ioctl.h staging: gasket: common ioctl dispatcher add __user annotations 2018-07-21 08:50:36 +02:00
gasket_page_table.c Revert "staging: gasket: page table: hold references to device and pci_dev" 2018-08-01 20:07:03 +02:00
gasket_page_table.h staging: gasket: page table: fix header file include guard symbol 2018-08-01 20:07:03 +02:00
gasket_sysfs.c staging: gasket: sysfs: fix potential null dereference 2018-08-02 08:14:35 +02:00
gasket_sysfs.h staging: gasket: sysfs: fix function param line continuation style 2018-08-01 20:07:02 +02:00
gasket.h staging: gasket: remove "reset type" param from framework 2018-08-02 11:00:21 +02:00
Kconfig staging: gasket: allow compile for ARM64 in Kconfig 2018-07-21 08:50:34 +02:00
Makefile
TODO staging: gasket: TODO: remove entry for multi-line alignment style 2018-08-01 20:07:03 +02:00