]> git.sur5r.net Git - u-boot/commit
i2c: cdns: Moving speed setup from probe to set_bus_speed function
authorMichal Simek <michal.simek@xilinx.com>
Thu, 14 Apr 2016 12:15:48 +0000 (14:15 +0200)
committerHeiko Schocher <hs@denx.de>
Tue, 17 May 2016 06:28:48 +0000 (08:28 +0200)
commit6150be9094bb155022da3843b56e6314edf54305
tree9de8c274909a14408bc1c32c19c35c21f3fed5ba
parenta13767bc0ee8ccaf4e7f64192e7f1d408dc7f900
i2c: cdns: Moving speed setup from probe to set_bus_speed function

set_bus_speed is the right function where bus speed should be setup.
This move enable option to remove probe and remove functions which are
empty.

Signed-off-by: Michal Simek <michal.simek@xilinx.com>
drivers/i2c/i2c-cdns.c