summaryrefslogtreecommitdiffstats
path: root/include
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'for-next/misc' into masterSascha Hauer2020-10-146-3/+9
|\
| * of: implement of_property_write_strings for multiple stringsAhmad Fatoum2020-10-022-0/+3
| * include: string: migrate barebox function from <linux/string.h>Ahmad Fatoum2020-10-022-1/+1
| * include: asm-generic: bitio.h don't include <asm-generic/io.h> directlyAhmad Fatoum2020-10-011-1/+1
| * include: regulator.h: forward declare struct device_dAhmad Fatoum2020-09-291-0/+2
| * aiodev: Name channels with device instance nameTrent Piepho2020-09-291-1/+2
* | Merge branch 'for-next/magicvar-unique-id' into masterSascha Hauer2020-10-141-6/+4
|\ \
| * | magicvar: retire BAREBOX_MAGICVAR_NAMEDSascha Hauer2020-10-021-4/+0
| * | magicvar: Use __UNIQUE_ID to generate nameSascha Hauer2020-10-021-5/+7
| |/
* | Merge branch 'for-next/driver-macro' into masterSascha Hauer2020-10-142-0/+26
|\ \
| * | net: phy: Add and use driver register macroSascha Hauer2020-10-011-0/+20
| * | treewide: Use driver macroSascha Hauer2020-09-291-0/+6
| |/
* | Merge branch 'for-next/dev-drvdata' into masterSascha Hauer2020-10-141-0/+18
|\ \
| * | driver: introduce less error-prone dev_get_drvdata alternativeAhmad Fatoum2020-10-091-0/+18
| |/
* | Merge branch 'for-next/deep-probe-prepare' into masterSascha Hauer2020-10-141-0/+2
|\ \
| * | regulator: add device reference to regulator_devMarco Felsch2020-09-291-0/+2
| |/
* | imd: add buildsystem version to metadataSteffen Trumtrar2020-09-281-0/+1
* | common: print buildsystem version in barebox bannerSteffen Trumtrar2020-09-251-0/+1
|/
* Merge branch 'for-next/protonic' into masterSascha Hauer2020-09-253-0/+12
|\
| * of: of_device_get_match_compatible() helperOleksij Rempel2020-08-241-0/+6
| * common: console_common: add of_console_get_by_alias() helperOleksij Rempel2020-08-241-0/+1
| * gpiolib: add gpio_array_to_id helper to get ID out of GPIO arrayOleksij Rempel2020-08-241-0/+5
* | Merge branch 'for-next/net' into masterSascha Hauer2020-09-2510-25/+170
|\ \
| * | workqueues: Add support for delayed workSascha Hauer2020-09-141-0/+13
| * | fs: Warn when filesystem operations are called from a pollerSascha Hauer2020-08-191-0/+10
| * | Add WARN_ONCE() macroSascha Hauer2020-08-191-0/+13
| * | fastboot net: implement fastboot over UDPEdmund Henniges2020-08-192-0/+15
| * | fastboot: Add fastboot_abort()Sascha Hauer2020-08-191-0/+2
| * | fastboot: rename usbgadget.fastboot_* variables to fastboot.*Daniel Glöckner2020-08-191-0/+15
| * | globalvar: Add helper for deprecated variable namesSascha Hauer2020-08-191-0/+5
| * | usb: Add a slice to usb host controllersSascha Hauer2020-08-191-1/+7
| * | net: mdiobus: Add sliceSascha Hauer2020-08-191-23/+15
| * | net: Add a slice to struct eth_deviceSascha Hauer2020-08-191-0/+10
| * | ratp: Switch to workqueuesSascha Hauer2020-08-131-1/+0
| * | Add workqueuesSascha Hauer2020-08-132-0/+34
| * | Introduce slicesSascha Hauer2020-08-131-0/+31
* | | Merge branch 'for-next/mmc' into masterSascha Hauer2020-09-252-1/+3
|\ \ \
| * | | globalvar: add globalvar_set functionRouven Czerwinski2020-09-151-0/+1
| * | | mci: fix wrong sd/mmc/emmc card size computation for arch where char is signedYann Sionneau2020-09-151-1/+1
| * | | mci: mci-core: add GPP supportJuergen Borleis2020-09-141-0/+1
| | |/ | |/|
* | | Merge branch 'for-next/misc' into masterSascha Hauer2020-09-258-8/+72
|\ \ \
| * | | clk: Add clk_bulk_[get|put]_all()Sascha Hauer2020-09-241-0/+46
| * | | clk_dump command: Allow printing a single clockSascha Hauer2020-09-231-0/+1
| * | | globalvar: allow running actions on set with globalvar_add_bool()Ahmad Fatoum2020-09-181-3/+11
| * | | commands: setenv: allow use with hush shellAhmad Fatoum2020-09-181-0/+1
| * | | regulator: provide regulator_get_name() stub for !CONFIG_REGULATORAhmad Fatoum2020-09-151-0/+5
| * | | commands: reset: allow specifying reset by nameAhmad Fatoum2020-09-151-0/+2
| * | | restart: give all restart handlers a descriptive nameAhmad Fatoum2020-09-151-1/+2
| * | | common: restart: number unnamed restart handlersAhmad Fatoum2020-09-151-1/+0
| * | | lib: string: retire deprecated strtok() in favor of reentrant strsep()Ahmad Fatoum2020-09-141-2/+0