index
:
linux.git
kangrejos
master
mm/krealloc
rust/mm
dakr's fork of kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
bus
/
sunxi-rsb.c
Age
Commit message (
Expand
)
Author
2023-02-24
Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...
Linus Torvalds
2023-01-27
driver core: make struct bus_type.uevent() take a const *
Greg Kroah-Hartman
2023-01-27
of: device: make of_device_uevent_modalias() take a const device *
Greg Kroah-Hartman
2023-01-08
bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()
Yuan Can
2022-11-16
bus: sunxi-rsb: Support atomic transfers
Samuel Holland
2022-11-16
bus: sunxi-rsb: Remove the shutdown callback
Samuel Holland
2022-06-10
treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...
Thomas Gleixner
2022-04-25
bus: sunxi-rsb: Fix the return value of sunxi_rsb_device_create()
Christophe JAILLET
2021-11-22
bus: sunxi-rsb: Fix shutdown
Jernej Skrabec
2021-07-21
bus: Make remove callback return void
Uwe Kleine-König
2021-01-18
Merge remote-tracking branch 'mfd/ib-mfd-bus-5.12' into sunxi/drivers-for-5.12
Chen-Yu Tsai
2021-01-15
mfd/bus: sunxi-rsb: Make .remove() callback return void
Uwe Kleine-König
2021-01-06
bus: sunxi-rsb: Implement runtime power management
Samuel Holland
2021-01-06
bus: sunxi-rsb: Implement suspend/resume/shutdown callbacks
Samuel Holland
2021-01-06
bus: sunxi-rsb: Split out controller init/exit functions
Samuel Holland
2021-01-06
bus: sunxi-rsb: Move OF match table
Samuel Holland
2020-02-24
bus: sunxi-rsb: Return correct data when mixing 16-bit and 8-bit reads
Ondrej Jirman
2019-08-06
bus: sunxi-rsb: Remove dev_err() usage after platform_get_irq()
Stephen Boyd
2017-12-05
sunxi-rsb: Include OF based modalias in device uevent
Stefan Brüns
2017-08-16
bus: Convert to using %pOF instead of full_name
Rob Herring
2016-01-25
drivers: sunxi-rsb: fix error output type
Andre Przywara
2015-12-22
bus: sunxi-rsb: Fix peripheral IC mapping runtime address
Chen-Yu Tsai
2015-12-22
bus: sunxi-rsb: Fix primary PMIC mapping hardware address
Chen-Yu Tsai
2015-11-17
bus: sunxi-rsb: unlock on error in sunxi_rsb_read()
Dan Carpenter
2015-10-26
bus: sunxi-rsb: Add driver for Allwinner Reduced Serial Bus
Chen-Yu Tsai