index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
include
/
net
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2012-11-02
staging: iio: adc: ad7280a.c: fixed macro coding style
Kumar Amit Mehta
1
-1
/
+1
2012-10-31
iio:dac:ad5449: unlock on error path
Dan Carpenter
1
-3
/
+4
2012-10-31
Revert "iio: at91_adc: Use devm_kcalloc to allocate arrays"
Axel Lin
1
-6
/
+10
2012-10-31
staging:iio: Consolidate adt7310 and adt7410 driver
Lars-Peter Clausen
4
-989
/
+364
2012-10-31
Staging: bcm: Remove typedef stLocalSFAddRequestAlt.
Kevin McKinney
1
-13
/
+0
2012-10-31
Staging: bcm: Remove typedef for stLocalSFAddIndicationAlt and call directly.
Kevin McKinney
4
-26
/
+24
2012-10-30
staging: csr: csr_log_configure.h: remove a bunch of function protos
Devendra Naga
1
-87
/
+0
2012-10-30
staging: csr: remove csr_lib.h
Devendra Naga
2
-181
/
+0
2012-10-30
staging: csr: os.c: remove braces around single statement blocks
Devendra Naga
1
-8
/
+4
2012-10-30
staging: csr: os.c: remove col variable
Devendra Naga
1
-4
/
+2
2012-10-30
staging: csr: drv.c: replace spaces with tabs in uf_destroy_device_nodes
Devendra Naga
1
-4
/
+4
2012-10-30
staging: csr: drv.c: replace spaces with tabs
Devendra Naga
1
-27
/
+26
2012-10-30
staging: csr: io.c: replace spaces with tabs
Devendra Naga
1
-43
/
+43
2012-10-30
staging: et131x: Remove unnecessary PHY register write
Mark Einon
2
-19
/
+1
2012-10-30
staging: et131x: Remove unnecessary NULL pointer assignments
Mark Einon
1
-8
/
+6
2012-10-30
staging: et131x: Update TODO list in README
Mark Einon
1
-0
/
+1
2012-10-30
staging: et131x: Refactor nic_rx_pkts() to remove indenting
Mark Einon
1
-113
/
+88
2012-10-30
staging: et131x: Remove duplicate code for fbr[0, 1]
Mark Einon
1
-282
/
+180
2012-10-30
staging: drm/imx: add support for ARCH_MULTIPLATFORM
Rob Clark
1
-1
/
+1
2012-10-30
staging: drm/omap: add support for ARCH_MULTIPLATFORM
Rob Clark
6
-3
/
+16
2012-10-30
staging: drm/omap: remove global drm_device ptr
Rob Clark
1
-4
/
+0
2012-10-30
staging: ced1401: remove useless value cast on kmalloc()
Fengguang Wu
1
-2
/
+1
2012-10-30
staging: drm/omap: only advertise rotation prop if supported
Rob Clark
2
-28
/
+33
2012-10-30
staging: comedi/drivers: use auto_attach instead of attach_pci
Ian Abbott
34
-107
/
+146
2012-10-30
staging: comedi/drivers: use auto_attach instead of attach_usb
Ian Abbott
3
-15
/
+18
2012-10-30
staging: comedi: addi_eeprom: don't pass the eeprom 'type'
H Hartley Sweeten
1
-10
/
+14
2012-10-30
staging: comedi: addi_eeprom: fix remaining checkpatch.pl issues
H Hartley Sweeten
1
-2
/
+3
2012-10-30
staging: comedi: addi_eeprom: cleanup the defines
H Hartley Sweeten
1
-9
/
+9
2012-10-30
staging: comedi: addi_eeprom: reformat driver comment
H Hartley Sweeten
1
-45
/
+29
2012-10-30
staging: comedi: addi_eeprom: cleanup i_EepromReadMainHeader()
H Hartley Sweeten
2
-7
/
+5
2012-10-30
staging: comedi: addi_eeprom: cleanup i_EepromReadTimerHeader()
H Hartley Sweeten
1
-54
/
+36
2012-10-30
staging: comedi: addi_eeprom: cleanup i_EepromReadAnlogInputHeader()
H Hartley Sweeten
1
-64
/
+34
2012-10-30
staging: comedi: addi_eeprom: cleanup i_EepromReadAnlogOutputHeader()
H Hartley Sweeten
1
-27
/
+15
2012-10-30
staging: comedi: addi_eeprom: cleanup i_EepromReadDigitalOutputHeader()
H Hartley Sweeten
1
-22
/
+13
2012-10-30
staging: comedi: addi_eeprom: cleanup i_EepromReadDigitalInputHeader()
H Hartley Sweeten
1
-26
/
+14
2012-10-30
staging: comedi: addi_eeprom: cleanup i_EepromReadMainHeader()
H Hartley Sweeten
1
-52
/
+24
2012-10-30
staging: comedi: addi_eeprom: move the eeprom offset to addi_eeprom_readw()
H Hartley Sweeten
2
-32
/
+27
2012-10-30
staging: comedi: addi_eeprom: cleanup v_EepromReadWord()
H Hartley Sweeten
2
-49
/
+48
2012-10-30
staging: comedi: addi_eeprom: use AMCC_OP_REG_* defines
H Hartley Sweeten
1
-7
/
+7
2012-10-30
staging: comedi: addi_eeprom: factor out the nvram read code
H Hartley Sweeten
1
-49
/
+37
2012-10-30
staging: comedi: addi_eeprom: cleanup v_EepromWaitBusy()
H Hartley Sweeten
1
-23
/
+10
2012-10-30
staging: comedi: addi_eeprom: cleanup v_EepromCs76Read()
H Hartley Sweeten
1
-39
/
+25
2012-10-30
staging: comedi: addi_eeprom: cleanup v_EepromSendCommand76()
H Hartley Sweeten
1
-13
/
+13
2012-10-30
staging: comedi: addi_eeprom: cleanup v_EepromClock76()
H Hartley Sweeten
1
-8
/
+5
2012-10-30
staging: comedi: addi_eeprom: add defines for the 93c76 eeprom bits
H Hartley Sweeten
1
-17
/
+14
2012-10-30
staging: comedi: addi_eeprom: rename 'pc_PCIChipInformation'
H Hartley Sweeten
1
-45
/
+34
2012-10-30
staging: comedi: addi_eeprom: rename 'dw_Address'/'w_PCIBoardEepromAddress'
H Hartley Sweeten
1
-96
/
+88
2012-10-30
staging: comedi: addi_eeprom: remove the last forward declarations
H Hartley Sweeten
1
-10
/
+6
2012-10-30
staging: comedi: addi_eeprom: make the eeprom helper functions static
H Hartley Sweeten
1
-155
/
+142
2012-10-30
staging: comedi: addi_eeprom: make the 93c76 eeprom functions static
H Hartley Sweeten
1
-111
/
+90
[next]