]> git.baikalelectronics.ru Git - kernel.git/commit
bcma: remove chip ids doing nothing from PMU initialization.
authorHauke Mehrtens <hauke@hauke-m.de>
Fri, 29 Jun 2012 23:44:43 +0000 (01:44 +0200)
committerJohn W. Linville <linville@tuxdriver.com>
Mon, 9 Jul 2012 20:36:06 +0000 (16:36 -0400)
commit84922768aa6a292d355551c202d61432272ad504
tree750e46e959577e05380fa2baeef5c9b4d34a9d20
parentb1fe5de9ddcba23c517bf38e7d2fd87a5eae8b1d
bcma: remove chip ids doing nothing from PMU initialization.

The list of devices where nothing has to be done in
bcma_pmu_resources_init() and bcma_pmu_workarounds() is longer as all
the SoCs are missing there and some new devices will be added in some
time later. This patch changes the default case to just log on debug
level and also let the other devices which do not need any special
handling into the default case, instead of adding the missing 8 SoC
chip ids.

Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
Signed-off-by: John W. Linville <linville@tuxdriver.com>
drivers/bcma/driver_chipcommon_pmu.c