| Age | Commit message (Expand) | Author | Files | Lines |
| 7 days | bus: sunxi-rsb: Always check register address validity | Samuel Holland | 1 | -0/+3 |
| 2026-02-21 | Convert 'alloc_obj' family to use the new default GFP_KERNEL argument | Linus Torvalds | 1 | -2/+2 |
| 2026-02-21 | treewide: Replace kmalloc with kmalloc_obj for non-scalar types | Kees Cook | 1 | -2/+2 |
| 2025-10-29 | bus: sunxi-rsb: Remove redundant pm_runtime_mark_last_busy() calls | Sakari Ailus | 1 | -2/+0 |
| 2024-11-12 | bus: Switch back to struct platform_driver::remove() | Uwe Kleine-König | 1 | -1/+1 |
| 2024-09-05 | bus: sunxi-rsb: Simplify code with dev_err_probe() | Zhang Zekun | 1 | -21/+13 |
| 2024-07-25 | Merge tag 'driver-core-6.11-rc1' of git://git.kernel.org/pub/scm/linux/kernel... | Linus Torvalds | 1 | -1/+1 |
| 2024-07-11 | bus: sunxi-rsb: Constify struct regmap_bus | Javier Carrasco | 1 | -1/+1 |
| 2024-07-03 | driver core: have match() callback in struct bus_type take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
| 2024-02-11 | bus: sunxi-rsb: make sunxi_rsb_bus const | Ricardo B. Marliere | 1 | -2/+2 |
| 2023-11-28 | bus: sunxi-rsb: Convert to platform remove callback returning void | Uwe Kleine-König | 1 | -4/+2 |
| 2023-08-30 | Merge tag 'soc-arm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/soc | Linus Torvalds | 1 | -1/+1 |
| 2023-08-12 | bus: Explicitly include correct DT includes | Rob Herring | 1 | -1/+1 |
| 2023-07-31 | bus: sunxi-rsb: Convert to devm_platform_ioremap_resource() | Yangtao Li | 1 | -3/+1 |
| 2023-02-24 | Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/... | Linus Torvalds | 1 | -1/+6 |
| 2023-01-27 | driver core: make struct bus_type.uevent() take a const * | Greg Kroah-Hartman | 1 | -1/+1 |
| 2023-01-27 | of: device: make of_device_uevent_modalias() take a const device * | Greg Kroah-Hartman | 1 | -1/+6 |
| 2023-01-08 | bus: sunxi-rsb: Fix error handling in sunxi_rsb_init() | Yuan Can | 1 | -1/+7 |
| 2022-11-16 | bus: sunxi-rsb: Support atomic transfers | Samuel Holland | 1 | -8/+21 |
| 2022-11-16 | bus: sunxi-rsb: Remove the shutdown callback | Samuel Holland | 1 | -9/+0 |
| 2022-06-10 | treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa... | Thomas Gleixner | 1 | -5/+1 |
| 2022-04-25 | bus: sunxi-rsb: Fix the return value of sunxi_rsb_device_create() | Christophe JAILLET | 1 | -0/+2 |
| 2021-11-22 | bus: sunxi-rsb: Fix shutdown | Jernej Skrabec | 1 | -4/+4 |
| 2021-07-21 | bus: Make remove callback return void | Uwe Kleine-König | 1 | -3/+1 |
| 2021-01-18 | Merge remote-tracking branch 'mfd/ib-mfd-bus-5.12' into sunxi/drivers-for-5.12 | Chen-Yu Tsai | 1 | -1/+3 |
| 2021-01-15 | mfd/bus: sunxi-rsb: Make .remove() callback return void | Uwe Kleine-König | 1 | -1/+3 |
| 2021-01-06 | bus: sunxi-rsb: Implement runtime power management | Samuel Holland | 1 | -0/+44 |
| 2021-01-06 | bus: sunxi-rsb: Implement suspend/resume/shutdown callbacks | Samuel Holland | 1 | -0/+30 |
| 2021-01-06 | bus: sunxi-rsb: Split out controller init/exit functions | Samuel Holland | 1 | -56/+71 |
| 2021-01-06 | bus: sunxi-rsb: Move OF match table | Samuel Holland | 1 | -6/+6 |
| 2020-02-24 | bus: sunxi-rsb: Return correct data when mixing 16-bit and 8-bit reads | Ondrej Jirman | 1 | -1/+1 |
| 2019-08-06 | bus: sunxi-rsb: Remove dev_err() usage after platform_get_irq() | Stephen Boyd | 1 | -3/+1 |
| 2017-12-05 | sunxi-rsb: Include OF based modalias in device uevent | Stefan Brüns | 1 | -0/+1 |
| 2017-08-16 | bus: Convert to using %pOF instead of full_name | Rob Herring | 1 | -11/+11 |
| 2016-01-25 | drivers: sunxi-rsb: fix error output type | Andre Przywara | 1 | -2/+2 |
| 2015-12-22 | bus: sunxi-rsb: Fix peripheral IC mapping runtime address | Chen-Yu Tsai | 1 | -1/+1 |
| 2015-12-22 | bus: sunxi-rsb: Fix primary PMIC mapping hardware address | Chen-Yu Tsai | 1 | -1/+1 |
| 2015-11-17 | bus: sunxi-rsb: unlock on error in sunxi_rsb_read() | Dan Carpenter | 1 | -2/+2 |
| 2015-10-26 | bus: sunxi-rsb: Add driver for Allwinner Reduced Serial Bus | Chen-Yu Tsai | 1 | -0/+783 |