summaryrefslogtreecommitdiffstats
path: root/include/linux
Commit message (Expand)AuthorAgeFilesLines
...
* | Merge branch 'for-next/firmware'Sascha Hauer2021-07-181-0/+2
|\ \
| * | reset: add of_reset_control_get to headerSteffen Trumtrar2021-06-211-0/+2
| |/
* / string: implement strchrnulAhmad Fatoum2021-06-281-0/+4
|/
* nvmem: fix mismatch between extern and inline stub prototypesAhmad Fatoum2021-06-211-1/+1
* Merge branch 'for-next/overlapping-memory-banks'Sascha Hauer2021-06-161-0/+20
|\
| * memory: fuse overlapping memory banksAhmad Fatoum2021-06-021-0/+20
* | Merge branch 'for-next/misc'Sascha Hauer2021-06-162-220/+0
|\ \
| * | regulator: discard unused struct regulator_init_data handlingAhmad Fatoum2021-06-112-220/+0
| |/
* | Merge branch 'for-next/i2c'Sascha Hauer2021-06-161-4/+11
|\ \
| * | nvmem: add nvmem_regmap_register helperAhmad Fatoum2021-06-021-0/+8
| * | nvmem: provider: align read/write callback prototype with upstreamAhmad Fatoum2021-06-021-4/+3
| |/
* | clk: implement clk_bulk_get_optional()Sascha Hauer2021-06-101-0/+20
* | clk: implement set/get phaseSascha Hauer2021-06-081-0/+5
* | clk: implement CLK_SET_RATE_UNGATESascha Hauer2021-06-081-0/+1
* | clk: Rename CLK_GATE_INVERTED to CLK_GATE_SET_TO_DISABLESascha Hauer2021-06-081-1/+1
* | clk: Add CLK_GET_RATE_NOCACHESascha Hauer2021-06-081-0/+1
* | clk: Add Linux functions to register a muxSascha Hauer2021-06-071-0/+5
* | clk: Add Linux functions to register a gateSascha Hauer2021-06-071-0/+4
* | clk: Add Linux functions to register a fixed factor clockSascha Hauer2021-06-071-0/+3
* | clk: Add Linux functions to register a dividerSascha Hauer2021-06-071-0/+9
* | clk: Add lock to different clock typesSascha Hauer2021-06-071-0/+5
* | clk: Update fractional divider from LinuxSascha Hauer2021-06-071-0/+44
* | Add rational_best_approximation()Sascha Hauer2021-06-071-0/+20
* | clk: move fixed_factor to include/linux/clk.hSascha Hauer2021-06-071-0/+15
* | clk: mux: Add ro opsSascha Hauer2021-06-071-0/+1
* | clk: divider: Make clk_mux_ops constSascha Hauer2021-06-071-1/+1
* | clk: divider: Add ro opsSascha Hauer2021-06-071-0/+1
* | clk: divider: Make clk_divider_ops constSascha Hauer2021-06-071-1/+1
* | clk: introduce clk_register()Sascha Hauer2021-06-071-0/+2
* | clk: introduce struct clk_hwSascha Hauer2021-06-071-19/+77
* | clk: rename clk_register() to bclk_register()Sascha Hauer2021-06-071-1/+1
* | clk: introduce clk init opSascha Hauer2021-06-071-0/+1
|/
* Merge branch 'for-next/x86'Sascha Hauer2021-05-171-0/+3
|\
| * PCI: support PCI BIOS preassigned busesAhmad Fatoum2021-05-031-0/+3
* | Merge branch 'for-next/usb-gadget'Sascha Hauer2021-05-171-0/+10
|\ \
| * | string: implement strstarts along with strendsAhmad Fatoum2021-05-031-0/+10
| |/
* | gpio: generic: sync with upstream Linux gpio-mmio driverAhmad Fatoum2021-05-101-3/+11
* | clk: add SiFive PRCI clock controller supportAhmad Fatoum2021-05-031-0/+79
|/
* input: add virtio input driverAhmad Fatoum2021-04-133-0/+103
* Merge branch 'for-next/virtio'Sascha Hauer2021-03-233-13/+13
|\
| * PCI: port Linux pci_find_capabilityAhmad Fatoum2021-03-041-0/+5
| * virtio: fix support for big-endian clientsAhmad Fatoum2021-03-041-1/+2
| * virtio: ring: fix erroneous behavior around caches and MMUAhmad Fatoum2021-03-041-0/+2
| * virtio: remove unused, left-over, virtio_config_ops::set_featuresAhmad Fatoum2021-03-011-7/+0
| * virtio: align virtio_config_ops::generation return type with LinuxAhmad Fatoum2021-03-011-5/+4
* | reset: Remove WARN_ON when CONFIG_RESET_CONTROLLER=nJules Maselbas2021-03-161-7/+0
* | fs: delete unused members in <linux/stat.h>Ahmad Fatoum2021-03-161-12/+0
* | video: add simplefb driverAhmad Fatoum2021-03-011-0/+46
|/
* Merge branch 'for-next/virtio'Sascha Hauer2021-02-225-0/+1027
|\
| * drivers: add support for memory-mapped VirtIO paravirtualizationAhmad Fatoum2021-02-225-0/+1027