summaryrefslogtreecommitdiffstats
path: root/include/linux/fsldma.h
blob: b213c02963c96bcaae08cfa19421fe7fc84e26b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
 * This 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 FSL_DMA_H
#define FSL_DMA_H
/* fsl dma API for enxternal start */
int fsl_dma_external_start(struct dma_chan *dchan, int enable);

#endif
td>-1/+1 * net: constify netif_is_* helpers net_device paramJiri Pirko2015-12-061-1/+1 * vlan: Add GRO support for non hardware accelerated vlanToshiaki Makita2015-06-021-0/+20 * if_vlan: fix vlaue -> value typoVivien Didelot2015-05-311-3/+3 * vlan: Use eth_proto_is_802_3Alexander Duyck2015-05-061-1/+1 * net: Move check for multiple vlans to driversToshiaki Makita2015-03-291-0/+22 * vlan: Introduce helper functions to check if skb is taggedToshiaki Makita2015-03-291-0/+45 * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2015-02-051-14/+46 |\ | * net: Fix vlan_get_protocol for stacked vlanToshiaki Makita2015-01-311-14/+46 * | net: rename vlan_tx_* helpers since "tx" is misleading thereJiri Pirko2015-01-131-8/+8 |/ * vlan: introduce __vlan_insert_tag helper which does not free skbJiri Pirko2014-11-211-11/+34 * vlan: introduce *vlan_hwaccel_push_inside helpersJiri Pirko2014-11-211-0/+34 * vlan: rename __vlan_put_tag to vlan_insert_tag_set_protoJiri Pirko2014-11-211-3/+5 * vlan: kill vlan_put_tag helperJiri Pirko2014-11-211-19/+0Star * vlan: make __vlan_hwaccel_put_tag return voidJiri Pirko2014-11-211-5/+4Star * net: Always untag vlan-tagged traffic on input.Vlad Yasevich2014-08-111-6/+0Star * Merge git://git.kernel.org/pub/scm/linux/kernel/git/davem/netDavid S. Miller2014-05-241-1/+14 |\ | * vlan: Fix build error wth vlan_get_encap_level()Vlad Yasevich2014-05-20