ctrl.c (c74a7469f97c0f40b46e82ee979f9fb1bb6e847c) | ctrl.c (618b5dc48365cecc03daffa46800f20ab11e3f80) |
---|---|
1// SPDX-License-Identifier: GPL-2.0+ |
|
1/* * CAAM control-plane driver backend 2 * Controller-level driver, kernel property detection, initialization 3 * 4 * Copyright 2008-2012 Freescale Semiconductor, Inc. 5 */ 6 7#include <linux/device.h> 8#include <linux/of_address.h> --- 899 unchanged lines hidden --- | 2/* * CAAM control-plane driver backend 3 * Controller-level driver, kernel property detection, initialization 4 * 5 * Copyright 2008-2012 Freescale Semiconductor, Inc. 6 */ 7 8#include <linux/device.h> 9#include <linux/of_address.h> --- 899 unchanged lines hidden --- |