Searched +full:ums512 +full:- +full:thermal (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: (GPL-2.0 OR BSD-2-Clause)3 ---4 $id: http://devicetree.org/schemas/thermal/sprd-thermal.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: Spreadtrum thermal sensor controller10 - Orson Zhai <orsonzhai@gmail.com>11 - Baolin Wang <baolin.wang7@gmail.com>12 - Chunyan Zhang <zhang.lyra@gmail.com>14 $ref: thermal-sensor.yaml#18 const: sprd,ums512-thermal[all …]
4 * SPDX-License-Identifier: GPL-2.036 #define REG_ADI_CHN_ADDR(id) (0x44 + (id - 2) * 4)53 * ADI slave devices include RTC, ADC, regulator, charger, thermal and so on.157 if (reg >= sadi->data->slave_addr_size) { in sprd_adi_check_addr()158 dev_err(sadi->dev, in sprd_adi_check_addr()161 return -EINVAL; in sprd_adi_check_addr()173 sts = readl_relaxed(sadi->base + REG_ADI_ARM_FIFO_STS); in sprd_adi_drain_fifo()178 } while (--timeout); in sprd_adi_drain_fifo()181 dev_err(sadi->dev, "drain write fifo timeout\n"); in sprd_adi_drain_fifo()182 return -EBUSY; in sprd_adi_drain_fifo()[all …]