index
:
linux
master
linux
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
scripts
/
conmakehash.c
(
unfollow
)
Commit message (
Expand
)
Author
Files
Lines
2013-03-15
staging: comedi: ni_atmio: fix build error due to missing '; '
H Hartley Sweeten
1
-1
/
+1
2013-03-15
Staging: dwc2: remove a kfree(NULL)
Dan Carpenter
1
-1
/
+0
2013-03-15
staging: sep: fix possible memory leak in sep_prepare_input_dma_table()
Wei Yongjun
1
-1
/
+1
2013-03-15
staging: omap-thermal: add documentation for omap_bandgap_validate
Eduardo Valentin
1
-0
/
+8
2013-03-15
staging: omap-thermal: remove TODO entry for exposed APIs
Eduardo Valentin
1
-1
/
+0
2013-03-15
staging: omap-thermal: remove TODO entry suggesting regmap usage
Eduardo Valentin
1
-1
/
+0
2013-03-15
staging: omap-thermal: switch mutex to spinlock inside omap-bandgap
Eduardo Valentin
3
-11
/
+12
2013-03-15
staging: omap-thermal: Add a MAINTAINERS entry for TI bandgap and thermal driver
Eduardo Valentin
1
-0
/
+6
2013-03-15
staging: omap-thermal: change Kconfig dependency method
Eduardo Valentin
2
-2
/
+1
2013-03-15
staging: omap-thermal: document omap_bandgap_build function
Eduardo Valentin
1
-0
/
+9
2013-03-15
staging: omap-thermal: document omap_bandgap_alert_init function
Eduardo Valentin
1
-1
/
+11
2013-03-15
staging: omap-thermal: document omap_bandgap_tshut_init function
Eduardo Valentin
1
-0
/
+12
2013-03-15
staging: omap-thermal: document _omap_bandgap_read_threshold function
Eduardo Valentin
1
-0
/
+12
2013-03-15
staging: omap-thermal: document _omap_bandgap_write_threshold function
Eduardo Valentin
1
-0
/
+13
2013-03-15
staging: omap-thermal: document omap_bandgap_update_alert_threshold function
Eduardo Valentin
1
-0
/
+14
2013-03-15
staging: omap-thermal: document omap_bandgap_force_single_read
Eduardo Valentin
1
-0
/
+8
2013-03-15
staging: omap-thermal: update omap_bandgap_set_continous_mode documentation
Eduardo Valentin
1
-3
/
+6
2013-03-15
staging: omap-thermal: rename enable_continuous_mode
Eduardo Valentin
1
-2
/
+2
2013-03-15
staging: omap-thermal: section of device driver callbacks
Eduardo Valentin
1
-0
/
+2
2013-03-15
staging: omap-thermal: device initialization section
Eduardo Valentin
1
-0
/
+2
2013-03-15
staging: omap-thermal: refactor APIs handling threshold values
Eduardo Valentin
1
-161
/
+117
2013-03-15
staging: omap-thermal: update omap_bandgap_unmask_interrupts documentation
Eduardo Valentin
1
-1
/
+9
2013-03-15
staging: omap-thermal: refactor temp_sensor_unmask_interrupts
Eduardo Valentin
1
-6
/
+8
2013-03-15
staging: omap-thermal: threshold manipulation section
Eduardo Valentin
1
-0
/
+2
2013-03-15
staging: omap-thermal: document omap_bandgap_add_hyst function
Eduardo Valentin
1
-0
/
+10
2013-03-15
staging: omap-thermal: rename add_hyst to omap_bandgap_add_hyst
Eduardo Valentin
1
-16
/
+26
2013-03-15
staging: omap-thermal: add documentation for omap_bandgap_mcelsius_to_adc
Eduardo Valentin
1
-0
/
+10
2013-03-15
staging: omap-thermal: move conv table limits out of sensor data
Eduardo Valentin
4
-35
/
+30
2013-03-15
staging: omap-thermal: rewrite omap_bandgap_mcelsius_to_adc on kernel coding ...
Eduardo Valentin
1
-4
/
+7
2013-03-15
staging: omap-thermal: name temp_to_adc_conversion in a better way
Eduardo Valentin
1
-5
/
+6
2013-03-15
staging: omap-thermal: add documentation for omap_bandgap_adc_to_mcelsius
Eduardo Valentin
1
-0
/
+11
2013-03-15
staging: omap-thermal: rewrite omap_bandgap_adc_to_mcelsius on kernel coding ...
Eduardo Valentin
1
-3
/
+8
2013-03-15
staging: omap-thermal: name adc_to_temp_conversion in a better way
Eduardo Valentin
1
-6
/
+6
2013-03-15
staging: omap-thermal: ADC section
Eduardo Valentin
1
-0
/
+2
2013-03-15
staging: omap-thermal: IRQ handler section
Eduardo Valentin
1
-0
/
+2
2013-03-15
staging: omap-thermal: section of basic helpers
Eduardo Valentin
1
-0
/
+2
2013-03-15
staging: omap-thermal: add a section of register manipulation
Eduardo Valentin
1
-0
/
+2
2013-03-15
staging: omap-thermal: read status only once inside alert IRQ
Eduardo Valentin
1
-5
/
+5
2013-03-15
staging: omap-thermal: remove duplicated code
Eduardo Valentin
1
-1
/
+0
2013-03-15
staging: omap-thermal: update tshut IRQ handler documentation
Eduardo Valentin
1
-1
/
+9
2013-03-15
staging: omap-thermal: update documentation for talert irq handler
Eduardo Valentin
1
-1
/
+11
2013-03-15
staging: omap-thermal: rename talert handler
Eduardo Valentin
1
-2
/
+2
2013-03-15
staging: omap-thermal: add documentation for omap_bandgap_read_temp
Eduardo Valentin
1
-0
/
+10
2013-03-15
staging: omap-thermal: add documentation for omap_bandgap_power
Eduardo Valentin
1
-0
/
+8
2013-03-15
staging: omap-thermal: make a omap_bandgap_power with only one exit point
Eduardo Valentin
1
-1
/
+2
2013-03-15
staging: omap-thermal: add documentation for register access functions
Eduardo Valentin
1
-1
/
+22
2013-03-15
staging: omap-thermal: introduce RMW_BITS macro
Eduardo Valentin
1
-132
/
+46
2013-03-15
staging: omap-thermal: fix error checking
Eduardo Valentin
1
-2
/
+2
2013-03-15
staging: omap-thermal: style cleanup on omap-bandgap.c
Eduardo Valentin
1
-17
/
+15
2013-03-15
staging: omap-thermal: update documentation of omap-bandgap.h
Eduardo Valentin
1
-41
/
+189
[next]