/*
 * This header provides macros for the common LEDs device tree bindings.
 *
 * Copyright (C) 2015, Samsung Electronics Co., Ltd.
 *
 * Author: Jacek Anaszewski <j.anaszewski@samsung.com>
 */

#ifndef __DT_BINDINGS_LEDS_H
#define __DT_BINDINGS_LEDS_H

/* External trigger type */
#define LEDS_TRIG_TYPE_EDGE	0
#define LEDS_TRIG_TYPE_LEVEL	1

/* Boost modes */
#define LEDS_BOOST_OFF		0
#define LEDS_BOOST_ADAPTIVE	1
#define LEDS_BOOST_FIXED	2

#endif /* __DT_BINDINGS_LEDS_H */
 title='net-next.git Git repository'/>
</head>
<body>
<div id='cgit'><table id='header'>
<tr>
<td class='logo' rowspan='2'><a href='/cgit.cgi/'><img src='/cgit.png' alt='cgit logo'/></a></td>
<td class='main'><a href='/cgit.cgi/'>index</a> : <a href='/cgit.cgi/linux/net-next.git/'>net-next.git</a></td><td class='form'><form method='get'>
<input type='hidden' name='id' value='adf200f31c000d707e4afe238ed1d1199e0cce7c'/><input type='hidden' name='showmsg' value='1'/><select name='h' onchange='this.form.submit();'>
<option value='emaclite-cleanup'>emaclite-cleanup</option>
<option value='master' selected='selected'>master</option>
<option value='nds-private-remove'>nds-private-remove</option>
<option value='packet-loop-back'>packet-loop-back</option>
<option value='packet-rx-pump-back'>packet-rx-pump-back</option>
</select> <input type='submit' value='switch'/></form></td></tr>
<tr><td class='sub'>net-next plumbings</td><td class='sub right'>Tobias Klauser</td></tr></table>
<table class='tabs'><tr><td>
<a href='/cgit.cgi/linux/net-next.git/'>summary</a><a href='/cgit.cgi/linux/net-next.git/refs/?id=adf200f31c000d707e4afe238ed1d1199e0cce7c'>refs</a><a class='active' href='/cgit.cgi/linux/net-next.git/log/?showmsg=1'>log</a><a href='/cgit.cgi/linux/net-next.git/tree/?id=adf200f31c000d707e4afe238ed1d1199e0cce7c'>tree</a><a href='/cgit.cgi/linux/net-next.git/commit/?id=adf200f31c000d707e4afe238ed1d1199e0cce7c'>commit</a><a href='/cgit.cgi/linux/net-next.git/diff/?id=adf200f31c000d707e4afe238ed1d1199e0cce7c'>diff</a></td><td class='form'><form class='right' method='get' action='/cgit.cgi/linux/net-next.git/log/'>
<input type='hidden' name='id' value='adf200f31c000d707e4afe238ed1d1199e0cce7c'/><input type='hidden' name='showmsg' value='1'/><select name='qt'>
<option value='grep'>log msg</option>
<option value='author'>author</option>
<option value='committer'>committer</option>
<option value='range'>range</option>
</select>
<input class='txt' type='search' size='10' name='q' value=''/>
<input type='submit' value='search'/>
</form>
</td></tr></table>
<div class='content'><table class='list nowrap'><tr class='nohover'><th class='left'>Age</th><th class='left'>Commit message (<a href='/cgit.cgi/linux/net-next.git/log/?id=adf200f31c000d707e4afe238ed1d1199e0cce7c'>Collapse</a>)</th><th class='left'>Author</th><th class='left'>Files</th><th class='left'>Lines</th></tr>
<tr class='logheader'><td><span title='2017-02-10 14:43:00 -0500'>2017-02-10</span></td><td class='logsubject'><a href='/cgit.cgi/linux/net-next.git/commit/?id=adf200f31c000d707e4afe238ed1d1199e0cce7c'>devlink: fix the name of eswitch commands</a></td><td>Jiri Pirko</td><td>2</td><td><span class='deletions'>-11</span>/<span class='insertions'>+17</span></td></tr>
<tr class='nohover-highlight'><td/><td colspan='5' class='logmsg'>
The eswitch_[gs]et command is supposed to be similar to port_[gs]et
command - for multiple eswitch attributes. However, when it was introduced
by 08f4b5918b2d ("net/devlink: Add E-Switch mode control") it was wrongly
named with the word "mode" in it. So fix this now, make the oririnal
enum value existing but obsolete.

Signed-off-by: Jiri Pirko &lt;jiri@mellanox.com&gt;
Signed-off-by: David S. Miller &lt;davem@davemloft.net&gt;


</td></tr>
<tr class='logheader'><td><span title='2017-02-10 14:31:51 -0500'>2017-02-10</span></td><td class='logsubject'><a href='/cgit.cgi/linux/net-next.git/commit/?id=0d2164af2696821b27b04bebd8420b0e881bf44d'>Merge tag 'mac80211-next-for-davem-2017-02-09' of ↵</a></td><td>David S. Miller