aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/staging/omap-thermal (follow)
AgeCommit message (Expand)AuthorFilesLines
2013-03-25staging: rename omap-thermal driver to ti-soc-thermalEduardo Valentin12-3258/+0
2013-03-25staging: omap-thermal: rename bg_ptr to bgpEduardo Valentin4-329/+327
2013-03-25staging: omap-thermal: fix return valueEduardo Valentin1-1/+1
2013-03-15staging: omap-thermal: add documentation for omap_bandgap_validateEduardo Valentin1-0/+8
2013-03-15staging: omap-thermal: remove TODO entry for exposed APIsEduardo Valentin1-1/+0
2013-03-15staging: omap-thermal: remove TODO entry suggesting regmap usageEduardo Valentin1-1/+0
2013-03-15staging: omap-thermal: switch mutex to spinlock inside omap-bandgapEduardo Valentin3-11/+12
2013-03-15staging: omap-thermal: change Kconfig dependency methodEduardo Valentin2-2/+1
2013-03-15staging: omap-thermal: document omap_bandgap_build functionEduardo Valentin1-0/+9
2013-03-15staging: omap-thermal: document omap_bandgap_alert_init functionEduardo Valentin1-1/+11
2013-03-15staging: omap-thermal: document omap_bandgap_tshut_init functionEduardo Valentin1-0/+12
2013-03-15staging: omap-thermal: document _omap_bandgap_read_threshold functionEduardo Valentin1-0/+12
2013-03-15staging: omap-thermal: document _omap_bandgap_write_threshold functionEduardo Valentin1-0/+13
2013-03-15staging: omap-thermal: document omap_bandgap_update_alert_threshold functionEduardo Valentin1-0/+14
2013-03-15staging: omap-thermal: document omap_bandgap_force_single_readEduardo Valentin1-0/+8
2013-03-15staging: omap-thermal: update omap_bandgap_set_continous_mode documentationEduardo Valentin1-3/+6
2013-03-15staging: omap-thermal: rename enable_continuous_modeEduardo Valentin1-2/+2
2013-03-15staging: omap-thermal: section of device driver callbacksEduardo Valentin1-0/+2
2013-03-15staging: omap-thermal: device initialization sectionEduardo Valentin1-0/+2
2013-03-15staging: omap-thermal: refactor APIs handling threshold valuesEduardo Valentin1-161/+117
2013-03-15staging: omap-thermal: update omap_bandgap_unmask_interrupts documentationEduardo Valentin1-1/+9
2013-03-15staging: omap-thermal: refactor temp_sensor_unmask_interruptsEduardo Valentin1-6/+8
2013-03-15staging: omap-thermal: threshold manipulation sectionEduardo Valentin1-0/+2
2013-03-15staging: omap-thermal: document omap_bandgap_add_hyst functionEduardo Valentin1-0/+10
2013-03-15staging: omap-thermal: rename add_hyst to omap_bandgap_add_hystEduardo Valentin1-16/+26
2013-03-15staging: omap-thermal: add documentation for omap_bandgap_mcelsius_to_adcEduardo Valentin1-0/+10
2013-03-15staging: omap-thermal: move conv table limits out of sensor dataEduardo Valentin4-35/+30
2013-03-15staging: omap-thermal: rewrite omap_bandgap_mcelsius_to_adc on kernel coding styleEduardo Valentin1-4/+7
2013-03-15staging: omap-thermal: name temp_to_adc_conversion in a better wayEduardo Valentin1-5/+6
2013-03-15staging: omap-thermal: add documentation for omap_bandgap_adc_to_mcelsiusEduardo Valentin1-0/+11
2013-03-15staging: omap-thermal: rewrite omap_bandgap_adc_to_mcelsius on kernel coding styleEduardo Valentin1-3/+8
2013-03-15staging: omap-thermal: name adc_to_temp_conversion in a better wayEduardo Valentin1-6/+6
2013-03-15staging: omap-thermal: ADC sectionEduardo Valentin1-0/+2
2013-03-15staging: omap-thermal: IRQ handler sectionEduardo Valentin1-0/+2
2013-03-15staging: omap-thermal: section of basic helpersEduardo Valentin1-0/+2
2013-03-15staging: omap-thermal: add a section of register manipulationEduardo Valentin1-0/+2
2013-03-15staging: omap-thermal: read status only once inside alert IRQEduardo Valentin1-5/+5
2013-03-15staging: omap-thermal: remove duplicated codeEduardo Valentin1-1/+0
2013-03-15staging: omap-thermal: update tshut IRQ handler documentationEduardo Valentin1-1/+9
2013-03-15staging: omap-thermal: update documentation for talert irq handlerEduardo Valentin1-1/+11
2013-03-15staging: omap-thermal: rename talert handlerEduardo Valentin1-2/+2
2013-03-15staging: omap-thermal: add documentation for omap_bandgap_read_tempEduardo Valentin1-0/+10
2013-03-15staging: omap-thermal: add documentation for omap_bandgap_powerEduardo Valentin1-0/+8
2013-03-15staging: omap-thermal: make a omap_bandgap_power with only one exit pointEduardo Valentin1-1/+2
2013-03-15staging: omap-thermal: add documentation for register access functionsEduardo Valentin1-1/+22
2013-03-15staging: omap-thermal: introduce RMW_BITS macroEduardo Valentin1-132/+46
2013-03-15staging: omap-thermal: fix error checkingEduardo Valentin1-2/+2
2013-03-15staging: omap-thermal: style cleanup on omap-bandgap.cEduardo Valentin1-17/+15
2013-03-15staging: omap-thermal: update documentation of omap-bandgap.hEduardo Valentin1-41/+189
2013-03-15staging: omap-thermal: create header for register, bitfields and definitionsEduardo Valentin5-195/+376