flowtop-libs = -lGeoIP \ -lurcu \ -lnetfilter_conntrack \ $(shell pkg-config --libs ncurses) \ -lpthread \ -lz flowtop-objs = xmalloc.o \ ioops.o \ oui.o \ str.o \ sig.o \ sock.o \ dev.o \ link.o \ hash.o \ dissector_eth.o \ dissector_80211.o \ dissector.o \ proto_none.o \ tprintf.o \ geoip.o \ flowtop.o type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/drivers/staging/greybus
AgeCommit message (Expand)AuthorFilesLines
2016-07-19greybus: module: suppress activation error message for dummy interfacesJohan Hovold1-2/+5
2016-07-19greybus: interface: amend interface registration messageJohan Hovold1-5/+14
2016-07-19greybus: interface: make attributes type dependentJohan Hovold1-0/+47
2016-07-19greybus: interface: partition attribute groupJohan Hovold1-3/+38
2016-07-19greybus: interface: add interface-type attributeJohan Hovold3-0/+34
2016-07-19greybus: arche-platform: Add support for init-off featureVaibhav Hiremath1-14/+16
2016-07-19greybus: connection: drop the svc quiescing operationJohan Hovold4-64/+0
2016-07-19greybus: sdio: add switch voltage operationRui Miguel Silva1-0/+6
2016-07-19greybus: sdio: convert vdd kernel values to greybusRui Miguel Silva1-1/+8
2016-07-19greybus: bootrom: Use "s2l" instead of boot stage in package nameViresh Kumar1-3/+10
2016-07-19greybus: timesync: Bugfix ping should not result in -EAGAINBryan O'Donoghue1-1/+1
2016-07-18greybus: greybus_protocols.h: convert __u32 to __le32Bryan O'Donoghue1-4/+4
2016-07-18greybus: greybus_protocols.h/es2: Ensure __le32 is used not u32Bryan O'Donoghue2-4/+8
2016-07-17greybus: camera: Update CSI config parametersJacopo Mondi