Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-4.9
/
0f689a33ad17845363acdc6d52783befd6ad116c
/
drivers
/
thermal
/
ti-soc-thermal
/
ti-bandgap.c
5204f8c
thermal: ti-soc-thermal: Use SIMPLE_DEV_PM_OPS macro
by Jingoo Han
· 11 years ago
e838ff8
thermal: ti-soc-thermal: Ensure to compute thermal trend
by Ranganath Krishnan
· 11 years ago
57d1617
thermal: ti-soc-thermal: use standard GPIO DT bindings
by Eduardo Valentin
· 11 years ago
25870e6
thermal: ti-soc-thermal: add dra752 chip to device table
by Eduardo Valentin
· 12 years ago
0c12b5a
thermal: ti-soc-thermal: remove usage of IS_ERR_OR_NULL
by Eduardo Valentin
· 12 years ago
ba0049e
thermal: ti-soc-thermal: freeze FSM while computing trend
by Eduardo Valentin
· 11 years ago
eb98200
thermal: introduce TI SoC thermal driver
by Eduardo Valentin
· 12 years ago
[Renamed from drivers/staging/ti-soc-thermal/ti-bandgap.c]
262235b
staging: ti-soc-thermal: fix device removal
by Eduardo Valentin
· 12 years ago
f155333
staging: ti-soc-thermal: defer probe if cpufreq is not ready
by Eduardo Valentin
· 12 years ago
2f440b0
staging: ti-soc-thermal:Introduce ti_bandgap_get_trend function for OMAP5
by J Keerthy
· 12 years ago
58bccd0
staging: ti-soc-thermal: Modify update_interval r/w functions to incorporate the OMAP5 feature of COUNTER_DELAY.
by J Keerthy
· 12 years ago
169e8d0
staging: ti-soc-thermal: remove kernel-doc warnings reported with -v
by Nishanth Menon
· 12 years ago
422a306
staging: ti-soc-thermal: return error in case power switch is not supported
by Eduardo Valentin
· 12 years ago
d52361c
staging: ti-soc-thermal: propagate error code
by Eduardo Valentin
· 12 years ago
0fb3c24
staging: ti-soc-thermal: fix bitfield writing while updating thresholds
by Eduardo Valentin
· 12 years ago
f5d43b7
staging: ti-soc-thermal: fix condition to apply hyst
by Eduardo Valentin
· 12 years ago
61603af
staging: ti-soc-thermal: fix several kernel-doc warnings and error
by Eduardo Valentin
· 12 years ago
f684356
stating: ti-soc-thermal: use sizeof(*pointer) while allocating
by Eduardo Valentin
· 12 years ago
9879b2c
staging: ti-soc-thermal: split writable data from readonly data
by Eduardo Valentin
· 12 years ago
2f8ec2a
staging: ti-soc-thermal: make unexported functions local
by Eduardo Valentin
· 12 years ago
03e859d
staging: ti-soc-thermal: rename symbols to use better prefix
by Eduardo Valentin
· 12 years ago
7372add
staging: rename omap-thermal driver to ti-soc-thermal
by Eduardo Valentin
· 12 years ago
[Renamed (99%) from drivers/staging/omap-thermal/omap-bandgap.c]
d7f080e
staging: omap-thermal: rename bg_ptr to bgp
by Eduardo Valentin
· 12 years ago
648b4c6
staging: omap-thermal: fix return value
by Eduardo Valentin
· 12 years ago
e72b7bb
staging: omap-thermal: add documentation for omap_bandgap_validate
by Eduardo Valentin
· 12 years ago
ebf0bd5
staging: omap-thermal: switch mutex to spinlock inside omap-bandgap
by Eduardo Valentin
· 12 years ago
e9b6f8c
staging: omap-thermal: document omap_bandgap_build function
by Eduardo Valentin
· 12 years ago
094b8ac
staging: omap-thermal: document omap_bandgap_alert_init function
by Eduardo Valentin
· 12 years ago
d3790b3
staging: omap-thermal: document omap_bandgap_tshut_init function
by Eduardo Valentin
· 12 years ago
7a681a5
staging: omap-thermal: document _omap_bandgap_read_threshold function
by Eduardo Valentin
· 12 years ago
9efa93b
staging: omap-thermal: document _omap_bandgap_write_threshold function
by Eduardo Valentin
· 12 years ago
38d99e8
staging: omap-thermal: document omap_bandgap_update_alert_threshold function
by Eduardo Valentin
· 12 years ago
31102a7
staging: omap-thermal: document omap_bandgap_force_single_read
by Eduardo Valentin
· 12 years ago
a84b6f4
staging: omap-thermal: update omap_bandgap_set_continous_mode documentation
by Eduardo Valentin
· 12 years ago
37bf871
staging: omap-thermal: rename enable_continuous_mode
by Eduardo Valentin
· 12 years ago
f91ddfe
staging: omap-thermal: section of device driver callbacks
by Eduardo Valentin
· 12 years ago
e195aba
staging: omap-thermal: device initialization section
by Eduardo Valentin
· 12 years ago
56f132f
staging: omap-thermal: refactor APIs handling threshold values
by Eduardo Valentin
· 12 years ago
f47f6d3
staging: omap-thermal: update omap_bandgap_unmask_interrupts documentation
by Eduardo Valentin
· 12 years ago
9102168
staging: omap-thermal: refactor temp_sensor_unmask_interrupts
by Eduardo Valentin
· 12 years ago
f8ccce2
staging: omap-thermal: threshold manipulation section
by Eduardo Valentin
· 12 years ago
8a1cefe
staging: omap-thermal: document omap_bandgap_add_hyst function
by Eduardo Valentin
· 12 years ago
0f0ed7d
staging: omap-thermal: rename add_hyst to omap_bandgap_add_hyst
by Eduardo Valentin
· 12 years ago
e7f60b5
staging: omap-thermal: add documentation for omap_bandgap_mcelsius_to_adc
by Eduardo Valentin
· 12 years ago
26a70ed
staging: omap-thermal: move conv table limits out of sensor data
by Eduardo Valentin
· 12 years ago
a619477
staging: omap-thermal: rewrite omap_bandgap_mcelsius_to_adc on kernel coding style
by Eduardo Valentin
· 12 years ago
e16f072
staging: omap-thermal: name temp_to_adc_conversion in a better way
by Eduardo Valentin
· 12 years ago
2577e93
staging: omap-thermal: add documentation for omap_bandgap_adc_to_mcelsius
by Eduardo Valentin
· 12 years ago
2047059
staging: omap-thermal: rewrite omap_bandgap_adc_to_mcelsius on kernel coding style
by Eduardo Valentin
· 12 years ago
bf7a979
staging: omap-thermal: name adc_to_temp_conversion in a better way
by Eduardo Valentin
· 12 years ago
2f6af4b
staging: omap-thermal: ADC section
by Eduardo Valentin
· 12 years ago
fb65b88
staging: omap-thermal: IRQ handler section
by Eduardo Valentin
· 12 years ago
6ab5240
staging: omap-thermal: section of basic helpers
by Eduardo Valentin
· 12 years ago
8abbe71
staging: omap-thermal: add a section of register manipulation
by Eduardo Valentin
· 12 years ago
e555c95
staging: omap-thermal: read status only once inside alert IRQ
by Eduardo Valentin
· 12 years ago
7cf46db
staging: omap-thermal: remove duplicated code
by Eduardo Valentin
· 12 years ago
79857cd2
staging: omap-thermal: update tshut IRQ handler documentation
by Eduardo Valentin
· 12 years ago
ee07d55
staging: omap-thermal: update documentation for talert irq handler
by Eduardo Valentin
· 12 years ago
f230427
staging: omap-thermal: rename talert handler
by Eduardo Valentin
· 12 years ago
4a6554e
staging: omap-thermal: add documentation for omap_bandgap_read_temp
by Eduardo Valentin
· 12 years ago
7a556e6
staging: omap-thermal: add documentation for omap_bandgap_power
by Eduardo Valentin
· 12 years ago
3d84e52
staging: omap-thermal: make a omap_bandgap_power with only one exit point
by Eduardo Valentin
· 12 years ago
9c468aa
staging: omap-thermal: add documentation for register access functions
by Eduardo Valentin
· 12 years ago
d3c291a
staging: omap-thermal: introduce RMW_BITS macro
by Eduardo Valentin
· 12 years ago
24796e1
staging: omap-thermal: style cleanup on omap-bandgap.c
by Eduardo Valentin
· 12 years ago
f1d07f3
staging: omap-thermal: update clock prepare count
by Eduardo Valentin
· 12 years ago
c8a8f84
staging: omap-thermal: Remove double conv_table reference
by Eduardo Valentin
· 12 years ago
194a54f
staging: omap-thermal: introduze FREEZE_BIT feature
by Eduardo Valentin
· 12 years ago
6c9c1d6
staging: omap-thermal: introduce clock feature flag
by Radhesh Fadnis
· 12 years ago
b3bf0e9
staging: omap-thermal: Add print when TSHUT temperature reached
by Ruslan Ruslichenko
· 12 years ago
b5c78e0
Merge tag 'staging-3.9-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/staging
by Linus Torvalds
· 12 years ago
97f4be60
staging: Convert to devm_ioremap_resource()
by Thierry Reding
· 12 years ago
82ebecc
staging: omap-thermal/omap-bandgap.c: adjust duplicate test
by Julia Lawall
· 12 years ago
434bd03
staging: omap-thermal: remove use of __devexit
by Bill Pemberton
· 12 years ago
db53ac71
staging: omap-thermal: remove use of __devinit
by Bill Pemberton
· 12 years ago
b87ea75
staging: omap-thermal: fix context restore function
by Radhesh Fadnis
· 12 years ago
71e303f
staging: omap-thermal: add IRQ debugging messaging
by Eduardo Valentin
· 12 years ago
2aeeb8a
staging: omap-thermal: fix compilation
by Eduardo Valentin
· 12 years ago
463bf50
staging: omap-thermal: bandgap: fix setting of alert thresholds
by Radhesh Fadnis
· 12 years ago
04a4d10
staging: omap-thermal: improve conf data handling and initialization
by Eduardo Valentin
· 12 years ago
76d2cd3
staging: omap-thermal: Correct checkpatch.pl warnings
by J Keerthy
· 12 years ago
949f5a5
staging: omap-thermal: add OMAP5 data structures
by Eduardo Valentin
· 12 years ago
1a31270
staging: omap-thermal: add OMAP4 data structures
by Eduardo Valentin
· 12 years ago
8feaf0ce
staging: OMAP4+: thermal: introduce bandgap temperature sensor
by Eduardo Valentin
· 12 years ago