gpio: remove legacy read/write API functions
The last external reference to these was removed when the pin write/read functions were deprecated. Remove the syscall support, API function table entries, and implementation from all drivers. Signed-off-by: Peter Bigot <peter.bigot@nordicsemi.no>
This commit is contained in:
parent
1947481cce
commit
1f9beb193f
26 changed files with 0 additions and 1210 deletions
|
@ -552,10 +552,6 @@ enum gpio_int_trig {
|
|||
|
||||
struct gpio_driver_api {
|
||||
int (*config)(struct device *port, int access_op, u32_t pin, int flags);
|
||||
int (*write)(struct device *port, int access_op, u32_t pin,
|
||||
u32_t value);
|
||||
int (*read)(struct device *port, int access_op, u32_t pin,
|
||||
u32_t *value);
|
||||
int (*port_get_raw)(struct device *port, gpio_port_value_t *value);
|
||||
int (*port_set_masked_raw)(struct device *port, gpio_port_pins_t mask,
|
||||
gpio_port_value_t value);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue