~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/include/dt-bindings/mfd/max77620.h

Version: ~ [ linux-6.11-rc3 ] ~ [ linux-6.10.4 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.45 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.104 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.164 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.223 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.281 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.319 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

Diff markup

Differences between /include/dt-bindings/mfd/max77620.h (Version linux-6.11-rc3) and /include/dt-bindings/mfd/max77620.h (Version linux-5.7.19)


  1 /* SPDX-License-Identifier: GPL-2.0 */              1 /* SPDX-License-Identifier: GPL-2.0 */
  2 /*                                                  2 /*
  3  * This header provides macros for MAXIM MAX77      3  * This header provides macros for MAXIM MAX77620 device bindings.
  4  *                                                  4  *
  5  * Copyright (c) 2016, NVIDIA Corporation.          5  * Copyright (c) 2016, NVIDIA Corporation.
  6  * Author: Laxman Dewangan <ldewangan@nvidia.c      6  * Author: Laxman Dewangan <ldewangan@nvidia.com>
  7  */                                                 7  */
  8                                                     8 
  9 #ifndef _DT_BINDINGS_MFD_MAX77620_H                 9 #ifndef _DT_BINDINGS_MFD_MAX77620_H
 10 #define _DT_BINDINGS_MFD_MAX77620_H                10 #define _DT_BINDINGS_MFD_MAX77620_H
 11                                                    11 
 12 /* MAX77620 interrupts */                          12 /* MAX77620 interrupts */
 13 #define MAX77620_IRQ_TOP_GLBL           0 /* L     13 #define MAX77620_IRQ_TOP_GLBL           0 /* Low-Battery */
 14 #define MAX77620_IRQ_TOP_SD             1 /* S     14 #define MAX77620_IRQ_TOP_SD             1 /* SD power fail */
 15 #define MAX77620_IRQ_TOP_LDO            2 /* L     15 #define MAX77620_IRQ_TOP_LDO            2 /* LDO power fail */
 16 #define MAX77620_IRQ_TOP_GPIO           3 /* G     16 #define MAX77620_IRQ_TOP_GPIO           3 /* GPIO internal int to MAX77620 */
 17 #define MAX77620_IRQ_TOP_RTC            4 /* R     17 #define MAX77620_IRQ_TOP_RTC            4 /* RTC */
 18 #define MAX77620_IRQ_TOP_32K            5 /* 3     18 #define MAX77620_IRQ_TOP_32K            5 /* 32kHz oscillator */
 19 #define MAX77620_IRQ_TOP_ONOFF          6 /* O     19 #define MAX77620_IRQ_TOP_ONOFF          6 /* ON/OFF oscillator */
 20 #define MAX77620_IRQ_LBT_MBATLOW        7 /* T     20 #define MAX77620_IRQ_LBT_MBATLOW        7 /* Thermal alarm status, > 120C */
 21 #define MAX77620_IRQ_LBT_TJALRM1        8 /* T     21 #define MAX77620_IRQ_LBT_TJALRM1        8 /* Thermal alarm status, > 120C */
 22 #define MAX77620_IRQ_LBT_TJALRM2        9 /* T     22 #define MAX77620_IRQ_LBT_TJALRM2        9 /* Thermal alarm status, > 140C */
 23                                                    23 
 24 /* FPS event source */                             24 /* FPS event source */
 25 #define MAX77620_FPS_EVENT_SRC_EN0                 25 #define MAX77620_FPS_EVENT_SRC_EN0              0
 26 #define MAX77620_FPS_EVENT_SRC_EN1                 26 #define MAX77620_FPS_EVENT_SRC_EN1              1
 27 #define MAX77620_FPS_EVENT_SRC_SW                  27 #define MAX77620_FPS_EVENT_SRC_SW               2
 28                                                    28 
 29 /* Device state when FPS event LOW  */             29 /* Device state when FPS event LOW  */
 30 #define MAX77620_FPS_INACTIVE_STATE_SLEEP          30 #define MAX77620_FPS_INACTIVE_STATE_SLEEP       0
 31 #define MAX77620_FPS_INACTIVE_STATE_LOW_POWER      31 #define MAX77620_FPS_INACTIVE_STATE_LOW_POWER   1
 32                                                    32 
 33 /* FPS source */                                   33 /* FPS source */
 34 #define MAX77620_FPS_SRC_0                         34 #define MAX77620_FPS_SRC_0                      0
 35 #define MAX77620_FPS_SRC_1                         35 #define MAX77620_FPS_SRC_1                      1
 36 #define MAX77620_FPS_SRC_2                         36 #define MAX77620_FPS_SRC_2                      2
 37 #define MAX77620_FPS_SRC_NONE                      37 #define MAX77620_FPS_SRC_NONE                   3
 38 #define MAX77620_FPS_SRC_DEF                       38 #define MAX77620_FPS_SRC_DEF                    4
 39                                                    39 
 40 #endif                                             40 #endif
 41                                                    41 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php