aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/bus/sunxi-rsb.c
AgeCommit message (Expand)AuthorFilesLines
2024-02-11bus: sunxi-rsb: make sunxi_rsb_bus constRicardo B. Marliere1-2/+2
2023-11-28bus: sunxi-rsb: Convert to platform remove callback returning voidUwe Kleine-König1-4/+2
2023-08-30Merge tag 'soc-arm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds1-1/+1
2023-08-12bus: Explicitly include correct DT includesRob Herring1-1/+1
2023-07-31bus: sunxi-rsb: Convert to devm_platform_ioremap_resource()Yangtao Li1-3/+1
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds1-1/+6
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman1-1/+1
2023-01-27of: device: make of_device_uevent_modalias() take a const device *Greg Kroah-Hartman1-1/+6
2023-01-08bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()Yuan Can1-1/+7
2022-11-16bus: sunxi-rsb: Support atomic transfersSamuel Holland1-8/+21
2022-11-16bus: sunxi-rsb: Remove the shutdown callbackSamuel Holland1-9/+0
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner1-5/+1
2022-04-25bus: sunxi-rsb: Fix the return value of sunxi_rsb_device_create()Christophe JAILLET1-0/+2
2021-11-22bus: sunxi-rsb: Fix shutdownJernej Skrabec1-4/+4
2021-07-21bus: Make remove callback return voidUwe Kleine-König1-3/+1
2021-01-18Merge remote-tracking branch 'mfd/ib-mfd-bus-5.12' into sunxi/drivers-for-5.12Chen-Yu Tsai1-1/+3
2021-01-15mfd/bus: sunxi-rsb: Make .remove() callback return voidUwe Kleine-König1-1/+3
2021-01-06bus: sunxi-rsb: Implement runtime power managementSamuel Holland1-0/+44
2021-01-06bus: sunxi-rsb: Implement suspend/resume/shutdown callbacksSamuel Holland1-0/+30
2021-01-06bus: sunxi-rsb: Split out controller init/exit functionsSamuel Holland1-56/+71
2021-01-06bus: sunxi-rsb: Move OF match tableSamuel Holland1-6/+6
2020-02-24bus: sunxi-rsb: Return correct data when mixing 16-bit and 8-bit readsOndrej Jirman1-1/+1
2019-08-06bus: sunxi-rsb: Remove dev_err() usage after platform_get_irq()Stephen Boyd1-3/+1
2017-12-05sunxi-rsb: Include OF based modalias in device ueventStefan Brüns1-0/+1
2017-08-16bus: Convert to using %pOF instead of full_nameRob Herring1-11/+11
2016-01-25drivers: sunxi-rsb: fix error output typeAndre Przywara1-2/+2
2015-12-22bus: sunxi-rsb: Fix peripheral IC mapping runtime addressChen-Yu Tsai1-1/+1
2015-12-22bus: sunxi-rsb: Fix primary PMIC mapping hardware addressChen-Yu Tsai1-1/+1
2015-11-17bus: sunxi-rsb: unlock on error in sunxi_rsb_read()Dan Carpenter1-2/+2
2015-10-26bus: sunxi-rsb: Add driver for Allwinner Reduced Serial BusChen-Yu Tsai1-0/+783