On Wed, Feb 18, 2015 at 10:49 PM, Tushar Behera trblinux@gmail.com wrote:
On 02/19/2015 09:39 AM, Anish Kumar wrote:
Signed-off-by: Anish Kumar yesanishhere@gmail.com
For the revised patches, it is a good idea to add the version number in the subject line. You can do that with --subject-prefix flag while issuing git-format-patch command.
Also please include changelog in the patch explaining the changes in subsequent revisions.
will sure do it for the next revision. Can i get some comments for this?
sound/soc/codecs/Kconfig | 9 + sound/soc/codecs/Makefile | 2 + sound/soc/codecs/max98925.c | 843 +++++++++++++++++++++++++++++++++++++++++++ sound/soc/codecs/max98925.h | 845 ++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 1699 insertions(+) create mode 100644 sound/soc/codecs/max98925.c create mode 100644 sound/soc/codecs/max98925.h
-- Tushar Behera