u-boot-brain/drivers
Thomas Chou 430b43e8ee timer: altera_timer: use BIT macro
Replace numerical bit shift with BIT macro
in altera_timer

:%s/(1 << nr)/BIT(nr)/g
where nr = 0, 1, 2 .... 31

Signed-off-by: Thomas Chou <thomas@wytron.com.tw>
Reviewed-by: Jagan Teki <jteki@openedev.com>
2015-11-06 09:14:11 +08:00
..
adc sandbox: add ADC driver 2015-11-02 10:38:00 +09:00
bios_emulator
block Move ALLOC_CACHE_ALIGN_BUFFER() to the new memalign.h header 2015-09-11 17:15:20 -04:00
bootcount
clk rockchip: rk3288: Add clock driver 2015-09-02 21:28:23 -06:00
core Merge branch 'master' of git://git.denx.de/u-boot-net 2015-10-29 16:30:33 -04:00
cpu
crypto crypto/fsl: SEC driver cleanup for 64 bit and endianness 2015-10-29 10:33:57 -07:00
ddr drivers/ddr/fsl_ddr: Make SR_IE configurable 2015-10-30 09:19:41 -07:00
demo
dfu dfu: dfu_sf: Pass duplicate devstr to parse_dev 2015-11-03 17:29:33 +01:00
dma dma: keystone_nav: Fix linkram size 2015-10-22 14:22:22 -04:00
fpga
gpio nios2 : convert altera_pio to driver model 2015-10-23 07:37:03 +08:00
hwmon Fix bad return value checks (detected with Coccinelle) 2015-10-24 13:50:30 -04:00
i2c Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq 2015-10-30 12:56:58 -04:00
input video: Drop DEV_FLAGS_SYSTEM flag 2015-11-05 08:22:21 +01:00
led dm: led: Tidy up SPL options for the led and led-gpio 2015-09-02 21:28:22 -06:00
memory
misc Merge branch 'master' of git://git.denx.de/u-boot-fsl-qoriq 2015-10-30 12:56:58 -04:00
mmc Merge git://git.denx.de/u-boot-samsung 2015-11-05 07:46:45 -05:00
mtd Merge branch 'master' of git://git.denx.de/u-boot-spi 2015-10-28 16:56:43 -04:00
net video: Drop DEV_FLAGS_SYSTEM flag 2015-11-05 08:22:21 +01:00
pci armv8/fsl_lsch3: Change arch to fsl-layerscape 2015-10-29 10:34:00 -07:00
pcmcia
pinctrl ARM: uniphier: rename CONFIG_MACH_* to CONFIG_ARCH_UNIPHIER_* 2015-09-25 00:27:53 +09:00
power dm: regulator: add function device_get_supply_regulator() 2015-11-02 10:38:00 +09:00
pwm
qe
ram ram: rename CONFIG_SPL_RAM_SUPPORT to CONFIG_SPL_RAM 2015-08-18 13:46:02 -04:00
remoteproc remoteproc: Introduce a sandbox dummy driver 2015-10-22 14:18:39 -04:00
rtc rtc: Add MCP79411 support to DS1307 rtc driver 2015-11-04 15:19:12 -08:00
serial serial: altera_uart: minor clean up 2015-11-06 09:14:11 +08:00
soc
sound of: clean up OF_CONTROL ifdef conditionals 2015-08-18 13:46:05 -04:00
spi spi: cadence_qspi: Ensure check for max frequency in place 2015-11-05 02:34:15 +01:00
thermal thermal: imx_thermal: Do not print on error 2015-09-13 10:49:21 +02:00
timer timer: altera_timer: use BIT macro 2015-11-06 09:14:11 +08:00
tpm dm: tpm: Drop CONFIG_DM_TPM 2015-10-23 09:42:28 -06:00
twserial
usb usb: udc: Fix warnings on 64-bit builds 2015-11-03 17:29:54 +01:00
video video: Drop DEV_EXT_VIDEO flag 2015-11-05 08:24:42 +01:00
watchdog ls102xa: Fix reset hang 2015-10-12 12:56:32 -04:00
Kconfig dm: adc: add simple ADC uclass implementation 2015-11-02 10:38:00 +09:00
Makefile dm: adc: add simple ADC uclass implementation 2015-11-02 10:38:00 +09:00