index
:
linux-dev
linus/master
master
Linux kernel development work - see feature branches
Jason A. Donenfeld
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
drivers
/
staging
/
greybus
Age
Commit message (
Expand
)
Author
Files
Lines
2016-02-17
greybus: lights: fix check for configured lights
Rui Miguel Silva
1
-1
/
+6
2016-02-17
greybus: lights: remove has_flash on failure
Rui Miguel Silva
1
-1
/
+3
2016-02-17
greybus: lights: remove unnecessary checks
Rui Miguel Silva
1
-5
/
+0
2016-02-17
greybus: gb_loopback: Fix throughput calculations
Alexandre Bailon
1
-15
/
+42
2016-02-17
greybus: es2: fix cport-count error handling
Johan Hovold
1
-2
/
+6
2016-02-16
greybus: loopback: Add reserved fields to transfer request
Axel Haslam
1
-0
/
+6
2016-02-16
greybus: arche-apb-ctrl: Do not coldboot APBs in probe
Vaibhav Hiremath
1
-9
/
+0
2016-02-15
greybus: manifest: Parse cports (within a bundle) in the order from manifest blob
Viresh Kumar
1
-1
/
+1
2016-02-15
greybus: camera: Don't configure CSI TX in test only mode
Laurent Pinchart
1
-11
/
+6
2016-02-15
greybus: camera: Set power mode after configuring streams
Laurent Pinchart
1
-27
/
+16
2016-02-15
greybus: camera: Clean up when AP link power mode configuration failed
Laurent Pinchart
1
-0
/
+1
2016-02-15
greybus: camera: Factorize link power mode configuration code into a function
Laurent Pinchart
1
-64
/
+52
2016-02-15
greybus: power_supply: convert to bundle driver
Viresh Kumar
2
-18
/
+55
2016-02-15
greybus: power_supply: Break supply setup into two parts
Viresh Kumar
1
-13
/
+44
2016-02-15
greybus: lights: convert to bundle driver
Viresh Kumar
2
-18
/
+55
2016-02-15
greybus: lights: Break light setup into two parts
Viresh Kumar
1
-4
/
+42
2016-02-15
greybus: loopback: convert to bundle driver
Viresh Kumar
2
-25
/
+62
2016-02-15
greybus: raw: convert to bundle driver
Viresh Kumar
2
-25
/
+58
2016-02-15
greybus: raw: Don't use (possibly) uninitialized raw->device in gb_raw_receive()
Viresh Kumar
1
-9
/
+8
2016-02-15
greybus: raw: Use consistent label names in connection_init()
Viresh Kumar
1
-4
/
+4
2016-02-15
greybus: only build arche platform driver if usb3613 is enabled
Greg Kroah-Hartman
1
-1
/
+3
2016-02-15
greybus: arche-platform: Control usb3613 from arche-platform
Vaibhav Hiremath
1
-0
/
+19
2016-02-15
greybus: arche-apb-ctrl: Do not export any gpios
Vaibhav Hiremath
1
-16
/
+0
2016-02-15
greybus: arche-platform: Do not export any gpios
Vaibhav Hiremath
1
-16
/
+0
2016-02-15
greybus: arche-platform: Fix boot, poweroff and fw_flashing seq with APBs
Vaibhav Hiremath
1
-15
/
+62
2016-02-15
greybus: arche-apb-ctrl: Export operational fns from driver
Vaibhav Hiremath
2
-0
/
+29
2016-02-15
greybus: arche-apb-ctrl: Rename internal operational state fns
Vaibhav Hiremath
1
-12
/
+12
2016-02-15
greybus: arche-apb-ctrl: Introduce ara,init-disable property for APB
Vaibhav Hiremath
1
-1
/
+23
2016-02-15
greybus: arche-apb-ctrl: Add sysfs to allow user to change state
Vaibhav Hiremath
1
-0
/
+115
2016-02-15
greybus: arche-apb-ctrl: Pass only platform_device to _seq fns
Vaibhav Hiremath
1
-7
/
+10
2016-02-15
greybus: arche-apb-ctrl: Set default state value to OFF
Vaibhav Hiremath
1
-0
/
+3
2016-02-15
greybus: arche-apb-ctrl: Rename init_seq and cleanup fn
Vaibhav Hiremath
1
-22
/
+22
2016-02-15
greybus: arche-apb-ctrl: Re-arrange init sequence
Vaibhav Hiremath
1
-56
/
+40
2016-02-15
greybus: arche-platform: Introduce FW_FLASHING state
Vaibhav Hiremath
2
-0
/
+28
2016-02-15
greybus: arche_platform: Add sysfs to allow user to change state
Vaibhav Hiremath
1
-0
/
+56
2016-02-15
greybus: arche-platform: Pull wake/detect low in poweroff
Vaibhav Hiremath
1
-0
/
+4
2016-02-15
greybus: arche-platform: Add state variable to driver data
Vaibhav Hiremath
1
-0
/
+7
2016-02-15
greybus: arche-platform: Rename cleanup fn to poweroff_seq
Vaibhav Hiremath
1
-2
/
+2
2016-02-15
greybus: arche-platform: Cancel delayed_work in driver remove fn
Vaibhav Hiremath
1
-0
/
+1
2016-02-12
greybus: arche-platform: Introduce coldboot_seq fn
Vaibhav Hiremath
1
-15
/
+34
2016-02-12
greybus: arche-platform: make apb_state common to both platform drivers
Vaibhav Hiremath
2
-8
/
+9
2016-02-11
greybus: raw: fix memory leak on disconnect
Johan Hovold
1
-1
/
+1
2016-02-11
greybus: bundle: remove private data field
Johan Hovold
2
-5
/
+2
2016-02-11
greybus: spi: add bundle-device prefix to error messages
Johan Hovold
1
-1
/
+2
2016-02-11
greybus: loopback: add missing pr_fmt
Johan Hovold
1
-0
/
+3
2016-02-11
greybus: i2c: add bundle-device prefix to error messages
Johan Hovold
1
-3
/
+6
2016-02-11
greybus: core: add device prefix to error messages
Johan Hovold
3
-6
/
+2
2016-02-11
greybus: manifest: add interface-device prefix to messages
Johan Hovold
1
-20
/
+21
2016-02-10
greybus: interface: clear upper 16-bits of version_id and product_id
Michael Scott
1
-2
/
+23
2016-02-09
greybus: Revert "arche-apb-ctrl: Remove extra delay in APB reset"
Vaibhav Hiremath
1
-0
/
+1
[prev]
[next]