summaryrefslogtreecommitdiff
path: root/include/dt-bindings/soc/qcom,gsbi.h
blob: 7ac4292333aae684bf35eb2e20910762dffcf5dc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
/* Copyright (c) 2013, The Linux Foundation. All rights reserved.
 *
 * This program is free software; you can redistribute it and/or modify
 * it under the terms of the GNU General Public License version 2 and
 * only version 2 as published by the Free Software Foundation.
 *
 * This program is distributed in the hope that it will be useful,
 * but WITHOUT ANY WARRANTY; without even the implied warranty of
 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 * GNU General Public License for more details.
 */
#ifndef __DT_BINDINGS_QCOM_GSBI_H
#define __DT_BINDINGS_QCOM_GSBI_H

#define GSBI_PROT_IDLE		0
#define GSBI_PROT_I2C_UIM	1
#define GSBI_PROT_I2C		2
#define GSBI_PROT_SPI		3
#define GSBI_PROT_UART_W_FC	4
#define GSBI_PROT_UIM		5
#define GSBI_PROT_I2C_UART	6

#define GSBI_CRCI_QUP		0
#define GSBI_CRCI_UART		1

#endif
clude/dt-bindings/clock/rk3188-cru.h?h=nds-private-remove&id=047487241ff59374fded8c477f21453681f5995c'>047487241ff59374fded8c477f21453681f5995c (patch) tree1c2616bd373ce5ea28aac2a53e32f5b5834901ce /include/dt-bindings/clock/rk3188-cru.h parent7a7dc961a28b965a0d0303c2e989df17b411708b (diff)
sparc64: Handle PIO & MEM non-resumable errors.
User processes trying to access an invalid memory address via PIO will receive a SIGBUS signal instead of causing a panic. Memory errors will receive a SIGKILL since a SIGBUS may result in a coredump which may attempt to repeat the faulting access. Signed-off-by: Liam R. Howlett <Liam.Howlett@Oracle.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/dt-bindings/clock/rk3188-cru.h')