/* * This header provides constants for I2C bindings * * Copyright (C) 2015 by Sang Engineering * Copyright (C) 2015 by Renesas Electronics Corporation * * Wolfram Sang * * GPLv2 only */ #ifndef _DT_BINDINGS_I2C_I2C_H #define _DT_BINDINGS_I2C_I2C_H #define I2C_TEN_BIT_ADDRESS (1 << 31) #define I2C_OWN_SLAVE_ADDRESS (1 << 30) #endif /net-next.git' title='net-next.git Git repository'/>
summaryrefslogtreecommitdiff
path: root/net/dsa
AgeCommit message (Expand)AuthorFilesLines
2017-02-06net: dsa: introduce bridge notifierVivien Didelot2-11/+61
2017-02-06net: dsa: add switch notifierVivien Didelot5-0/+70
2017-02-06net: dsa: change state setter scopeVivien Didelot1-6/+9
2017-02-06net: dsa: rollback bridging on errorVivien Didelot1-1/+13
2017-02-06net: dsa: simplify netdevice events handlingVivien Didelot1-28/+16
2017-02-06net: dsa: move netdevice notifier registrationVivien Didelot3-10/+26