#ifndef TSTAMPING_H #define TSTAMPING_H #include "config.h" #ifdef HAVE_HARDWARE_TIMESTAMPING extern int set_sockopt_hwtimestamp(int sock, const char *dev); #else static inline int set_sockopt_hwtimestamp(int sock, const char *dev) { return -1; } #endif #endif /* TSTAMPING_H */ s://git.distanz.ch/cgit.cgi/linux/net-next.git/atom/.mailmap?h=master' type='application/atom+xml'/>
summaryrefslogtreecommitdiff
path: root/.mailmap
diff options
context:
space:
mode:
authorJean-Francois Moine <moinejf@free.fr>2016-04-22 08:14:33 +0200
committerVinod Koul <vinod.koul@intel.com>2016-04-26 09:09:28 +0530
commit128fe7e9a0b99da1d7346528526bd424f705774b (patch)
tree084273a5dc765353ecda9e3eff10c439b61bea9e /.mailmap
parentf55532a0c0b8bb6148f4e07853b876ef73bc69ca (diff)
dmaengine: sun6i: Fix the access of the IRQ register
The IRQ register number is computed, but this number was not used and the register was the one indexed by the channel index instead. Then, only the first DMA channel was working. Acked-by: Maxime Ripard <maxime.ripard@free-electrons.com> Signed-off-by: Jean-Francois Moine <moinejf@free.fr> Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Diffstat (limited to '.mailmap')