aboutsummaryrefslogtreecommitdiffstats
path: root/target/linux/bcm53xx/patches-3.14/901-bcma-register-SoC-later-as-a-module.patch
Commit message (Collapse)AuthorAgeFilesLines
* bcm53xx: drop hacky patch making bcma init laterRafał Miłecki2015-01-161-42/+0
| | | | | | | | | | | | The only reason this patch was helping was moving bcma init *after* of_serial init. It was a bit of luck because both drivers use device_initcall. It isn't really a correct way to provide early logging. Now we have earlyprintk support in bcm53xx we can drop this patch. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 43981
* bcm53xx: refresh patchesHauke Mehrtens2014-11-011-6/+1
| | | | | | Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de> SVN-Revision: 43144
* bcm53xx: add temp bcma workaround that allows debuggingRafał Miłecki2014-10-141-0/+47
This way we will get logs if case of hang/crash in bcma or related code. Signed-off-by: Rafał Miłecki <zajec5@gmail.com> SVN-Revision: 42894