From mboxrd@z Thu Jan 1 00:00:00 1970 From: linux@roeck-us.net (Guenter Roeck) Date: Wed, 20 Aug 2014 21:42:30 -0700 Subject: [PATCH v7 02/11] power/restart: Call machine_restart instead of arm_pm_restart In-Reply-To: References: <1408495538-27480-1-git-send-email-linux@roeck-us.net> <1408495538-27480-3-git-send-email-linux@roeck-us.net> Message-ID: <20140821044230.GA14609@roeck-us.net> To: linux-arm-kernel@lists.infradead.org List-Id: linux-arm-kernel.lists.infradead.org On Wed, Aug 20, 2014 at 09:10:31PM -0700, Doug Anderson wrote: > Guenter, > > On Tue, Aug 19, 2014 at 5:45 PM, Guenter Roeck wrote: > > machine_restart is supported on non-ARM platforms, and and ultimately calls > > arm_pm_restart, so dont call arm_pm_restart directly but use the more > > generic function. > > > > Cc: Russell King > > Do you need to submit this to his patch tracker to get him to pick it > up? How are you envisioning that this series land? It crosses a lot > of boundaries so I guess will need a reasonable amount of coordination > between maintainers... > > If I get an Acked-by: from all maintainers, I could send a pull request to Linus directly. How do I send a patch to Russell's patch tracker ? I thought I copied all mailing lists suggested by get_maintainer.pl, but maybe I missed one. Thanks, Guenter