summaryrefslogtreecommitdiff
path: root/link.h
AgeCommit message (Collapse)AuthorFilesLines
2013-12-18debian: define SPEED_UNKNOWN if missing in linux/ethtool.hJesper Dangaard Brouer1-0/+4
Debian's version of linux/ethtool.h seems to be outdated and does not contain define SPEED_UNKNOWN, fix this by a manual define. Signed-off-by: Jesper Dangaard Brouer <brouer@redhat.com>
2013-06-04link: add link management functionsDaniel Borkmann1-0/+18
Same here as usual, break out link functions from xutils. Signed-off-by: Daniel Borkmann <dborkman@redhat.com>
nie@kernel.org>2016-07-15 11:45:26 +0100 commit2d0cf04ce166581c617f8943a116587a730f40b6 (patch) tree09ddd54669b573f953f7d891cc2254dc4f216cdb /Documentation/devicetree/bindings parent1a695a905c18548062509178b98bc91e67510864 (diff)
regulator: da9210: addition of device tree support
Addition of device tree support for DA9210. Two files are modified, the driver source file and the binding document. Updates for the regulator source file include an .of_match_table entry and node match checking in the probe() function for a compatible da9210 string. Minor binding documentation changes have been made to the title and the example. Tested-by: Steve Twiss <stwiss.opensource@diasemi.com> Signed-off-by: Steve Twiss <stwiss.opensource@diasemi.com> Signed-off-by: Mark Brown <broonie@kernel.org>
Diffstat (limited to 'Documentation/devicetree/bindings')