index
:
linux.git
cached
cdir_v2
cfid-fixes
cfid-fixes-2025-09-12
cfid-fixes-rebase
cfid-fixes-v2
cfid-fixes-v3
cfid-fixes-v3-2
cifs
cpu_affinity
data_corruption_v6.x
fix-paths-case
hc-hw24-test
hw24
hw24-hc
hw24-hc-wip
master
multichannel-fixes
multichannel-fixes-v2
multichannel-fixes-v3
plk
sambaXP-2025
smb-compression-async
smb-compression-lsfmm
smb-compression-splice
smb-compression-upstream
xattr
Clone of https://git.kernel.org/pub/scm/linux/kernel/git/stable/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
omap-thermal
/
omap-bandgap.c
Age
Commit message (
Expand
)
Author
Files
Lines
2013-03-25
staging: rename omap-thermal driver to ti-soc-thermal
Eduardo Valentin
1
-1298
/
+0
2013-03-25
staging: omap-thermal: rename bg_ptr to bgp
Eduardo Valentin
1
-282
/
+280
2013-03-25
staging: omap-thermal: fix return value
Eduardo Valentin
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: switch mutex to spinlock inside omap-bandgap
Eduardo Valentin
1
-8
/
+10
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
1
-21
/
+18
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: style cleanup on omap-bandgap.c
Eduardo Valentin
1
-17
/
+15
2013-03-11
staging: omap-thermal: update clock prepare count
Eduardo Valentin
1
-5
/
+5
2013-03-11
staging: omap-thermal: Remove double conv_table reference
Eduardo Valentin
1
-4
/
+4
2013-03-11
staging: omap-thermal: introduze FREEZE_BIT feature
Eduardo Valentin
1
-16
/
+44
2013-03-11
staging: omap-thermal: introduce clock feature flag
Radhesh Fadnis
1
-5
/
+13
2013-03-11
staging: omap-thermal: Add print when TSHUT temperature reached
Ruslan Ruslichenko
1
-0
/
+3
2013-02-21
Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/...
Linus Torvalds
1
-2
/
+0
[next]