> --- > include/linux/mfd/as3722-reg.h | 495 > ++++++++++++++++++++++++++++++++++++++++
So the way you've split up the patch isn't quite right. It shouldn't be split by files, rather by functionality. Quoting from Documentation/SubmittingPatches: "If your changes produce a lot of deltas, you may want to look into splitting them into individual patches which modify things in logical stages. This will facilitate easier reviewing by other kernel developers, very important if you want your patch accepted." Note "logical stages". So things like: - Driver introduction including Kconfig and Makefile entries - Resource allocation; memory and irqs - Everything else, bit by bit Within reason, the simpler the patches, they more likely they are to be reviewed and accepted. -- Lee Jones Linaro ST-Ericsson Landing Team Lead Linaro.org │ Open source software for ARM SoCs Follow Linaro: Facebook | Twitter | Blog -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to [email protected] More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/

