summaryrefslogtreecommitdiff
path: root/bpfc.zsh
blob: ae6eb398eb49a95020f1c2a6ae4cd114c3d90d8a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#compdef bpfc
#
# bpfc.zsh --  zsh completion function for bpfc
#
# Copyright (C) 2013 Hideo Hattori <hhatto.jp@gmail.com>
#
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License version 2 as
# published by the Free Software Foundation.

typeset -A opt_args

_arguments -s -S \
    "(-i --input)"{-i,--input}"[Berkeley Packet Filter file]:input:_files" \
    "(-V --verbose)"{-V,--verbose}"[Be more verbose]" \
    {-v,--version}"[Print version]:" \
    {-h,--help}"[Print this help]:" \
    "*::args:_gnu_generic"
.cgi/linux/net-next.git/commit/?h=nds-private-remove&id=07ea0b4d9a0abde8d252738079a8a811c5132a94'>07ea0b4d9a0abde8d252738079a8a811c5132a94 (patch) treee881d8aefaf87c8e7e7cc37652833841feb11a42 parent4de2d58bc973caa8988b44ddd11787e57051c843 (diff)
clk: sunxi: display: Add per-clock flags
The TCON channel 0 clock that is the parent clock of our pixel clock is expected to change its rate depending on the resolution we want to output in our display engine. However, since it's only a mux, the only way it can do that is by changing its parents rate. Allow to give flags in our display clocks description, and add the CLK_SET_RATE_PARENT flag for the TCON channel 0 flag. Fixes: a3b4956ee6d9 ("clk: sunxi: display: Add per-clock flags") Acked-by: Chen-Yu Tsai <wens@csie.org> Signed-off-by: Maxime Ripard <maxime.ripard@free-electrons.com>
Diffstat