]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
greybus: es2: don't assume just one AP bridge
authorAlex Elder <elder@linaro.org>
Wed, 28 Oct 2015 03:18:41 +0000 (22:18 -0500)
committerGreg Kroah-Hartman <gregkh@google.com>
Mon, 2 Nov 2015 18:38:36 +0000 (10:38 -0800)
commit3be0e17d62d5a9b14d764935b2b2de9c8d6b379a
tree443424b12881fcc47a86aeff8ca75ba01d5166ce
parentcbec7e2919f04d3d1abea1cde93a8052e2e8ef04
greybus: es2: don't assume just one AP bridge

Previously we had only one AP bridge connected to the AP.  We will
now have two.  Now that the have moved the logging related symbols
into the AP device, we can stop assuming there's only on of them.

Specifically, rename symbols like "apb1_*" to be just "apb_*",
because the "1" is no longer meaningful.

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
drivers/staging/greybus/es2.c