aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/drivers/staging/greybus/pwm.c (follow)
AgeCommit message (Expand)AuthorFilesLines
2024-02-22staging: greybus: pwm: Make use of devm_pwmchip_alloc() functionUwe Kleine-König1-18/+15
2024-02-22staging: greybus: pwm: Rework how the number of PWM lines is determinedUwe Kleine-König1-10/+13
2024-02-22staging: greybus: pwm: Drop unused gb_connection_set_data()Uwe Kleine-König1-1/+0
2024-02-22staging: greybus: pwm: Rely on pwm framework to pass a valid hwpwmUwe Kleine-König1-18/+0
2024-02-22staging: greybus: pwm: Make use of pwmchip_parent() accessorUwe Kleine-König1-7/+7
2024-02-22staging: greybus: pwm: Change prototype of helpers to prepare further changesUwe Kleine-König1-31/+29
2023-10-13pwm: Manage owner assignment implicitly for driversUwe Kleine-König1-1/+0
2023-09-07Merge tag 'pwm/for-6.6-rc1' of git://git.kernel.org/pub/scm/linux/kernel/git/thierry.reding/linux-pwmLinus Torvalds1-6/+6
2023-07-27staging: greybus: pwm: Drop unused member from driver structUwe Kleine-König1-1/+0
2023-07-21staging: greybus: pwm: Consistently name pwm_chip variables "chip"Uwe Kleine-König1-6/+6
2023-03-26staging: greybus: Inline pwm_chip_to_gb_pwm_chip()Sumitra Sharma1-2/+5
2023-03-25staging: greybus: remove unnecessary blank lineMenna Mahmoud1-1/+0
2022-04-12staging: greybus: pwm: Drop assignment to struct pwm_chip::baseUwe Kleine-König1-1/+0
2022-03-18staging: greybus: introduce pwm_ops::applySong Chen1-24/+40
2019-08-27staging: greybus: move core include files to include/linux/greybus/Greg Kroah-Hartman1-1/+1
2017-11-11staging: greybus: Remove redundant license textGreg Kroah-Hartman1-2/+0
2017-11-11staging: greybus: add SPDX identifiers to all greybus driver filesGreg Kroah-Hartman1-0/+1
2017-01-04pwm: Remove .can_sleep from struct pwm_chipThierry Reding1-1/+0
2016-07-14greybus: pwm: Add runtime_pm supportAxel Haslam1-12/+86
2016-06-10greybus: Remove extra blank linesViresh Kumar1-1/+0
2016-06-08greybus: kernel_ver.h: provide pwm_is_enabled()Greg Kroah-Hartman1-1/+1
2016-05-31greybus: gbphy: Remove protocol specific version handlingViresh Kumar1-4/+0
2016-05-19greybus: gpbridge: rename 'gpbridge' to 'gbphy' everywhereSandeep Patil1-16/+16
2016-05-14greybus: pwm: Create separate moduleViresh Kumar1-1/+4
2016-05-05greybus: PWM: convert to a gpbridge driverGreg Kroah-Hartman1-20/+46
2016-03-22greybus: convert drivers to use connection->private set/getGreg Kroah-Hartman1-3/+2
2016-03-03greybus: gpbridge.h: move protocol init/exit prototypesGreg Kroah-Hartman1-0/+1
2015-10-15greybus: pwm: use the bundle struct device instead of the connectorGreg Kroah-Hartman1-2/+3
2015-09-02greybus: pwm: replace pr_err with dev_errJohan Hovold1-1/+1
2015-08-11greybus: pwm: Drop get_version supportViresh Kumar1-10/+0
2015-08-10greybus: pwm: Use (already defined) major/minor macrosViresh Kumar1-2/+2
2015-07-01greybus: Rename gb_gpbridge_protocol_driver() as gb_builtin_protocol_driver()Viresh Kumar1-1/+1
2015-05-23greybus: include "gpbridge.h" from "greybus.h"Alex Elder1-1/+1
2015-05-20greybus: Use gb_gpbridge_protocol_init()Viresh Kumar1-9/+1
2015-04-10greybus: Move briged phy structure definitions into gpbridge.hJohn Stultz1-47/+1
2015-03-17greybus: pwm: fix config-request alignmentJohan Hovold1-2/+2
2015-03-17greybus: pwm: fix memory leak in error pathJohan Hovold1-1/+1
2015-01-22greybus: remove unused version-response structsViresh Kumar1-6/+0
2015-01-22greybus: create get_version() routines with the help of a macroViresh Kumar1-25/+3
2015-01-22greybus: Remove "-gb" suffix from .c filesViresh Kumar1-0/+331