Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm
/
4f124b569622cb3e820c525c7ea6c26f2604f5af
4f124b5
pinctrl: generic: Fix compilation error
by Sachin Kamat
· 12 years ago
0b8ceb7
pinctrl: Print the correct information in debugfs pinconf-state file
by Laurent Pinchart
· 12 years ago
eda8952b
pinctrl: generic: rename input schmitt disable
by Haojian Zhuang
· 12 years ago
a31518f
pinctrl/pinconfig: add debug interface
by Laurent Meunier
· 12 years ago
c9dc9e7
pinctrl: core: Make pinctrl_release static
by Sachin Kamat
· 12 years ago
9b6740c
drivers/pinctrl: grab default handles from device core
by Linus Walleij
· 12 years ago
8d08d96
pinctrl: generic: add slew rate config parameter
by Haojian Zhuang
· 12 years ago
4614e78
pinctrl: core: get devname from pinctrl_dev
by Haojian Zhuang
· 12 years ago
a79d906
pinctrl: pinconf-generic: add drive strength parameter
by Maxime Ripard
· 12 years ago
6c15999
pinctrl: do not defer device tree hogs
by Linus Walleij
· 12 years ago
50ec39a
pinctrl: add pinconf-generic defines for output
by Linus Walleij
· 12 years ago
b02491e
pinctrl: add sleep mode management for hogs
by Julien Delacou
· 12 years ago
6eacf84
pinctrl: skip deferral of hogs
by Linus Walleij
· 12 years ago
8527f41
pinctrl: fix comment mistake
by Linus Walleij
· 12 years ago
71064ad
pinctrl: Drop selecting PINCONF for MMP2, PXA168 and PXA910
by Axel Lin
· 12 years ago
24abc3d
pinctrl: generic: add input schmitt disable parameter
by Haojian Zhuang
· 12 years ago
257ad89
pinctrl: add function to retrieve range from pin
by Linus Walleij
· 12 years ago
4035a6b
pinctrl: make range registration defer properly
by Linus Walleij
· 12 years ago
9577ee8
gpiolib: rename find_pinctrl_*
by Linus Walleij
· 12 years ago
9f0488d
pinctrl: tegra: Make PINCTRL_TEGRA select PINMUX && PINCONF
by Axel Lin
· 12 years ago
1f14945
pinctrl: pinmux: Release all taken pins in pinmux_enable_setting error paths
by Axel Lin
· 12 years ago
4aca036
gpiolib: separation of pin concerns
by Linus Walleij
· 12 years ago
e77d22c
gpiolib: provide provision to register pin ranges
by Shiraz Hashim
· 12 years ago
6b74abd
Revert "pinctrl: remove pinctrl_remove_gpio_range"
by Viresh Kumar
· 12 years ago
696b23a
pinctrl: reserve pins when states are activated
by Linus Walleij
· 12 years ago
c76fbb7
pinctrl: fix missing unlock on error in pinctrl_groups_show()
by Wei Yongjun
· 12 years ago
fd4c73c
pinctrl: remove mutex lock in groups show
by Haojian Zhuang
· 12 years ago
5181dfb
pinctrl: clarify idle vs sleep states
by Linus Walleij
· 12 years ago
1c2c4bc
pinctrl: Fix potential memory leak in pinctrl_register_one_pin()
by Sachin Kamat
· 12 years ago
8ce52e0
pinctrl: use kasprintf() in pinmux_request_gpio()
by Thomas Petazzoni
· 12 years ago
5e4b330
pinctrl: use ERR_CAST instead of ERR_PTR(PTR_ERR(...))
by Uwe Kleine-König
· 12 years ago
b32fc67
trivial: pinctrl core: remove extraneous code lines
by Richard Genoud
· 12 years ago
62e998a
pinctrl: header: trivial: declare struct device
by Richard Genoud
· 12 years ago
cc92f7e
pinctrl: select the proper symbol
by Linus Walleij
· 13 years ago
89b725e
pinctrl: add pinctrl_add_gpio_ranges function
by Dong Aisheng
· 13 years ago
8f83ecd
pinctrl: remove pinctrl_remove_gpio_range
by Dong Aisheng
· 13 years ago
8f4ca4c
pinctrl/pinctrl-core: cleanup pinctrl_register
by Devendra Naga
· 13 years ago
20adcc7
pinctrl: fix a minor harmless typo
by Guennadi Liakhovetski
· 13 years ago
864da59
pinctrl: add sleep state definition
by Linus Walleij
· 13 years ago
36591d6
pinctrl: make pinmux disable function optional
by Dong Aisheng
· 13 years ago
e90e7c4
pinctrl: a minor error checking improvement for pinconf
by Dong Aisheng
· 13 years ago
82718cf
pinctrl: (cosmetic) fix two entries in DocBook comments
by Guennadi Liakhovetski
· 13 years ago
07aa3d9
pinctrl: add more info to error msgs in pin_request
by Stephen Warren
· 13 years ago
d6ae0911
pinctrl: support gpio request deferred probing
by Dong Aisheng
· 13 years ago
1484b14
pinctrl: add pinctrl_provide_dummies interface for platforms to use
by Dong Aisheng
· 13 years ago
a5982f0
pinctrl: enhance reporting of errors when loading from DT
by John Crispin
· 13 years ago
5a466c0
pinctrl: add kerneldoc for pinctrl_ops device tree functions
by Stephen Warren
· 13 years ago
5a0fa5b
pinctrl: propagate map validation errors
by Stephen Warren
· 13 years ago
5191bb6
pinctrl: fix dangling comment
by Linus Walleij
· 13 years ago
f0011d6
pinctrl: fix signed vs unsigned conditionals inside pinmux_map_to_setting
by John Crispin
· 13 years ago
38491d2
pinctrl: show pin name for pingroups in sysfs
by Dong Aisheng
· 13 years ago
200f130
pinctrl: show pin name when request pins
by Dong Aisheng
· 13 years ago
4be45fa
pinctrl: implement devm_pinctrl_get()/put()
by Stephen Warren
· 13 years ago
e7a7b81
pinctrl: a minor fix of pin config debug information
by Dong Aisheng
· 13 years ago
ac9a29d
pinctrl: pinconf: fix compilation error if PINCONF is not selected
by Viresh Kumar
· 13 years ago
bb5febf
pinctrl: allow pctldevs to decode pin config in debugfs
by Stephen Warren
· 13 years ago
fd887fa
pinctrl: ifdef CONFIG_DEBUG_FS cleanup
by Stephen Warren
· 13 years ago
2c38250
pinctrl: mark non-EXPERIMENTAL
by Linus Walleij
· 13 years ago
a13f7d3
pinctrl: implement pinctrl deferred probing
by Linus Walleij
· 13 years ago
cd2d5b3
pinctrl: add some error checking for user interfaces
by Dong Aisheng
· 13 years ago
4e99dd4
pinctrl: fix pinmux_check_ops error checking
by Dong Aisheng
· 13 years ago
203c1b3
pinctrl: replace list_*() with get_*_count()
by Viresh Kumar
· 13 years ago
502e9e1
pinctrl: fix build when CONFIG_OF && !CONFIG_PINCTRL
by Stephen Warren
· 13 years ago
c221fde
pinctrl: core device tree mapping table parsing support
by Stephen Warren
· 13 years ago
bc7521c
Merge "arm/dt: msm8610: Adjust Y-clipping data for Atmel touch Controller"
by Linux Build Service Account
· 12 years ago
2ae677c
Merge "usb: gadget: Disable transfer-complete interrupt on BAM2BAM transfers"
by Linux Build Service Account
· 12 years ago
eec399e
Merge "arm/dt: msm8610: Support manual mode for mpp leds"
by Linux Build Service Account
· 12 years ago
d983900
Merge "msm: mdss: turn off DSI PHY DCDC regulator on 8x10"
by Linux Build Service Account
· 12 years ago
07c63da
Merge "msm: subsystem_restart: Change the error ready log message"
by Linux Build Service Account
· 12 years ago
c5e60f0
Merge "spi_qsd: Config GPIOs by name rather then by index"
by Linux Build Service Account
· 12 years ago
1714e23
Merge "mmc: core: add checks for pointers before driver shutdown"
by Linux Build Service Account
· 12 years ago
7528442
Merge "msm: ipa: Revert changes done for RNDIS E2E TCP DL"
by Linux Build Service Account
· 12 years ago
fa71fa1
Merge "msm: ipa: improve visibility of error messages"
by Linux Build Service Account
· 12 years ago
7390b6e
Merge "defconfig: krypton: Enable Ethernet"
by Linux Build Service Account
· 12 years ago
49db268
Merge "ARM: dts: msm: Add SPI and Ethernet nodes for msm-krypton"
by Linux Build Service Account
· 12 years ago
21b60ce
Merge "defconfig: msm8610/msm8226: Enable the qpnp-revid driver"
by Linux Build Service Account
· 12 years ago
0af1d21
Merge "ARM: msm: Add qpnp-revid devices for PM8226 and PM8110"
by Linux Build Service Account
· 12 years ago
5286548
Merge "msm: mdss: Fix for histogram update for dual display panel"
by Linux Build Service Account
· 12 years ago
02a760d
Merge "arm/dt: 9625: Set USB ITC value to 16"
by Linux Build Service Account
· 12 years ago
88ad45e
Merge "usb: gadget: Allow non-default and non-zero ITC value"
by Linux Build Service Account
· 12 years ago
1f63fa1
Merge "qseecom: change QSEOS key management response results definition"
by Linux Build Service Account
· 12 years ago
f397327
Merge "msm: mdss: Reveal finer error details for Assertive Display"
by Linux Build Service Account
· 12 years ago
406bf5d
Merge "board: krypton: Enable SPI and SPI-Ethernet"
by Linux Build Service Account
· 12 years ago
ce453cb
Merge "wcnss: Invoke PIL only after completing intialization"
by Linux Build Service Account
· 12 years ago
643b3df
Merge "ARM: dts: msm: turn off SD card regulators on msm8226 boards"
by Linux Build Service Account
· 12 years ago
3a33cf0
Merge "input: synaptics_fw_update: Modify sysfs fw update names"
by Linux Build Service Account
· 12 years ago
1ebc9f4
Merge "arm/dt: msm8974: change voltage range of pm8941_l19"
by Linux Build Service Account
· 12 years ago
78ed736
Merge "ARM: dts: msm: Drop useless includes"
by Linux Build Service Account
· 12 years ago
c393317
Merge "msm: msm_bus: Correct the return value from register-client"
by Linux Build Service Account
· 12 years ago
679f33e
Merge "arm/dt: apq8074: add continuous splash screen flag"
by Linux Build Service Account
· 12 years ago
7b949ee
Merge "power: qpnp-bms: Expose the learnt FCC values to userspace"
by Linux Build Service Account
· 12 years ago
67a6361
Merge "power: qpnp-bms: Add FCC learning support"
by Linux Build Service Account
· 12 years ago
02c91ec
Merge "defconfig: 9625: remove RTB from perf config"
by Linux Build Service Account
· 12 years ago
049a3ba
Merge "mdss: display: Delay DSI PHY disable for DSI Broadcast mode"
by Linux Build Service Account
· 12 years ago
e889bbc
Merge "camera_v2: jpeg: Avoid double freeing"
by Linux Build Service Account
· 12 years ago
f05b4e6
Merge "msm: clock-8092: Add clock support for ocmem"
by Linux Build Service Account
· 12 years ago
62e2dd0
Merge "msm: clock-9625: Support measurement of some RPM clocks"
by Linux Build Service Account
· 12 years ago
424803b
Merge "msm: pproc: Change error handling for msm_iommu_get_ctx"
by Linux Build Service Account
· 12 years ago
3a82618
Merge "msm: mdss: Prevent non-zero backlight following display blank"
by Linux Build Service Account
· 12 years ago
5d91ea8
Merge "msm: clock-8226: Add clocks for mobicore driver"
by Linux Build Service Account
· 12 years ago
Next »