index
:
BMC/Intel-BMC/linux.git
dev
dev-4.10
dev-4.13
dev-4.17
dev-4.18
dev-4.19
dev-4.3
dev-4.4
dev-4.6
dev-4.7
dev-5.0
dev-5.1
dev-5.10-intel
dev-5.10.46-intel
dev-5.10.49-intel
dev-5.14-intel
dev-5.15-intel
dev-5.2
dev-5.3
dev-5.4
dev-5.7
dev-5.8
dev-5.8-intel
master
Intel OpenBMC Linux kernel source tree (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
Age
Commit message (
Expand
)
Author
Files
Lines
2009-12-09
hwmon: Clean up detect functions
Jean Delvare
29
-714
/
+393
2009-12-09
hwmon: (w83l785ts) Clean up detect function
Jean Delvare
1
-47
/
+23
2009-12-09
hwmon: (w83792d) Clean up detect function
Jean Delvare
1
-43
/
+18
2009-12-09
hwmon: (w83791d) Clean up detect function
Jean Delvare
1
-42
/
+18
2009-12-09
hwmon: (w83781d) Clean up detect function
Jean Delvare
1
-78
/
+53
2009-12-09
hwmon: (tmp401/tmp421) Clean up detect functions
Jean Delvare
2
-53
/
+47
2009-12-09
hwmon: (lm90) Clean up detect function
Jean Delvare
1
-132
/
+96
2009-12-09
hwmon: (lm85) Clean up detect function
Jean Delvare
1
-92
/
+65
2009-12-09
hwmon: (lm83) Clean up detect function
Jean Delvare
1
-55
/
+26
2009-12-09
hwmon: (lm77) Clean up detect function
Jean Delvare
1
-41
/
+39
2009-12-09
hwmon: (adm1025) Clean up detect function
Jean Delvare
1
-53
/
+20
2009-12-09
hwmon: (adm1021) Clean up detect function
Jean Delvare
1
-51
/
+25
2009-12-09
hwmon: New driver for the National Semiconductor LM73
Adrien Demarez
3
-0
/
+215
2009-12-09
hwmon: (w83627hf) Stop using globals for I/O port numbers
Jean Delvare
1
-43
/
+42
2009-12-09
hwmon: (w83627hf) Drop the force_addr module parameter
Jean Delvare
1
-11
/
+0
2009-12-09
hwmon: (it87) Check for fan2 and fan3 availability
Jean Delvare
1
-3
/
+24
2009-12-09
hwmon: (it87) Verify the VID pin usage
Jean Delvare
1
-4
/
+16
2009-12-09
hwmon: (s3c-hwmon) Fix build error
Ben Dooks
1
-2
/
+2
2009-12-09
Merge branch 'bkl-drivers-for-linus' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
16
-98
/
+52
2009-12-09
Merge branch 'timers-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
1
-0
/
+1
2009-12-09
Merge branch 'timers-for-linus-hpet' of git://git.kernel.org/pub/scm/linux/ke...
Linus Torvalds
2
-4
/
+92
2009-12-09
i2c-pnx: Map I2C adapter number to platform ID number
Kevin Wells
1
-1
/
+2
2009-12-09
i2c-omap: OMAP3: PM: (re)init for every transfer to support off-mode
Rajendra Nayak
1
-23
/
+41
2009-12-09
i2c-designware: i2c_dw_handle_tx_abort: Use dev_dbg() for NOACK cases
Shinya Kuribayashi
1
-2
/
+7
2009-12-09
i2c-designware: Cosmetic cleanups
Shinya Kuribayashi
1
-13
/
+14
2009-12-09
i2c-designware: Tx abort cleanups
Shinya Kuribayashi
1
-7
/
+40
2009-12-09
i2c-designware: Skip RX_FULL and TX_EMPTY bits on tx abort errors
Shinya Kuribayashi
1
-0
/
+8
2009-12-09
i2c-designware: i2c_dw_xfer_msg: Fix error handling procedures
Shinya Kuribayashi
1
-4
/
+11
2009-12-09
i2c-designware: Disable TX_EMPTY when all i2c_msg msgs has been processed
Shinya Kuribayashi
1
-3
/
+8
2009-12-09
i2c-designware: Process all i2c_msg messages in the interrupt handler
Shinya Kuribayashi
1
-9
/
+17
2009-12-09
i2c-designware: i2c_dw_read: Remove redundant target address checker
Shinya Kuribayashi
1
-5
/
+0
2009-12-09
i2c-designware: i2c_dw_func: Set I2C_FUNC_SMBUS_foo bits
Shinya Kuribayashi
1
-1
/
+6
2009-12-09
i2c-designware: Initialize byte count variables just prior to being used
Shinya Kuribayashi
1
-3
/
+7
2009-12-09
i2c-designware: i2c_dw_xfer_msg: Introduce a local "buf" pointer
Shinya Kuribayashi
1
-3
/
+4
2009-12-09
i2c-designware: Divide i2c_dw_xfer_msg into two functions
Shinya Kuribayashi
1
-20
/
+25
2009-12-09
i2c-designware: Enable RX_FULL interrupt
Shinya Kuribayashi
1
-3
/
+4
2009-12-09
i2c-designware: Set Tx/Rx FIFO threshold levels
Shinya Kuribayashi
1
-0
/
+6
2009-12-09
i2c-designware: Process i2c_msg messages in the interrupt handler
Shinya Kuribayashi
1
-25
/
+14
2009-12-09
i2c-designware: i2c_dw_xfer_msg: Fix i2c_msg search bug
Shinya Kuribayashi
1
-8
/
+12
2009-12-09
i2c-designware: Improved _HCNT/_LCNT calculation
Shinya Kuribayashi
1
-9
/
+84
2009-12-09
i2c-designware: Remove an useless local variable "num"
Shinya Kuribayashi
1
-4
/
+2
2009-12-09
i2c-designware: i2c_dw_xfer_msg: Use "struct dw_i2c_dev" pointer
Shinya Kuribayashi
1
-4
/
+3
2009-12-09
i2c-designware: i2c_dw_read: Use "struct dw_i2c_dev" pointer
Shinya Kuribayashi
1
-4
/
+3
2009-12-09
i2c-designware: Use platform_get_irq helper
Shinya Kuribayashi
1
-6
/
+6
2009-12-09
i2c-designware: Don't use the IC_CLR_INTR register to clear interrupts
Shinya Kuribayashi
1
-5
/
+79
2009-12-09
i2c-designware: Consolidate to use 32-bit word accesses
Shinya Kuribayashi
1
-38
/
+38
2009-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/herbert/crypto-2.6
Linus Torvalds
2
-94
/
+92
2009-12-09
Merge git://git.kernel.org/pub/scm/linux/kernel/git/wim/linux-2.6-watchdog
Linus Torvalds
2
-45
/
+112
2009-12-09
Merge branch 'x86-xen-for-linus' of git://git.kernel.org/pub/scm/linux/kernel...
Linus Torvalds
1
-1
/
+1
2009-12-09
Merge branch 'x86-setup-for-linus' of git://git.kernel.org/pub/scm/linux/kern...
Linus Torvalds
2
-1
/
+15
[prev]
[next]