cregit-Linux how code gets into the kernel

Release 4.14 arch/powerpc/include/asm/swiotlb.h

/*
 * Copyright (C) 2009 Becky Bruce, Freescale Semiconductor
 *
 * 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;  either version 2 of the  License, or (at your
 * option) any later version.
 *
 */

#ifndef __ASM_SWIOTLB_H

#define __ASM_SWIOTLB_H

#include <linux/swiotlb.h>

extern const struct dma_map_ops swiotlb_dma_ops;


static inline void dma_mark_clean(void *addr, size_t size) {}

Contributors

PersonTokensPropCommitsCommitProp
Becky Bruce13100.00%1100.00%
Total13100.00%1100.00%

extern unsigned int ppc_swiotlb_enable; int __init swiotlb_setup_bus_notifier(void); extern void pci_dma_dev_setup_swiotlb(struct pci_dev *pdev); #ifdef CONFIG_SWIOTLB void swiotlb_detect_4g(void); #else
static inline void swiotlb_detect_4g(void) {}

Contributors

PersonTokensPropCommitsCommitProp
Jia Hongtao8100.00%1100.00%
Total8100.00%1100.00%

#endif #endif /* __ASM_SWIOTLB_H */

Overall Contributors

PersonTokensPropCommitsCommitProp
Becky Bruce4256.00%120.00%
Jia Hongtao2128.00%120.00%
FUJITA Tomonori1114.67%240.00%
Bart Van Assche11.33%120.00%
Total75100.00%5100.00%
Information contained on this website is for historical information purposes only and does not indicate or represent copyright ownership.
Created with cregit.