/* * linux/sound/wm1250-ev1.h - Platform data for WM1250-EV1 * * Copyright 2011 Wolfson Microelectronics. PLC. * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License version 2 as * published by the Free Software Foundation. */ #ifndef __LINUX_SND_WM1250_EV1_H #define __LINUX_SND_WM1250_EV1_H #define WM1250_EV1_NUM_GPIOS 5 #define WM1250_EV1_GPIO_CLK_ENA 0 #define WM1250_EV1_GPIO_CLK_SEL0 1 #define WM1250_EV1_GPIO_CLK_SEL1 2 #define WM1250_EV1_GPIO_OSR 3 #define WM1250_EV1_GPIO_MASTER 4 struct wm1250_ev1_pdata { int gpios[WM1250_EV1_NUM_GPIOS]; }; #endif index : net-next.git
net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
path: root/include/net
AgeCommit message (Expand)AuthorFilesLines
2017-02-10switchdev: bridge: Offload mc router portsNogah Frankel1-0/+2
2017-02-10switchdev: bridge: Offload multicast disabledNogah Frankel1-0/+2
2017-02-10sched: move tcf_proto_destroy and tcf_destroy_chain helpers into cls_apiJiri Pirko2-2/+2
2017-02-10sched: rename tcf_destroy to tcf_destroy_protoJiri Pirko1-1/+1
2017-02-10ipv4: fib: Add events for FIB replace and appendIdo Schimmel1-1/+2
2017-02-09sctp: implement sender-side procedures for Add Incoming/Outgoing Streams Requ...Xin Long1-0/+2
2017-02-09sctp: add support for generating stream reconf add incoming/outgoing streams ...Xin Long1-0/+3
2017-02-09sctp: implement sender-side procedures for SSN/TSN Reset Request ParameterXin Long1-0/+1
2017-02-09sctp: add support for generating stream reconf ssn/tsn reset request chunkXin Long1-0/+2
2017-02-08ipv4: fib: Notify about nexthop status changesIdo Schimmel1-0/+7
2017-02-08gro_cells: move to net/core/gro_cells.cEric Dumazet1-82/+4
2017-02-07Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller