media: rcar-csi2: Rename confirm_start() to phy_post_init() to match its usage
authorNiklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Thu, 11 Jun 2020 19:32:32 +0000 (21:32 +0200)
committerMauro Carvalho Chehab <mchehab+huawei@kernel.org>
Sat, 4 Jul 2020 10:43:00 +0000 (12:43 +0200)
commitec050e022f8da39c2c9d6f4eb8c7f343fe2664ad
tree4c8c3861c1ec2543d195ba05e4f0f27d227f522e
parent874b8055bb3c42fe28dd8a1280a1d93a4f4156fa
media: rcar-csi2: Rename confirm_start() to phy_post_init() to match its usage

Since the driver was picked-up the starting of the PHY have changed
quiet a bit. An artifact of these changes is the now poorly named
callback confirm_start(). It used to confirm start of the PHY but now
performs post PHY start initialization, rename it to phy_post_init() to
reflect this.

Signed-off-by: Niklas Söderlund <niklas.soderlund+renesas@ragnatech.se>
Acked-by: Jacopo Mondi <jacopo+renesas@jmondi.org>
Signed-off-by: Hans Verkuil <hverkuil-cisco@xs4all.nl>
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
drivers/media/platform/rcar-vin/rcar-csi2.c