index
:
starfive-tech/linux.git
JH7100_VisionFive_OH_dev
JH7110_VisionFive2_510_devel
JH7110_VisionFive2_6.1.y_devel
JH7110_VisionFive2_6.6.y_devel
JH7110_VisionFive2_devel
JH7110_VisionFive2_upstream
beaglev-5.13.y
beaglev_fedora_devel
buildroot-upstream
esmil_starlight
fedora-vic-7100_5.10.6
master
openwrt-6.1.y
rt-ethercat-release
rt-linux-6.6.y-release
rt-linux-release
rtthread_AMP
starfive-5.13
starfive-5.15-dubhe
starfive-6.1-dubhe
starfive-6.1.65-dubhe
starfive-6.6.10-dubhe
starfive-6.6.31-dubhe
starlight-5.14.y
visionfive
visionfive-5.13.y-devel
visionfive-5.15.y
visionfive-5.15.y-devel
visionfive-5.15.y_fedora_devel
visionfive-5.16.y
visionfive-5.17.y
visionfive-5.18.y
visionfive-5.19.y
visionfive-6.4.y
visionfive_fedora_devel
StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)
Andrey V.Kosteltsev
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
drivers
/
base
/
platform.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-04-29
PM / Platform: Use generic runtime PM callbacks directly
Rafael J. Wysocki
1
-28
/
+3
2011-04-29
PM: Export platform bus type's default PM callbacks
Rafael J. Wysocki
1
-54
/
+18
2011-04-13
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-3
/
+3
2011-04-12
mfd: Fetch cell pointer from platform_device->mfd_cell
Samuel Ortiz
1
-0
/
+1
2011-04-12
PM / Hibernate: Introduce CONFIG_HIBERNATE_CALLBACKS
Rafael J. Wysocki
1
-3
/
+3
2010-10-25
Merge branch 'next-devicetree' of git://git.secretlab.ca/git/linux-2.6
Linus Torvalds
1
-0
/
+1
2010-10-22
base/platform: Simplifications for NULL platform data/resources handling
Anton Vorontsov
1
-20
/
+12
2010-10-22
base/platform: Safe handling for NULL platform data and resources
Anton Vorontsov
1
-1
/
+8
2010-10-22
driver core: platform_bus: allow runtime override of dev_pm_ops
Kevin Hilman
1
-0
/
+35
2010-10-22
driver core: platform: Use drv->driver.bus instead of assuming platform_bus_type
Patrick Pannuto
1
-2
/
+2
2010-10-21
of/device: Rework to use common platform_device_alloc() for allocating devices
Grant Likely
1
-0
/
+1
2010-08-06
Merge git://git.kernel.org/pub/scm/linux/kernel/git/gregkh/driver-core-2.6
Linus Torvalds
1
-81
/
+29
2010-08-06
Driver core: move platform device creation helpers to .init.text (if MODULE=n)
Uwe Kleine-König
1
-1
/
+1
2010-08-06
Driver core: reduce duplicated code for platform_device creation
Uwe Kleine-König
1
-78
/
+26
2010-08-06
Driver core: use kmemdup in platform_device_add_resources
Uwe Kleine-König
1
-3
/
+3
2010-07-24
of: Merge of_platform_bus_type with platform_bus_type
Grant Likely
1
-0
/
+6
2010-07-24
drivercore/of: Add OF style matching to platform bus
Grant Likely
1
-1
/
+6
2010-05-21
platform_bus: allow custom extensions to system PM methods
Kevin Hilman
1
-4
/
+4
2010-05-20
Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/raf...
Linus Torvalds
1
-3
/
+3
2010-05-19
Merge git://git.kernel.org/pub/scm/linux/kernel/git/lethal/sh-2.6
Linus Torvalds
1
-0
/
+20
2010-05-17
platform: Make platform resource input parameters const
Geert Uytterhoeven
1
-2
/
+2
2010-05-13
Merge branch 'sh/driver-core'
Paul Mundt
1
-1
/
+1
2010-05-13
driver core: Early dev_name() depends on slab_is_available().
Paul Mundt
1
-1
/
+1
2010-05-11
PM / platform_bus: Allow runtime PM by default
Mark Brown
1
-3
/
+3
2010-03-30
Merge branches 'sh/intc-extension', 'sh/dmaengine', 'sh/serial-dma' and 'sh/c...
Paul Mundt
1
-0
/
+20
2010-03-29
driver core: Convert to kasprintf() for early dev_name().
Paul Mundt
1
-7
/
+8
2010-03-19
driver-core: document ERR_PTR() return values
Jani Nikula
1
-0
/
+6
2010-03-19
Driver core: Early platform kernel-doc update
Magnus Damm
1
-7
/
+20
2010-03-10
driver core: Early dev_name() support.
Paul Mundt
1
-0
/
+19
2010-03-08
Driver core: Fix first line of kernel-doc for a few functions
Ben Hutchings
1
-8
/
+8
2010-03-08
Driver core: make struct platform_driver.id_table const
Uwe Kleine-König
1
-1
/
+1
2010-03-08
Driver core: add platform_create_bundle() helper
Dmitry Torokhov
1
-0
/
+58
2009-12-23
Driver core: export platform_device_register_data as a GPL symbol
Michael Hennerich
1
-0
/
+1
2009-12-11
Driver Core: Early platform driver buffer
Magnus Damm
1
-7
/
+22
2009-10-31
Driver core: allow certain drivers prohibit bind/unbind via sysfs
Dmitry Torokhov
1
-1
/
+5
2009-09-15
driver core: platform_device_add_data(): use kmemdup()
Andrew Morton
1
-4
/
+4
2009-08-23
PM: Run-time PM platform device bus support
Magnus Damm
1
-9
/
+37
2009-08-16
Merge branch 'master' into for-linus
Rafael J. Wysocki
1
-3
/
+0
2009-08-11
PM / Driver Core: Kill dev_pm_ops platform warning for now
Magnus Damm
1
-3
/
+0
2009-07-24
Driver Core: Make PM operations a const pointer
Dmitry Torokhov
1
-1
/
+1
2009-07-22
PM: Remove platform device suspend_late()/resume_early() V2
Magnus Damm
1
-36
/
+0
2009-06-16
driver core: fix gcc 4.3.3 warnings about string literals
Greg Kroah-Hartman
1
-1
/
+1
2009-06-16
driver core: Const-correct platform getbyname functions
Linus Walleij
1
-2
/
+3
2009-06-12
Driver Core: Rework platform suspend/resume, print warning
Magnus Damm
1
-24
/
+12
2009-05-09
Revert driver core: move platform_data into platform_device
Greg Kroah-Hartman
1
-3
/
+0
2009-05-09
Revert driver core: fix passing platform_data
Ming Lei
1
-14
/
+1
2009-05-09
Driver core: platform: fix kernel-doc warnings
Randy Dunlap
1
-3
/
+3
2009-04-17
Driver Core: early platform driver
Magnus Damm
1
-0
/
+239
2009-03-25
driver core: fix passing platform_data
Ming Lei
1
-1
/
+14
2009-03-25
driver core: move platform_data into platform_device
Ming Lei
1
-0
/
+3
[next]