summaryrefslogtreecommitdiff
path: root/drivers/bus/sunxi-rsb.c
AgeCommit message (Expand)Author
2023-11-28bus: sunxi-rsb: Convert to platform remove callback returning voidUwe Kleine-König
2023-08-30Merge tag 'soc-arm-6.6' of git://git.kernel.org/pub/scm/linux/kernel/git/soc/socLinus Torvalds
2023-08-12bus: Explicitly include correct DT includesRob Herring
2023-07-31bus: sunxi-rsb: Convert to devm_platform_ioremap_resource()Yangtao Li
2023-02-24Merge tag 'driver-core-6.3-rc1' of git://git.kernel.org/pub/scm/linux/kernel/...Linus Torvalds
2023-01-27driver core: make struct bus_type.uevent() take a const *Greg Kroah-Hartman
2023-01-27of: device: make of_device_uevent_modalias() take a const device *Greg Kroah-Hartman
2023-01-08bus: sunxi-rsb: Fix error handling in sunxi_rsb_init()Yuan Can
2022-11-16bus: sunxi-rsb: Support atomic transfersSamuel Holland
2022-11-16bus: sunxi-rsb: Remove the shutdown callbackSamuel Holland
2022-06-10treewide: Replace GPLv2 boilerplate/reference with SPDX - gpl-2.0_56.RULE (pa...Thomas Gleixner
2022-04-25bus: sunxi-rsb: Fix the return value of sunxi_rsb_device_create()Christophe JAILLET
2021-11-22bus: sunxi-rsb: Fix shutdownJernej Skrabec
2021-07-21bus: Make remove callback return voidUwe Kleine-König
2021-01-18Merge remote-tracking branch 'mfd/ib-mfd-bus-5.12' into sunxi/drivers-for-5.12Chen-Yu Tsai
2021-01-15mfd/bus: sunxi-rsb: Make .remove() callback return voidUwe Kleine-König
2021-01-06bus: sunxi-rsb: Implement runtime power managementSamuel Holland
2021-01-06bus: sunxi-rsb: Implement suspend/resume/shutdown callbacksSamuel Holland
2021-01-06bus: sunxi-rsb: Split out controller init/exit functionsSamuel Holland
2021-01-06bus: sunxi-rsb: Move OF match tableSamuel Holland
2020-02-24bus: sunxi-rsb: Return correct data when mixing 16-bit and 8-bit readsOndrej Jirman
2019-08-06bus: sunxi-rsb: Remove dev_err() usage after platform_get_irq()Stephen Boyd
2017-12-05sunxi-rsb: Include OF based modalias in device ueventStefan Brüns
2017-08-16bus: Convert to using %pOF instead of full_nameRob Herring
2016-01-25drivers: sunxi-rsb: fix error output typeAndre Przywara
2015-12-22bus: sunxi-rsb: Fix peripheral IC mapping runtime addressChen-Yu Tsai
2015-12-22bus: sunxi-rsb: Fix primary PMIC mapping hardware addressChen-Yu Tsai
2015-11-17bus: sunxi-rsb: unlock on error in sunxi_rsb_read()Dan Carpenter
2015-10-26bus: sunxi-rsb: Add driver for Allwinner Reduced Serial BusChen-Yu Tsai