mirror of
https://github.com/Fishwaldo/Star64_linux.git
synced 2025-07-22 23:04:43 +00:00
[PATCH] ps3: add shutdown to virtual uart port driver framework
PS3: Add a shutdown method to the PS3's virtual uart port driver framework Signed-off-by: Geert Uytterhoeven <Geert.Uytterhoeven@sonycom.com> Signed-off-by: Geoff Levand <geoffrey.levand@am.sony.com> Cc: James Simmons <jsimmons@infradead.org> Cc: Benjamin Herrenschmidt <benh@kernel.crashing.org> Cc: Paul Mackerras <paulus@samba.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
This commit is contained in:
parent
5e14ab8b5e
commit
5b8e8ee6c6
2 changed files with 18 additions and 0 deletions
|
@ -30,6 +30,7 @@ struct ps3_vuart_port_driver {
|
|||
struct device_driver core;
|
||||
int (*probe)(struct ps3_vuart_port_device *);
|
||||
int (*remove)(struct ps3_vuart_port_device *);
|
||||
void (*shutdown)(struct ps3_vuart_port_device *);
|
||||
int (*tx_event)(struct ps3_vuart_port_device *dev);
|
||||
int (*rx_event)(struct ps3_vuart_port_device *dev);
|
||||
int (*disconnect_event)(struct ps3_vuart_port_device *dev);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue