aboutsummaryrefslogtreecommitdiffstats
path: root/features/ocf
AgeCommit message (Collapse)Author
2019-10-07meta: add SPDX License Identifier and updates 00-README with License policyYann CARDAILLAC
Signed-off-by: Yann CARDAILLAC <ycnakajsph@gmail.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
2013-10-25ocf: remove the unneeded invocation of daemonize()Bruce Ashfield
1/5 [ Author: Kevin Hao Email: kexin.hao@windriver.com Subject: ocf: remove the unneeded invocation of daemonize() Date: Mon, 21 Oct 2013 11:12:37 +0800 In the current kernel, all kthread are created by the kthreadd thread and the invocation of function daemonize() for the kthread function is not needed anymore. Actually function daemonize() has already been killed by commit c4144670 (kill daemonize()) in the latest kernel. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> ] 2/5 [ Author: Kevin Hao Email: kexin.hao@windriver.com Subject: ocf/talitos: add FSL_SOC dependency Date: Mon, 21 Oct 2013 11:12:38 +0800 The talitos crypto engine only exist on FSL PPC SoCs and its driver is not buildable for other archs. So add the FSL_SOC dependency for it. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> ] 3/5 [ Author: Kevin Hao Email: kexin.hao@windriver.com Subject: ocf: use the correct kthread helper functions Date: Mon, 21 Oct 2013 11:12:39 +0800 In the current kernel, the function kernel_thread() is not the right API to create a kthread. So we should use the correct kthread helper functions to create and stop a kthread. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> ] 4/5 [ Author: Kevin Hao Email: kexin.hao@windriver.com Subject: ocf: pass the correct size argument to memset Date: Mon, 21 Oct 2013 11:12:40 +0800 Signed-off-by: Kevin Hao <kexin.hao@windriver.com> ] 5/5 [ Author: Kevin Hao Email: kexin.hao@windriver.com Subject: ocf: include <linux/irqreturn.h> in ocf-compat.h Date: Mon, 21 Oct 2013 11:12:41 +0800 In order to be compatible with the old kernel, the ocf-compat.h will define the IRQ_NONE and IRQ_RETVAL to NULL if they are not defined in other header files. So we should make sure that the file in which these macros are defined must be included before this check. The file "linux/irqreturn.h" was introduced only after v2.6.17, so also add a kernel version check for this inclusion as what it did in other part of this file. Signed-off-by: Kevin Hao <kexin.hao@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-08-213.10: fix Kconfig warningsBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-08-21ocf: fix build error with mix_pool_bytesBruce Ashfield
1/1 [ Author: Bruce Ashfield Email: bruce.ashfield@windriver.com Subject: ocf: fix build error with mix_pool_bytes Date: Wed, 21 Aug 2013 00:57:20 -0400 mix_pool_bytes, requires and optional 4th parameter to hold output bytes. Adapting OCF to the new function signature can be done by passing NULL as the 4th parameter. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2013-08-21ocf: import ocf-linux-2012012Bruce Ashfield
1/1 [ Author: Bruce Ashfield Email: bruce.ashfield@windriver.com Subject: ocf: import ocf-linux-2012012 Date: Wed, 21 Aug 2013 00:19:48 -0400 Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ] Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-07-203.0: patch cleanup and pruningBruce Ashfield
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
2011-04-04yocto: import of the kernel content/metadata from v2.6.39Paul Gortmaker
Roughly corresponds to: commit db575247e16e50ce5160e18907e253c6a43b6feb Author: Bruce Ashfield <bruce.ashfield@windriver.com> Date: Mon Apr 4 00:27:55 2011 -0400 yocto: 2.6.39 baseline Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> ...in the full history repo, but with some extraneous files that were deleted post db575247 deleted right here and now at the baseline instead. Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>