summaryrefslogtreecommitdiffstats
path: root/package/kernel/linux/modules/hwmon.mk
Commit message (Collapse)AuthorAgeFilesLines
* linux/modules: Add SCH5627 Super I/O chipsLucian Cristian2016-08-031-0/+16
| | | | Signed-off-by: Lucian Cristian <lucian.cristian@gmail.com>
* kernel: Build it87 hardware monitor moduleDaniel Dickinson2016-05-181-0/+14
| | | | | | | | Add packaging of it87 hardware monitor kernel module. It is a common thermal and voltage monitor that is in many x86 (at least) devices, and is just another i2c hwmon module. Signed-off-by: Daniel Dickinson <lede@daniel.thecshore.com>
* modules: hwmon: package driver for INA209 power monitorDaniel Golle2016-05-161-0/+15
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* modules: hwmon: package driver for LTC4151 current sensorDaniel Golle2016-05-161-0/+14
| | | | Signed-off-by: Daniel Golle <daniel@makrotopia.org>
* build: remove leftover dependenices on TARGET_rdcFelix Fietkau2016-05-121-1/+1
| | | | Signed-off-by: Felix Fietkau <nbd@nbd.name>
* kernel: make kmod-thermal dependency conditional to match upstream kernel ↵Felix Fietkau2015-12-231-1/+1
| | | | | | | | module configuration dependency for hwmon-pwmfan Signed-off-by: Sebastian Careba <nitroshift@yahoo.com> SVN-Revision: 47968
* kernel: make kmod-thermal dependency conditional to match upstream kernel ↵Felix Fietkau2015-12-221-1/+1
| | | | | | | | module configuration dependency Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47961
* kernel: make kmod-gpiofan depend on kmod-thermal to fix build errorsFelix Fietkau2015-12-221-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 47960
* package: kernel: update dependencies for 4.4Jonas Gorski2015-12-021-1/+1
| | | | | | | | | Update dependencies for linux 4.4 and mark as broken where source code needs updating. Signed-off-by: Jonas Gorski <jogo@openwrt.org> SVN-Revision: 47700
* kernel: fix kmod-k10temp target dependenciesJo-Philipp Wich2015-05-291-1/+1
| | | | | | Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 45825
* kernel: remove kernel module checks/dependencies for 3.14Felix Fietkau2015-04-111-1/+0
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45377
* kernel: drop obsolete linux 3.10 related dependencies/checksFelix Fietkau2015-04-101-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 45361
* kernel: remove obsolete kernel version dependenciesFelix Fietkau2015-03-191-7/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44892
* kernel: fix typo in hwmon.mk (#18813)Felix Fietkau2015-01-251-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44120
* kernel: eliminate a few kernel_patchver_*/CompareKernelPatchVer callsFelix Fietkau2015-01-241-1/+1
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44114
* build: drop obsolete kernel version dependenciesFelix Fietkau2015-01-241-2/+2
| | | | | | Signed-off-by: Felix Fietkau <nbd@openwrt.org> SVN-Revision: 44110
* pwm support can't be compiled as a moduleImre Kaloz2015-01-121-1/+1
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 43947
* kernel/hwmon: package pwm-fan kernel moduleFelix Fietkau2015-01-051-0/+16
| | | | | | | | pwm-fan was introduced in kernel 3.18 Signed-off-by: Daniel Golle <daniel@makrotopia.org> SVN-Revision: 43843
* linux: add kmod-hwmon-k10tempJo-Philipp Wich2014-10-221-0/+16
| | | | | | | | | This module is required to read the CPU core temperature sensors on the Alix APU board. Signed-off-by: Jo-Philipp Wich <jow@openwrt.org> SVN-Revision: 43027
* modules: fix typo in package description defineZoltan Herpai2014-09-211-4/+4
| | | | | | Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu> SVN-Revision: 42633
* kernel: make hwmon-lm75 only depend on kmod-thermal if neededHauke Mehrtens2014-09-141-1/+1
| | | | | | | | This fixes commit r42529 and closes #17855. Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 42531
* kernel: make kmod-hwmon-lm75 depend on kmod-thermalHauke Mehrtens2014-09-131-1/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 42529
* package the gpio-fan moduleImre Kaloz2014-06-201-0/+16
| | | | | | Signed-off-by: Imre Kaloz <kaloz@openwrt.org> SVN-Revision: 41289
* package the TI TMP421 driverImre Kaloz2014-06-171-1/+15
| | | | SVN-Revision: 41231
* package/kernel: add hwmon driver for ADT7410Gabor Juhos2013-09-251-0/+25
| | | | | | | | | | | Add support for the ADT7410 hwmon driver, a high precision I2C temperature sensor. Signed-off-by: Hartmut Knaack <knaack.h@gmx.de> [juhosg: update subject, reformat commit message] Signed-off-by: Gabor Juhos <juhosg@openwrt.org> SVN-Revision: 38186
* kernel: make most modules use AutoProbeJohn Crispin2013-09-171-12/+11
| | | | | | | | now that we have modprobe we can set more than half of the modules to AutoProbe Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 38021
* kernel: gsc depends on kmod-i2c-coreLuka Perkov2013-09-121-3/+3
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37960
* kernel: allow hwmon GSC driver for all targetsLuka Perkov2013-09-101-0/+15
| | | | | | | | | - enable using hwmon GSC driver on all targets - add a kmod package for it Signed-off-by: Tim Harvey <tharvey@gateworks.com> SVN-Revision: 37933
* kernel: be consistent with formatting styleLuka Perkov2013-07-261-2/+2
| | | | | | Signed-off-by: Luka Perkov <luka@openwrt.org> SVN-Revision: 37545
* brcm47xx: do not load the kernel modules needed for Ethernet manuallyHauke Mehrtens2013-07-141-1/+1
| | | | | | | add the boot flag to make the kernel modules needed for Ethernet and diag load on startup. SVN-Revision: 37284
* packages: clean up the package folderJohn Crispin2013-06-211-0/+221
Signed-off-by: John Crispin <blogic@openwrt.org> SVN-Revision: 37007