summaryrefslogtreecommitdiff
path: root/sound/pci/mixart/mixart_core.h
diff options
context:
space:
mode:
authorRussell King <rmk+kernel@armlinux.org.uk>2016-11-01 20:27:13 +0000
committerRussell King <rmk+kernel@armlinux.org.uk>2017-01-16 16:45:02 +0000
commit0d7f4f0594fc38531e37b94a73ea3ebcc9d9bc11 (patch)
tree846cd5eeec69b60b87d50eefd7ba68d5d43c9cc3 /sound/pci/mixart/mixart_core.h
parented79c9d34f4f4c5842b66cab840315e7ac29f666 (diff)
MAINTAINERS: update rmk's entries
Update my entries in the MAINTAINERS file with the same email address for kernel work, and, now that the git tree is hosted on more suitable hardware, add git tree references where appropriate. Signed-off-by: Russell King <rmk+kernel@armlinux.org.uk>
Diffstat (limited to 'sound/pci/mixart/mixart_core.h')
0 files changed, 0 insertions, 0 deletions
'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
Pull timer type cleanups from Thomas Gleixner: "This series does a tree wide cleanup of types related to timers/timekeeping. - Get rid of cycles_t and use a plain u64. The type is not really helpful and caused more confusion than clarity - Get rid of the ktime union. The union has become useless as we use the scalar nanoseconds storage unconditionally now. The 32bit timespec alike storage got removed due to the Y2038 limitations some time ago. That leaves the odd union access around for no reason. Clean it up. Both changes have been done with coccinelle and a small amount of manual mopping up" * 'timers-urgent-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip: ktime: Get rid of ktime_equal() ktime: Cleanup ktime_set() usage ktime: Get rid of the union clocksource: Use a plain u64 instead of cycle_t
Diffstat (limited to 'sound/soc/fsl/imx-ssi.h')