aboutsummaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2017-11-04hwmon: (aspeed-pwm-tacho) Sort headersJoel1-3/+3
2017-11-01hwmon: (xgene) Minor clean up of ifdef and acpi_match_table referencehotran1-4/+3
2017-10-29hwmon: (max6621) Inverted if condition in max6621_read()Dan Carpenter1-1/+1
2017-10-29hwmon: (asc7621) remove redundant assignment to newvalColin Ian King1-1/+0
2017-10-29hwmon: (xgene) Support hwmon v2hotran1-9/+31
2017-10-29hwmon: (gpio-fan) Fix null pointer dereference at probeMiquel Raynal1-1/+1
2017-10-29hwmon: (gpio-fan) Convert to use GPIO descriptorsLinus Walleij1-56/+32
2017-10-29hwmon: (gpio-fan) Rename GPIO line state variablesLinus Walleij1-25/+26
2017-10-29hwmon: (gpio-fan) Get rid of the gpio alarm structLinus Walleij1-26/+12
2017-10-29hwmon: (gpio-fan) Get rid of platform data structLinus Walleij1-58/+30
2017-10-29hwmon: (gpio-fan) Mandate OF_GPIO and cut pdata pathLinus Walleij2-26/+11
2017-10-29hwmon: (gpio-fan) Send around device pointerLinus Walleij1-10/+10
2017-10-29hwmon: (gpio-fan) Localize platform dataLinus Walleij2-37/+22
2017-10-29hwmon: (gpio-fan) Use local variable pointersLinus Walleij1-7/+9
2017-10-29hwmon: (gpio-fan) Move DT bindings to the right placeLinus Walleij1-0/+0
2017-10-29Documentation: devicetree: add max6621 deviceVadim Pasternak1-0/+1
2017-10-29hwmon: (max6621) Add support for Maxim MAX6621 temperature sensorVadim Pasternak3-0/+608
2017-10-29hwmon: (w83793) make const array watchdog_minors static, reduces object code sizeColin Ian King1-1/+3
2017-10-29hwmon: (aspeed-pwm-tacho) increase fan tach periodPatrick Venture1-1/+1
2017-10-29hwmon: (max1619) Add dt bindingAlan Tull1-0/+10
2017-10-29dt-bindings: hwmon: add compatible for max1619Alan Tull1-0/+12
2017-10-29hwmon: (sht15) remove redundant check on status and send of status valueColin Ian King1-8/+0
2017-10-29hwmon: (sht15) Root out platform dataLinus Walleij4-160/+65
2017-10-29hwmon: (k10temp) Add support for temperature offsetsGuenter Roeck1-0/+30
2017-10-29hwmon: (k10temp) Add support for family 17hGuenter Roeck1-0/+16
2017-10-29hwmon: (k10temp) Move chip specific code into probe functionGuenter Roeck1-17/+45
2017-10-29hwmon: (stts751) Fix buffer size passed to snprintfJean Delvare1-9/+9
2017-10-29hwmon: (pmbus/core) Prevent unintentional setting of page to 0xFFEdward A. James2-17/+14
2017-10-29Linux 4.14-rc7Linus Torvalds1-1/+1
2017-10-29Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netLinus Torvalds78-361/+1021
2017-10-29Merge branch 'net_sched-fix-races-with-RCU-callbacks'David S. Miller19-57/+367
2017-10-29selftests: Introduce a new test case to tc testsuiteChris Mi3-5/+40
2017-10-29selftests: Introduce a new script to generate tc batch fileChris Mi1-0/+62
2017-10-29net_sched: fix call_rcu() race on act_sample module removalCong Wang1-0/+1
2017-10-29net_sched: add rtnl assertion to tcf_exts_destroy()Cong Wang1-0/+1
2017-10-29net_sched: use tcf_queue_work() in tcindex filterCong Wang1-5/+33
2017-10-29net_sched: use tcf_queue_work() in rsvp filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in route filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in u32 filterCong Wang1-3/+26
2017-10-29net_sched: use tcf_queue_work() in matchall filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in fw filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in flower filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in flow filterCong Wang1-3/+16
2017-10-29net_sched: use tcf_queue_work() in cgroup filterCong Wang1-4/+18
2017-10-29net_sched: use tcf_queue_work() in bpf filterCong Wang1-2/+17
2017-10-29net_sched: use tcf_queue_work() in basic filterCong Wang1-3/+17
2017-10-29net_sched: introduce a workqueue for RCU callbacks of tc filterCong Wang3-17/+56
2017-10-29Merge branch 'sctp-endianness-fixes'David S. Miller10-50/+59
2017-10-29sctp: fix some type cast warnings introduced since very beginningXin Long5-7/+7
2017-10-29sctp: fix a type cast warnings that causes a_rwnd gets the wrong valueXin Long1-2/+2