Commit Graph

174467 Commits (ed1db3ada189c9af592c4d2971b22b482b68aafe)
 

Author SHA1 Message Date
Jean Delvare dbe73c8f45 hwmon: (tmp401/tmp421) Clean up detect functions 15 years ago
Jean Delvare 8f2fa77c53 hwmon: (lm90) Clean up detect function 15 years ago
Jean Delvare d42a2eb5ad hwmon: (lm85) Clean up detect function 15 years ago
Jean Delvare b57dc3940a hwmon: (lm83) Clean up detect function 15 years ago
Jean Delvare 747d9bedc3 hwmon: (lm77) Clean up detect function 15 years ago
Jean Delvare 9560672369 hwmon: (adm1025) Clean up detect function 15 years ago
Jean Delvare 8007ea35ef hwmon: (adm1021) Clean up detect function 15 years ago
Adrien Demarez 4e233cbed2 hwmon: New driver for the National Semiconductor LM73 15 years ago
Jean Delvare b72656dbc4 hwmon: (w83627hf) Stop using globals for I/O port numbers 15 years ago
Jean Delvare 8918023d40 hwmon: (w83627hf) Drop the force_addr module parameter 15 years ago
Jean Delvare 591ec6509e hwmon: (it87) Check for fan2 and fan3 availability 15 years ago
Jean Delvare 895ff26768 hwmon: (it87) Verify the VID pin usage 15 years ago
Jean Delvare f7290e24e3 hwmon: Clarify autopwm trip points documentation 15 years ago
Jean Delvare 047f4ec294 MAINTAINERS: Add missing hwmon files 15 years ago
Ben Dooks 6d905e67cf hwmon: (s3c-hwmon) Fix build error 15 years ago
Takashi Iwai 84194883bc Merge branch 'topic/asoc' into for-linus 15 years ago
Takashi Iwai 8a7469064b Merge branch 'topic/hda' into for-linus 15 years ago
Linus Torvalds 2588465bad Merge branch 'bkl-arch-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
Linus Torvalds 18821b0408 Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
Linus Torvalds 3b8ecd2244 Merge branch 'bkl-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
Linus Torvalds a9280fed38 Merge branch 'reiserfs/kill-bkl' of git://git.kernel.org/pub/scm/linux/kernel/git/frederic/random-tracing 15 years ago
Jaroslav Kysela 482e46d4b7 ALSA: ice1724 - aureon - modify WM8770 Master & DAC volume 15 years ago
David Santinoli 7aee674665 ALSA: hda/realtek: quirk for D945GCLF2 mainboard 15 years ago
Jaroslav Kysela 396087eaea ALSA: hda - Terradici HDA controllers does not support 64-bit mode 15 years ago
Alexey Fisher 11caa3bfdf ALSA: document: Add direct git link to grub hda-analyzer 15 years ago
Linus Torvalds 2b876f95d0 Merge branches 'timers-for-linus-ntp' and 'irq-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
Linus Torvalds fbf07eac7b Merge branch 'timers-for-linus-urgent' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
Linus Torvalds 60d8ce2cd6 Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
Linus Torvalds 849e8dea09 Merge branch 'timers-for-linus-hpet' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/linux-2.6-tip 15 years ago
Kevin Wells 155a49319f i2c-pnx: Map I2C adapter number to platform ID number 15 years ago
Rajendra Nayak ef871432e1 i2c-omap: OMAP3: PM: (re)init for every transfer to support off-mode 15 years ago
Shinya Kuribayashi 6d1ea0f6af i2c-designware: i2c_dw_handle_tx_abort: Use dev_dbg() for NOACK cases 15 years ago
Shinya Kuribayashi a0e06ea64c i2c-designware: Cosmetic cleanups 15 years ago
Shinya Kuribayashi ce6eb574a1 i2c-designware: Tx abort cleanups 15 years ago
Shinya Kuribayashi 597fe310f1 i2c-designware: Skip RX_FULL and TX_EMPTY bits on tx abort errors 15 years ago
Shinya Kuribayashi 8f588e40c7 i2c-designware: i2c_dw_xfer_msg: Fix error handling procedures 15 years ago
Shinya Kuribayashi 69151e532c i2c-designware: Disable TX_EMPTY when all i2c_msg msgs has been processed 15 years ago
Shinya Kuribayashi 201d6a70b7 i2c-designware: Process all i2c_msg messages in the interrupt handler 15 years ago
Shinya Kuribayashi 41c4e35037 i2c-designware: i2c_dw_read: Remove redundant target address checker 15 years ago
Shinya Kuribayashi 52d7e430cf i2c-designware: i2c_dw_func: Set I2C_FUNC_SMBUS_foo bits 15 years ago
Shinya Kuribayashi ae72222d03 i2c-designware: Initialize byte count variables just prior to being used 15 years ago
Shinya Kuribayashi 26ea15b1f5 i2c-designware: i2c_dw_xfer_msg: Introduce a local "buf" pointer 15 years ago
Shinya Kuribayashi 81e798b73a i2c-designware: Divide i2c_dw_xfer_msg into two functions 15 years ago
Shinya Kuribayashi 21a89d4101 i2c-designware: Enable RX_FULL interrupt 15 years ago
Shinya Kuribayashi 4cb6d1d6da i2c-designware: Set Tx/Rx FIFO threshold levels 15 years ago
Shinya Kuribayashi 0774539948 i2c-designware: Process i2c_msg messages in the interrupt handler 15 years ago
Shinya Kuribayashi c70c5cd374 i2c-designware: i2c_dw_xfer_msg: Fix i2c_msg search bug 15 years ago
Shinya Kuribayashi d60c7e81dd i2c-designware: Improved _HCNT/_LCNT calculation 15 years ago
Shinya Kuribayashi 6d2ea4875f i2c-designware: Remove an useless local variable "num" 15 years ago
Shinya Kuribayashi e77cf23251 i2c-designware: i2c_dw_xfer_msg: Use "struct dw_i2c_dev" pointer 15 years ago