Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge tag 'char-misc-3.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc

Pull char/misc driver fixes from Greg KH:
"Here are two tiny patches, one fixing up the drivers/Kconfig file, and
one adding a MAINTAINERS entry for the UIO git tree"

* tag 'char-misc-3.19-rc7' of git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc:
drivers/Kconfig: remove duplicate entry for soc
MAINTAINERS: add git url entry for UIO

+1 -2
+1
MAINTAINERS
··· 10176 10176 M: "Hans J. Koch" <hjk@hansjkoch.de> 10177 10177 M: Greg Kroah-Hartman <gregkh@linuxfoundation.org> 10178 10178 S: Maintained 10179 + T: git git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/char-misc.git 10179 10180 F: Documentation/DocBook/uio-howto.tmpl 10180 10181 F: drivers/uio/ 10181 10182 F: include/linux/uio*.h
-2
drivers/Kconfig
··· 134 134 135 135 source "drivers/platform/Kconfig" 136 136 137 - source "drivers/soc/Kconfig" 138 - 139 137 source "drivers/clk/Kconfig" 140 138 141 139 source "drivers/hwspinlock/Kconfig"