summaryrefslogtreecommitdiff
path: root/include/linux/platform_data/wkup_m3.h
blob: 629660ff58065126c8a8ecb7b9252bca7318f1cb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* SPDX-License-Identifier: GPL-2.0-only */
/*
 * TI Wakeup M3 remote processor platform data
 *
 * Copyright (C) 2014-2015 Texas Instruments, Inc.
 *
 * Dave Gerlach <d-gerlach@ti.com>
 */

#ifndef _LINUX_PLATFORM_DATA_WKUP_M3_H
#define _LINUX_PLATFORM_DATA_WKUP_M3_H

struct platform_device;

struct wkup_m3_platform_data {
	const char *reset_name;

	int (*assert_reset)(struct platform_device *pdev, const char *name);
	int (*deassert_reset)(struct platform_device *pdev, const char *name);
};

#endif /* _LINUX_PLATFORM_DATA_WKUP_M3_H */
td>ASoC: Document Tegra234 APE supportSameer Pujar td>staging/lustre/crypto: add crc32c module loading to libcfsAlexander.Boyko 2013-07-23staging/lustre/libcfs: removed dead code from libcfs_stringDragos Foianu 2013-07-23staging/lustre: fix build error on non-x86 platformsPeng Tao 2013-07-23staging/lustre: fix build when CONFIG_UIDGID_STRICT_TYPE_CHECKS is onPeng Tao 2013-07-23staging/lustre: fix build error when !CONFIG_SMPPeng Tao 2013-07-23staging/lustre: remove HIPQUADPeng Tao 2013-07-23staging/lustre: replace num_physpages with totalram_pagesPeng Tao 2013-06-06staging/lustre/libcfs: cleanup libcfs_kkuc_msg_put a bitPeng Tao 2013-06-06staging/lustre/libcfs: cleanup linux-cryptoPeng Tao 2013-06-06staging/lustre: call set_cpus_allowed_ptr instead of set_cpus_allowedPeng Tao 2013-06-03staging/lustre: fix return value check in libcfs_sock_ioctl()Wei Yongjun 2013-06-03staging/lustre: clean up and remove libcfs/linux/linux-mem.cPeng Tao 2013-06-03staging/lustre: remove empty file libcfs/linux/linux-lock.cPeng Tao 2013-06-03staging/lustre: remove libcfs/linux/linux-utils.cPeng Tao 2013-06-03staging/lustre: remove empty file libcfs/linux/linux-sync.cPeng Tao 2013-06-03staging/lustre: silence gcc build warningPeng Tao 2013-06-03staging/lustre: clean up and remove libcfs/linux/linux-fs.cPeng Tao 2013-05-30staging/lustre: fix LBUG and inode refcount bugPeng Tao 2013-05-30staging/lustre: adapt proc_dir_entry changePeng Tao 2013-05-14staging: add Lustre file system client supportPeng Tao