On Thu, Jan 24, 2019 at 07:03:51PM +0200, Timo Alho wrote: > Hi, > > This is a third version of "add Tegra210 BPMP driver" series. In additIt > incorporates the review feedback received from Jon Hunter for patches > 2, 3, and 4. > > This series adds a driver for Tegra210 BPMP firmware. The BPMP is a > specific processor in Tegra210 chip, which runs firmware for assisting > in entering deep low power states (suspend to ram), and offloading > DRAM memory clock scaling on some platforms. > > The series consist of first refactoring the existing BPMP driver by > first renaming the terminology used for communication, then splitting > out the Tegra186 chip specific parts, and finally adding the needed > functionality for Tegra210. > > Timo Alho (4): > firmware: tegra: reword messaging terminology > firmware: tegra: refactor bpmp driver > firmware: tegra: add bpmp driver for Tegra210 > dt-bindings: firmware: Add bindings for Tegra210 BPMP Patches 1-3 applied to for-5.1/firmware and patch 4 applied to for-5.1/dt-bindings, thanks. I did apply some last-minute bike shedding (s/bpmp/BPMP/, make ops structure pointers const, spelled out req -> request and resp -> response, ...). I also renamed the bpmp-tXYZ.c files to bpmp-tegraXYZ for consistency with other drivers. Thierry