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
/
platform
/
x86
/
asus-laptop.c
Age
Commit message (
Expand
)
Author
Files
Lines
2011-05-27
asus: Add pr_fmt and convert printks to pr_<level>
Joe Perches
1
-17
/
+17
2011-03-28
platform-drivers: x86: fix common misspellings
Lucas De Marchi
1
-1
/
+1
2011-03-28
asus-laptop: remove deprecated interfaces (lcd_switch and display_get)
Corentin Chary
1
-160
/
+3
2011-03-28
asus-laptop: let WLED alone on L1400B
Corentin Chary
1
-0
/
+17
2011-03-23
backlight: add backlight type
Matthew Garrett
1
-0
/
+1
2010-12-22
Merge branch 'master' into for-next
Jiri Kosina
1
-1
/
+96
2010-11-24
asus-laptop: add wimax and wwan support
Corentin Chary
1
-1
/
+96
2010-11-16
backlight: constify backlight_ops
Lionel Debroux
1
-1
/
+1
2010-10-21
asus-laptop: use attribute group to manage attributes
Dmitry Torokhov
1
-61
/
+50
2010-10-21
asus-laptop: remove no longer used keycode_map field
Dmitry Torokhov
1
-1
/
+0
2010-10-21
asus-laptop: fix gps rfkill
Corentin Chary
1
-3
/
+3
2010-10-21
asus-laptop: Add key found on Asus N61JQ
Corentin Chary
1
-0
/
+1
2010-10-21
platform-x86: sync eeepc-laptop and asus-laptop
Corentin Chary
1
-27
/
+27
2010-08-03
asus-laptop: fix asus_input_init error path
Axel Lin
1
-5
/
+5
2010-08-03
asus-laptop: fix wapf, wlan_status and bluetooth_status module_param permissions
Axel Lin
1
-3
/
+3
2010-08-03
asus-laptop: return proper error for store_ledd if write_acpi_int fail
Axel Lin
1
-3
/
+4
2010-08-03
asus-laptop: fix incorrect return value for write_acpi_int_ret if handle is NULL
Axel Lin
1
-1
/
+1
2010-08-03
asus-laptop: fix a memory leak in asus_laptop_get_info error path
Axel Lin
1
-1
/
+3
2010-04-12
asus: don't modify bluetooth/wlan on boot
Dan Carpenter
1
-4
/
+4
2010-04-05
Merge branch 'master' into export-slabh
Tejun Heo
1
-2
/
+2
2010-04-01
asus-laptop: fix warning in asus_handle_init
Corentin Chary
1
-2
/
+2
2010-03-30
include cleanup: Update gfp.h and slab.h includes to prepare for breaking imp...
Tejun Heo
1
-0
/
+1
2010-03-16
backlight: Allow properties to be passed at registration
Matthew Garrett
1
-2
/
+5
2010-02-28
asus-laptop: fix style problems reported by checkpath.pl
Corentin Chary
1
-47
/
+47
2010-02-28
asus-laptop: use device_create_file() instead of platform_group
Corentin Chary
1
-82
/
+84
2010-02-28
asus-laptop: clean led code
Corentin Chary
1
-120
/
+115
2010-02-28
asus-laptop: add gps rfkill
Corentin Chary
1
-7
/
+58
2010-02-28
asus-laptop: set initial lcd state
Corentin Chary
1
-0
/
+2
2010-02-28
asus-laptop: leds, remove dead code and fix asus_led_exit()/asus_led_init()
Corentin Chary
1
-17
/
+14
2010-02-28
asus-laptop: add backlight changes notifications
Corentin Chary
1
-2
/
+27
2010-02-28
asus-laptop: add bluetooth keys found on M9V
Corentin Chary
1
-0
/
+2
2010-02-28
asus-laptop: switch to sparse keymap library
Corentin Chary
1
-141
/
+67
2010-02-28
asus-laptop: rename wireless_status to wlan_status to avoid confusion
Corentin Chary
1
-5
/
+5
2010-02-28
asus-laptop: add error check for write_acpi_int calls
Corentin Chary
1
-8
/
+25
2010-02-28
asus-laptop: stop using ASUS_HANDLE and use relative methods instead
Corentin Chary
1
-111
/
+129
2010-02-28
asus-laptop: rename function talking directly to acpi with asus_xxx scheme
Corentin Chary
1
-19
/
+19
2010-02-28
asus-laptop: removing read_status/store_status/write_status and asus->status
Corentin Chary
1
-57
/
+24
2010-02-28
asus-laptop: stop using read_status for lcd
Corentin Chary
1
-17
/
+20
2010-02-28
asus-laptop: stop using read_status and store_status for GPS
Corentin Chary
1
-21
/
+35
2010-02-28
asus-laptop: stop using read_status for bluetooth and wlan
Corentin Chary
1
-26
/
+29
2010-02-28
asus-laptop: code movement
Corentin Chary
1
-217
/
+223
2010-02-28
asus-laptop: callbacks should use "driver data" parameter or field
Corentin Chary
1
-153
/
+209
2010-02-28
asus-laptop: move backlight and dsdt info inside asus_laptop struct
Corentin Chary
1
-39
/
+30
2010-02-28
asus-laptop: revise names
Corentin Chary
1
-110
/
+111
2010-02-28
asus-laptop: change initialization order
Corentin Chary
1
-189
/
+180
2010-02-28
asus-laptop: remove unecessary hotk != NULL check
Corentin Chary
1
-4
/
+1
2010-02-28
asus-laptop: use tabs to indent macros and remove unused ones
Corentin Chary
1
-29
/
+22
2010-02-28
asus-laptop: simplify write_acpi_int
Corentin Chary
1
-11
/
+16
2010-02-28
asus-laptop: no need to check argument of set_brightness()
Corentin Chary
1
-8
/
+2
2010-02-28
asus-laptop: add wireless and bluetooth status parameter
Corentin Chary
1
-2
/
+17
[prev]
[next]