/* * ecryptfs_format.h: helper functions for the encrypted key type * * Copyright (C) 2006 International Business Machines Corp. * Copyright (C) 2010 Politecnico di Torino, Italy * TORSEC group -- http://security.polito.it * * Authors: * Michael A. Halcrow * Tyler Hicks * Roberto Sassu * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, version 2 of the License. */ #ifndef __KEYS_ECRYPTFS_H #define __KEYS_ECRYPTFS_H #include #define PGP_DIGEST_ALGO_SHA512 10 u8 *ecryptfs_get_auth_tok_key(struct ecryptfs_auth_tok *auth_tok); void ecryptfs_get_versions(int *major, int *minor, int *file_version); int ecryptfs_fill_auth_tok(struct ecryptfs_auth_tok *auth_tok, const char *key_desc); #endif /* __KEYS_ECRYPTFS_H */ ite-cleanup'>emaclite-cleanup net-next plumbingsTobias Klauser
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTomeu Vizoso <tomeu.vizoso@collabora.com>2016-06-06 16:53:33 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2016-06-10 17:13:24 +0200
commitfe64ba5c6323538ef0a74c7213fe5e18117b1c85 (patch)
tree8106f46118df1c802ce8d06dda0085a93950ed04
parent5a5873830972e7d8983dd205b3686f728047d556 (diff)
drm/rockchip: Resume DP early
The DP needs to have resumed once the DRM driver calls drm_atomic_helper_resume, otherwise the DP clock is still disabled when the DRM core enables the DP bridge. Would be nice to use device_pm_wait_for_dev to synchronize these devices, but the DRM device doesn't know what specific implementation this bridge has. Signed-off-by: Tomeu Vizoso <tomeu.vizoso@collabora.com> Cc: Caesar Wang <wxt@rock-chips.com> Cc: Douglas Anderson <dianders@chromium.org> Cc: Heiko Stuebner <heiko@sntech.de> Cc: Yakir Yang <ykk@rock-chips.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch> Link: http://patchwork.freedesktop.org/patch/msgid/1465224813-7359-2-git-send-email-tomeu.vizoso@collabora.com