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