| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-09-01 | bus: imx-weim: change to use devm_clk_get_enabled() helper | Wu Bo | 1 | -9/+5 |
| 2024-02-06 | bus: imx-weim: fix valid range check | Lucas Stach | 1 | -1/+1 |
| 2023-11-27 | bus: imx-weim: Use device_get_match_data() | Rob Herring | 1 | -4/+5 |
| 2023-07-19 | bus: imx-weim: use devm_platform_ioremap_resource | Martin Kaiser | 1 | -1/+1 |
| 2023-04-25 | Merge tag 'soc-drivers-6.4' of git://git.kernel.org/pub/scm/linux/kernel/git/... | Linus Torvalds | 1 | -9/+10 |
| 2023-04-13 | Merge tag 'devicetree-fixes-for-6.2-3' of git://git.kernel.org/pub/scm/linux/... | Linus Torvalds | 1 | -0/+6 |
| 2023-04-11 | treewide: Fix probing of devices in DT overlays | Geert Uytterhoeven | 1 | -0/+6 |
| 2023-03-14 | bus: imx-weim: fix branch condition evaluates to a garbage value | Ivan Bornyakov | 1 | -1/+1 |
| 2023-03-06 | bus: imx-weim: Remove open coded "ranges" parsing | Rob Herring | 1 | -9/+10 |
| 2022-12-31 | bus: imx-weim: use devm_platform_get_and_ioremap_resource() | Minghao Chi | 1 | -3/+1 |
| 2022-04-11 | bus: imx-weim: make symbol 'weim_of_notifier' static | Wei Yongjun | 1 | -1/+1 |
| 2022-04-06 | bus: imx-weim: fix NULL but dereferenced coccicheck error | Wan Jiabing | 1 | -2/+1 |
| 2022-02-22 | bus: imx-weim: add DT overlay support for WEIM bus | Ivan Bornyakov | 1 | -9/+126 |
| 2021-12-14 | bus: imx-weim: optionally enable continuous burst clock | Ivan Bornyakov | 1 | -2/+16 |
| 2019-09-04 | bus: imx-weim: remove incorrect __init annotations | Arnd Bergmann | 1 | -5/+5 |
| 2019-08-19 | bus: imx-weim: use module_platform_driver() | Sascha Hauer | 1 | -4/+4 |
| 2019-08-03 | bus: imx-weim: optionally enable burst clock mode | Sven Van Asbroeck | 1 | -0/+16 |
| 2019-01-11 | bus: imx-weim: guard against timing configuration conflicts | Sven Van Asbroeck | 1 | -3/+32 |
| 2019-01-11 | bus: imx-weim: support multiple address ranges per child node | Sven Van Asbroeck | 1 | -10/+25 |
| 2018-10-01 | bus: imx-weim: drop unnecessary DT node name NULL check | Rob Herring | 1 | -3/+0 |
| 2018-08-13 | bus: imx-weim: Remove VLA usage | Kees Cook | 1 | -1/+6 |
| 2017-08-16 | bus: Convert to using %pOF instead of full_name | Rob Herring | 1 | -4/+4 |
| 2016-06-23 | bus: imx-weim: use of_platform_default_populate() to populate default bus | Kefeng Wang | 1 | -3/+2 |
| 2016-03-12 | bus: imx-weim: Take the 'status' property value into account | Fabio Estevam | 1 | -1/+1 |
| 2015-03-02 | bus: imx-weim: improve error handling upon child probe-failure | Alison Chaiken | 1 | -6/+7 |
| 2014-10-20 | bus: drop owner assignment from platform_drivers | Wolfram Sang | 1 | -1/+0 |
| 2014-07-18 | bus: imx-weim: populate devices on a simple bus | Liu Ying | 1 | -1/+3 |
| 2014-03-05 | bus: imx-weim: support CS GPR configuration | Shawn Guo | 1 | -0/+58 |
| 2013-08-16 | drivers: bus: imx-weim: Add support for i.MX1/21/25/27/31/35/50/51/53 | Alexander Shiyan | 1 | -16/+53 |
| 2013-08-16 | drivers: bus: imx-weim: Add missing platform_driver.owner field | Alexander Shiyan | 1 | -2/+3 |
| 2013-08-16 | drivers: bus: imx-weim: use module_platform_driver_probe() | Alexander Shiyan | 1 | -5/+5 |
| 2013-08-16 | drivers: bus: imx-weim: Simplify error path | Alexander Shiyan | 1 | -14/+8 |
| 2013-08-16 | drivers: bus: imx-weim: Remove private driver data | Alexander Shiyan | 1 | -27/+14 |
| 2013-06-17 | drivers: bus: add a new driver for WEIM | Huang Shijie | 1 | -0/+138 |