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
Age
Commit message (
Expand
)
Author
Files
Lines
2012-07-07
staging: comedi: ni_670x: fix dereference of an invalid pointer
H Hartley Sweeten
1
-1
/
+6
2012-07-07
staging: comedi: ni_670x: return '0' for successful attach
H Hartley Sweeten
1
-1
/
+1
2012-07-07
staging: comedi: ni_670x: change printk's to cleaned up dev_printk's
H Hartley Sweeten
1
-6
/
+4
2012-07-07
staging: comedi: ni_670x: remove n_ni_670x_boards macro
H Hartley Sweeten
1
-3
/
+1
2012-07-07
staging: comedi: ni_670x: remove thisboard and devpriv macros
H Hartley Sweeten
1
-5
/
+14
2012-07-07
staging: comedi: ni_670x: remove forward declarations
H Hartley Sweeten
1
-99
/
+83
2012-07-07
staging: comedi: ni_670x: use module_comedi_pci_driver
H Hartley Sweeten
1
-57
/
+33
2012-07-07
staging: comedi: adl_pci6208: use the driver_name for the resource name
H Hartley Sweeten
1
-1
/
+1
2012-07-07
staging: comedi: adl_pci6208: cleanup pci6208_attach()
H Hartley Sweeten
1
-3
/
+2
2012-07-07
staging: comedi: adl_pci6208: cleanup pci6208_ao_rinsn()
H Hartley Sweeten
1
-2
/
+2
2012-07-07
staging: comedi: adl_pci6208: cleanup pci6208_ao_winsn()
H Hartley Sweeten
1
-9
/
+12
2012-07-07
staging: comedi: adl_pci6208: fix the ao_readback variable size
H Hartley Sweeten
1
-1
/
+3
2012-07-07
staging: comedi: adl_pci6208: remove unused variable in the private data
H Hartley Sweeten
1
-1
/
+0
2012-07-07
staging: comedi: adl_pci6208: remove some useless comments
H Hartley Sweeten
1
-20
/
+5
2012-07-07
staging: comedi: adl_pci6208: remove the bogus pci devices
H Hartley Sweeten
1
-18
/
+4
2012-07-07
staging: comedi: adl_pci6208: return '0' for successful attach
H Hartley Sweeten
1
-1
/
+1
2012-07-07
staging: comedi: adl_pci6208: add whitespace to the subdev init
H Hartley Sweeten
1
-17
/
+17
2012-07-07
staging: comedi: adl_pci6208: fix the digital i/o subdevice
H Hartley Sweeten
1
-56
/
+50
2012-07-07
staging: comedi: adl_pci6208: consolidate the attach messages
H Hartley Sweeten
1
-3
/
+2
2012-07-07
staging: comedi: adl_pci6208: pass on the error code from comedi_pci_enable
H Hartley Sweeten
1
-9
/
+10
2012-07-07
staging: comedi: adl_pci6208: remove pci6208_pci_setup()
H Hartley Sweeten
1
-27
/
+7
2012-07-07
staging: comedi: adl_pci6208: cleanup pci6208_pci_setup()
H Hartley Sweeten
1
-18
/
+1
2012-07-07
staging: comedi: adl_pci6208: document the register map of the device
H Hartley Sweeten
1
-0
/
+12
2012-07-07
staging: comedi: adl_pci6208: remove the boardinfo 'ao_bits'
H Hartley Sweeten
1
-4
/
+0
2012-07-07
staging: comedi: adl_pci6208: refactor pci6208_find_device()
H Hartley Sweeten
1
-49
/
+32
2012-07-07
staging: comedi: adl_pci6208: remove thisboard and devpriv macros
H Hartley Sweeten
1
-6
/
+10
2012-07-07
staging: comedi: cb_pcidas: fix dac08_write_insn()
H Hartley Sweeten
1
-3
/
+7
2012-07-07
staging: comedi: cb_pcidas: cleanup dac08_write()
H Hartley Sweeten
1
-13
/
+15
2012-07-07
staging: comedi: cb_pcidas: cleanup cb_pcidas_ai_rinsn()
H Hartley Sweeten
1
-19
/
+16
2012-07-07
staging: comedi: cb_pcidas: cleanup cb_pcidas_ao_nofifo_winsn()
H Hartley Sweeten
1
-12
/
+12
2012-07-07
staging: comedi: cb_pcidas: cleanup cb_pcidas_ao_fifo_winsn()
H Hartley Sweeten
1
-16
/
+13
2012-07-07
staging: comedi: cb_pcidas: fix remaining checkpatch.pl issues
H Hartley Sweeten
1
-4
/
+3
2012-07-07
staging: comedi: cb_pcidas: add whitespace to all the #define's
H Hartley Sweeten
1
-70
/
+71
2012-07-07
staging: comedi: cb_pcidas: change dac bit enums into defines
H Hartley Sweeten
1
-13
/
+11
2012-07-07
staging: comedi: cb_pcidas: fix comments in private data struct
H Hartley Sweeten
1
-15
/
+16
2012-07-07
staging: comedi: cb_pcidas: remove 'volatile' on private data variables
H Hartley Sweeten
1
-5
/
+5
2012-07-07
staging: comedi: cb_pcidas: fix comments in *_cmdtest functions
H Hartley Sweeten
1
-20
/
+6
2012-07-07
staging: comedi: cb_pcidas: fix some > 80 char lines
H Hartley Sweeten
1
-7
/
+16
2012-07-07
staging: comedi: cb_pcidas: fix a space before tab issue
H Hartley Sweeten
1
-1
/
+1
2012-07-07
staging: comedi: cb_pcidas: check for failure of subdev_8255_init
H Hartley Sweeten
1
-1
/
+4
2012-07-07
staging: comedi: cb_pcidas: use the driver_name for the resource name
H Hartley Sweeten
1
-2
/
+2
2012-07-07
staging: comedi: cb_pcidas: move the "find pci" dev_printk messages
H Hartley Sweeten
1
-7
/
+6
2012-07-07
staging: comedi: cb_pcidas: cleanup ai_config_insn()
H Hartley Sweeten
1
-20
/
+10
2012-07-07
staging: comedi: cb_pcidas: cleanup the boardinfo 4
H Hartley Sweeten
1
-11
/
+11
2012-07-07
staging: comedi: cb_pcidas: cleanup the boardinfo 3
H Hartley Sweeten
1
-9
/
+0
2012-07-07
staging: comedi: cb_pcidas: cleanup the boardinfo 2
H Hartley Sweeten
1
-20
/
+0
2012-07-07
staging: comedi: cb_pcidas: cleanup the boardinfo 1
H Hartley Sweeten
1
-121
/
+114
2012-07-07
staging: comedi: cb_pcidas: simplify the boardinfo
H Hartley Sweeten
1
-25
/
+16
2012-07-07
staging: comedi: cb_pcidas: remove unused io region size defines
H Hartley Sweeten
1
-6
/
+0
2012-07-07
staging: comedi: cb_pcidas: remove CB_PCIDAS_DEBUG define
H Hartley Sweeten
1
-31
/
+3
[next]